svn commit: samba r16193 - in branches/SAMBA_3_0/packaging: RHEL/setup RedHat-9

jerry at samba.org jerry at samba.org
Tue Jun 13 15:49:22 GMT 2006


Author: jerry
Date: 2006-06-13 15:49:22 +0000 (Tue, 13 Jun 2006)
New Revision: 16193

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16193

Log:
fix packaging dependency on RH platforms for the Unicode::MapUTF8 perl module (caused by upgarde in smbldap-tools)
Modified:
   branches/SAMBA_3_0/packaging/RHEL/setup/filter-requires-samba.sh
   branches/SAMBA_3_0/packaging/RedHat-9/filter-requires-samba_rh8.sh
   branches/SAMBA_3_0/packaging/RedHat-9/filter-requires-samba_rh9.sh


Changeset:
Modified: branches/SAMBA_3_0/packaging/RHEL/setup/filter-requires-samba.sh
===================================================================
--- branches/SAMBA_3_0/packaging/RHEL/setup/filter-requires-samba.sh	2006-06-13 14:39:52 UTC (rev 16192)
+++ branches/SAMBA_3_0/packaging/RHEL/setup/filter-requires-samba.sh	2006-06-13 15:49:22 UTC (rev 16193)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
-/usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI)'
+/usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI|Unicode::MapUTF8)'
 

Modified: branches/SAMBA_3_0/packaging/RedHat-9/filter-requires-samba_rh8.sh
===================================================================
--- branches/SAMBA_3_0/packaging/RedHat-9/filter-requires-samba_rh8.sh	2006-06-13 14:39:52 UTC (rev 16192)
+++ branches/SAMBA_3_0/packaging/RedHat-9/filter-requires-samba_rh8.sh	2006-06-13 15:49:22 UTC (rev 16193)
@@ -1,2 +1,3 @@
 #!/bin/sh
-/usr/lib/rpm/find-requires $* | egrep -v '(Net::LDAP|CGI)'
+
+/usr/lib/rpm/find-requires $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI|Unicode::MapUTF8)'

Modified: branches/SAMBA_3_0/packaging/RedHat-9/filter-requires-samba_rh9.sh
===================================================================
--- branches/SAMBA_3_0/packaging/RedHat-9/filter-requires-samba_rh9.sh	2006-06-13 14:39:52 UTC (rev 16192)
+++ branches/SAMBA_3_0/packaging/RedHat-9/filter-requires-samba_rh9.sh	2006-06-13 15:49:22 UTC (rev 16193)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
-/usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI)'
+/usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI|Unicode::MapUTF8)'
 



More information about the samba-cvs mailing list