summaryrefslogtreecommitdiff
path: root/packaging/RHEL-CTDB/setup/filter-requires-samba.sh
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-05-10 01:23:10 +0200
committerMichael Adam <obnox@samba.org>2008-05-10 02:19:33 +0200
commit0d8b45c8c5c4a26eb6bb3a61805e8135e5e3194e (patch)
treedb08ad8aa8380058660b6c71e63ea25f01054948 /packaging/RHEL-CTDB/setup/filter-requires-samba.sh
parent59b61608015431ffc5ef2095e87d7de0fb094b65 (diff)
downloadsamba-0d8b45c8c5c4a26eb6bb3a61805e8135e5e3194e.tar.gz
samba-0d8b45c8c5c4a26eb6bb3a61805e8135e5e3194e.tar.bz2
samba-0d8b45c8c5c4a26eb6bb3a61805e8135e5e3194e.zip
packaging: rename RHEL4-CTDB --> RHEL-CTDB
Michael (This used to be commit 711af98d2ce708421a413fe46a386ea9e19d2517)
Diffstat (limited to 'packaging/RHEL-CTDB/setup/filter-requires-samba.sh')
-rwxr-xr-xpackaging/RHEL-CTDB/setup/filter-requires-samba.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/RHEL-CTDB/setup/filter-requires-samba.sh b/packaging/RHEL-CTDB/setup/filter-requires-samba.sh
new file mode 100755
index 0000000000..f90085ce35
--- /dev/null
+++ b/packaging/RHEL-CTDB/setup/filter-requires-samba.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+/usr/lib/rpm/perl.req $* | grep -E -v '(Net::LDAP|Crypt::SmbHash|CGI|Unicode::MapUTF8)'
+