Correct typo in perl-Storable file list

This commit is contained in:
Petr Písař 2013-05-30 10:38:40 +02:00
parent 6a13c105ec
commit 70c762468f
1 changed files with 5 additions and 2 deletions

View File

@ -31,7 +31,7 @@
Name: perl Name: perl
Version: %{perl_version} Version: %{perl_version}
# release number must be even higher, because dual-lived modules will be broken otherwise # release number must be even higher, because dual-lived modules will be broken otherwise
Release: 274%{?dist} Release: 275%{?dist}
Epoch: %{perl_epoch} Epoch: %{perl_epoch}
Summary: Practical Extraction and Report Language Summary: Practical Extraction and Report Language
Group: Development/Languages Group: Development/Languages
@ -2698,7 +2698,7 @@ sed \
%exclude %{_mandir}/man3/Scalar::Util* %exclude %{_mandir}/man3/Scalar::Util*
# Storable # Storable
%exclude %{archlib}/Storabe.pm %exclude %{archlib}/Storable.pm
%exclude %{archlib}/auto/Storable/ %exclude %{archlib}/auto/Storable/
%exclude %{_mandir}/man3/Storable.* %exclude %{_mandir}/man3/Storable.*
@ -3575,6 +3575,9 @@ sed \
# Old changelog entries are preserved in CVS. # Old changelog entries are preserved in CVS.
%changelog %changelog
* Thu May 30 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-275
- Correct typo in perl-Storable file list (bug #966865)
* Wed May 29 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-274 * Wed May 29 2013 Petr Pisar <ppisar@redhat.com> - 4:5.16.3-274
- Sub-package Storable (bug #966865) - Sub-package Storable (bug #966865)