From e52615f9579d0c530dc1172387c9ed5517a7d3f9 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) (This used to be commit abca3b12e78814a395b806a9969a8f12b3230dfd) --- packaging/RedHat-9/filter-requires-samba_rh8.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packaging/RedHat-9/filter-requires-samba_rh8.sh') diff --git a/packaging/RedHat-9/filter-requires-samba_rh8.sh b/packaging/RedHat-9/filter-requires-samba_rh8.sh index 8428a6ad01..1fe7aca70a 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)' -- cgit