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