diff options
author | Gerald Carter <jerry@samba.org> | 2006-06-13 15:49:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:17:24 -0500 |
commit | e52615f9579d0c530dc1172387c9ed5517a7d3f9 (patch) | |
tree | c99c7321be5266926fb8219635d00785826791d5 /packaging | |
parent | 395aa679f05516449f41715b0003089ae420652f (diff) | |
download | samba-e52615f9579d0c530dc1172387c9ed5517a7d3f9.tar.gz |
r16193: fix packaging dependency on RH platforms for the Unicode::MapUTF8 perl module (caused by upgarde in smbldap-tools)
(This used to be commit abca3b12e78814a395b806a9969a8f12b3230dfd)
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/RHEL/setup/filter-requires-samba.sh | 2 | ||||
-rwxr-xr-x | packaging/RedHat-9/filter-requires-samba_rh8.sh | 3 | ||||
-rwxr-xr-x | packaging/RedHat-9/filter-requires-samba_rh9.sh | 2 |
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)' |