From d3e98ce2042e254d0c1118ba97ccc7ff6bfa7c05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 19 Jun 2017 14:49:34 +0200 Subject: [PATCH] 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 fcf0d3e..9b76458 100644 --- a/perl.spec +++ b/perl.spec @@ -227,6 +227,11 @@ BuildRequires: rsyslog # compat macro needed for rebuild %global perl_compat perl(:MODULE_COMPAT_5.26.0) +# perl-interpreter denotes a package with the perl executable. +# Full EVR is for compatibility with systems that swapped perl and perl-core +# . +Provides: perl-interpreter = %{perl_epoch}:%{perl_version}-%{release} + # File provides Provides: perl(bytes_heavy.pl) Provides: perl(dumpvar.pl) @@ -5155,6 +5160,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 + * Tue Jun 06 2017 Jitka Plesnikova - 4:5.26.0-393 - Stop providing old perl(MODULE_COMPAT_5.24.*)