Increase epoch of perl-Module-CoreList to overcome version regression

This commit is contained in:
Petr Písař 2011-11-18 11:13:16 +01:00
parent da80dae1de
commit f33a826e90
1 changed files with 6 additions and 2 deletions

View File

@ -24,7 +24,7 @@
Name: perl
Version: %{perl_version}
# release number must be even higher, because dual-lived modules will be broken otherwise
Release: 200%{?dist}
Release: 201%{?dist}
Epoch: %{perl_epoch}
Summary: Practical Extraction and Report Language
Group: Development/Languages
@ -726,7 +726,7 @@ install a few additional modules.
Summary: Perl core modules indexed by perl versions
Group: Development/Languages
License: GPL+ or Artistic
Epoch: 0
Epoch: 1
Version: 2.49
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
Requires: perl(version)
@ -2291,6 +2291,10 @@ sed \
# Old changelog entries are preserved in CVS.
%changelog
* Fri Nov 18 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-201
- Increase epoch of perl-Module-CoreList to overcome version regression in
upstream (bug #754641)
* Thu Nov 2 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.2-200
- perl(DBIx::Simple) is not needed in spec requirement in CPANPLUS. It's generated
automatically.