Provide perl-interpreter RPM dependency symbol

The perl-interpreter will turn into a normal package in the future.
This commit is contained in:
Petr Písař 2017-06-19 14:49:34 +02:00
parent 85a4c68d18
commit d3e98ce204
1 changed files with 7 additions and 0 deletions

View File

@ -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
# <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)
@ -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
<https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.26.0-393
- Stop providing old perl(MODULE_COMPAT_5.24.*)