rpms/perl/devel perl.spec,1.190,1.191

Tom Callaway spot at fedoraproject.org
Wed Oct 1 15:08:15 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11334

Modified Files:
	perl.spec 
Log Message:
fix multilib conflicts bz464930


Index: perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl/devel/perl.spec,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- perl.spec	17 Sep 2008 14:35:39 -0000	1.190
+++ perl.spec	1 Oct 2008 15:07:44 -0000	1.191
@@ -7,7 +7,7 @@
 
 Name:           perl
 Version:        %{perl_version}
-Release:        44%{?dist}
+Release:        45%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        The Perl programming language
 Group:          Development/Languages
@@ -1016,6 +1016,9 @@
 # Compress Changes* to save space
 %{__gzip} Changes*
 
+# Give them all the same time/date stamp to avoid multilib conflict
+touch -r Artistic Changes*.gz
+
 # Local patch tracking
 cd $RPM_BUILD_ROOT%{_libdir}/perl5/%{perl_version}/%{perl_archname}/CORE/
 perl -x patchlevel.h 'Fedora Patch1: Permit suidperl to install as nonroot'
@@ -1652,6 +1655,9 @@
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Wed Oct  1 2008 Tom "spot" Callaway <tcallawa at redhat.com> 4:5.10.0-45
+- give Changes*.gz the same datetime to avoid multilib conflict
+
 * Wed Sep 17 2008 Marcela Maslanova <mmaslano at redhat.com> 4:5.10.0-44.fc10
 - remove Tar.pm from Archive-Extract
 - fix version of Test::Simple in spec




More information about the scm-commits mailing list