summaryrefslogtreecommitdiff
path: root/packaging/RedHat/filter-requires-samba_rh9.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/RedHat/filter-requires-samba_rh9.sh')
-rwxr-xr-xpackaging/RedHat/filter-requires-samba_rh9.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/RedHat/filter-requires-samba_rh9.sh b/packaging/RedHat/filter-requires-samba_rh9.sh
index 8378523bceb..5545cf6c858 100755
--- a/packaging/RedHat/filter-requires-samba_rh9.sh
+++ b/packaging/RedHat/filter-requires-samba_rh9.sh
@@ -1,2 +1,4 @@
#!/bin/sh
-/usr/lib/rpm/perl.req $* | egrep -v '(Net::LDAP|CGI)'
+
+/usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI)'
+