rpms/samba/devel filter-requires-samba.sh, 1.6, 1.7 samba.spec, 1.170, 1.171

Guenther Deschner gd at fedoraproject.org
Tue Feb 3 18:46:14 UTC 2009


Author: gd

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

Modified Files:
	filter-requires-samba.sh samba.spec 
Log Message:
Fix and mention bogus perl dependency removal.

Guenther



Index: filter-requires-samba.sh
===================================================================
RCS file: /cvs/pkgs/rpms/samba/devel/filter-requires-samba.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- filter-requires-samba.sh	11 Sep 2007 15:00:39 -0000	1.6
+++ filter-requires-samba.sh	3 Feb 2009 18:45:43 -0000	1.7
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-/usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI|Unicode::MapUTF8|smbldap_tools)'
+/usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI|Unicode::MapUTF8|smbldap_tools|Carp|Convert::ASN1|Getopt::Long|Getopt::Std|IO::Socket|POSIX|Time::Local|strict)'


Index: samba.spec
===================================================================
RCS file: /cvs/pkgs/rpms/samba/devel/samba.spec,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- samba.spec	31 Jan 2009 16:44:06 -0000	1.170
+++ samba.spec	3 Feb 2009 18:45:43 -0000	1.171
@@ -828,9 +828,10 @@
 %{_datadir}/pixmaps/samba/logo-small.png
 
 %changelog
-* Sat Jan 31 2009 Guenther Deschner <gdeschner at redhat.com> - 3.3.0-0.25
+* Tue Feb  3 2009 Guenther Deschner <gdeschner at redhat.com> - 3.3.0-0.25
 - Update to 3.3.0 final
 - Add upstream fix for ldap connections to AD (Bug #6073)
+- Remove bogus perl dependencies (resolves: #473051)
 
 * Fri Nov 28 2008 Guenther Deschner <gdeschner at redhat.com> - 3.3.0-0rc1.24
 - Update to 3.3.0rc1




More information about the fedora-extras-commits mailing list