rpms/perl-Archive-Tar/devel perl-Archive-Tar.spec,1.10,1.11

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 13 23:27:35 UTC 2005


Update of /cvs/dist/rpms/perl-Archive-Tar/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16232

Modified Files:
	perl-Archive-Tar.spec 
Log Message:
 beehive was filtering '(' deps by accident
 temporary workaround, remove this in a few days



Index: perl-Archive-Tar.spec
===================================================================
RCS file: /cvs/dist/rpms/perl-Archive-Tar/devel/perl-Archive-Tar.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-Archive-Tar.spec	12 Apr 2005 21:23:06 -0000	1.10
+++ perl-Archive-Tar.spec	13 Apr 2005 23:27:33 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           perl-Archive-Tar
 Version:        1.23
-Release:        1
+Release:        2
 Summary:        A module for Perl manipulation of .tar files
 
 Group:          Development/Libraries
@@ -11,7 +11,10 @@
 
 BuildArch:      noarch
 BuildRequires:  perl >= 1:5.6.1
-BuildRequires:  perl(IO::String), perl(IO::Zlib)
+#BuildRequires:  perl(IO::String), perl(IO::Zlib)
+# beehive was filtering '(' deps by accident
+# temporary workaround, remove this in a few days
+BuildRequires: perl-IO-String, perl-IO-Zlib
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Compress::Zlib), perl(IO::Zlib)
 




More information about the fedora-cvs-commits mailing list