summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-06-13 15:49:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:24 -0500
commitabca3b12e78814a395b806a9969a8f12b3230dfd (patch)
tree6fe065e81c059003f28f346a3060a5779c1b1d7b /packaging
parent65643d31725a4e3fe157d66e9ecad03a65a484e2 (diff)
downloadsamba-abca3b12e78814a395b806a9969a8f12b3230dfd.tar.gz
r16193: fix packaging dependency on RH platforms for the Unicode::MapUTF8 perl module (caused by upgarde in smbldap-tools)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/RHEL/setup/filter-requires-samba.sh2
-rwxr-xr-xpackaging/RedHat-9/filter-requires-samba_rh8.sh3
-rwxr-xr-xpackaging/RedHat-9/filter-requires-samba_rh9.sh2
3 files changed, 4 insertions, 3 deletions
diff --git a/packaging/RHEL/setup/filter-requires-samba.sh b/packaging/RHEL/setup/filter-requires-samba.sh
index 5545cf6c858..f90085ce359 100755
--- a/packaging/RHEL/setup/filter-requires-samba.sh
+++ b/packaging/RHEL/setup/filter-requires-samba.sh
@@ -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)'
diff --git a/packaging/RedHat-9/filter-requires-samba_rh8.sh b/packaging/RedHat-9/filter-requires-samba_rh8.sh
index 8428a6ad013..1fe7aca70ae 100755
--- a/packaging/RedHat-9/filter-requires-samba_rh8.sh
+++ b/packaging/RedHat-9/filter-requires-samba_rh8.sh
@@ -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)'
diff --git a/packaging/RedHat-9/filter-requires-samba_rh9.sh b/packaging/RedHat-9/filter-requires-samba_rh9.sh
index 5545cf6c858..f90085ce359 100755
--- a/packaging/RedHat-9/filter-requires-samba_rh9.sh
+++ b/packaging/RedHat-9/filter-requires-samba_rh9.sh
@@ -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)'