From 1996df3a7d0e3acf026356a4f3a9c98757432dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com> Date: Mon, 19 Jun 2017 14:49:34 +0200 Subject: Provide perl-interpreter RPM dependency symbol
The perl-interpreter will turn into a normal package in the future. --- perl.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/perl.spec b/perl.spec index 224ca6e..ab129db 100644 --- a/perl.spec +++ b/perl.spec @@ -436,6 +436,11 @@ BuildRequires: rsyslog # compat macro needed for rebuild %global perl_compat perl(:MODULE_COMPAT_5.24.1) +# perl-interpreter denotes a package with the perl executable. +# Full EVR is for compatibility with systems that swapped perl and perl-core +# <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>. +Provides: perl-interpreter = %{perl_epoch}:%{perl_version}-%{release} + # File provides Provides: perl(bytes_heavy.pl) Provides: perl(dumpvar.pl) @@ -5519,6 +5524,8 @@ popd "perl -S" (RT#129183) - Fix a conditional jump on uninitilized memory in re_intuit_start() (RT#131575) - Fix spurious "Assuming NOT a POSIX class" warning (RT#131522) +- Provide perl-interpreter RPM dependency symbol + <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> * Fri Mar 31 2017 Petr Pisar <ppi...@redhat.com> - 4:5.24.1-391 - Introduce build-conditions for groff, systemtap, syslog tests, and tcsh -- cgit v1.1 https://src.fedoraproject.org/cgit/perl.git/commit/?h=f26&id=1996df3a7d0e3acf026356a4f3a9c98757432dc4 _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org