From abca3b12e78814a395b806a9969a8f12b3230dfd Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 13 Jun 2006 15:49:22 +0000 Subject: r16193: fix packaging dependency on RH platforms for the Unicode::MapUTF8 perl module (caused by upgarde in smbldap-tools) --- packaging/RHEL/setup/filter-requires-samba.sh | 2 +- packaging/RedHat-9/filter-requires-samba_rh8.sh | 3 ++- packaging/RedHat-9/filter-requires-samba_rh9.sh | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'packaging') 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)' -- cgit v1.2.1