From 86cd0cd081a6893f663c30d5a1bedb10e9f24f77 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 2 Sep 2003 03:34:44 +0000 Subject: I think this will gracefully get around issues between different rpm versions. Particularly the long standing problem with Net::LDAP dependencies in examples/LDAP. I'll build new packages tomorrow as the final test. (This used to be commit cca0f603506b2e3c20eff5e1dd235354363d7a86) --- packaging/RedHat/filter-requires-samba_rh8.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 packaging/RedHat/filter-requires-samba_rh8.sh (limited to 'packaging/RedHat/filter-requires-samba_rh8.sh') diff --git a/packaging/RedHat/filter-requires-samba_rh8.sh b/packaging/RedHat/filter-requires-samba_rh8.sh new file mode 100755 index 0000000000..1c40a335a6 --- /dev/null +++ b/packaging/RedHat/filter-requires-samba_rh8.sh @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/lib/rpm/find-requires | grep -v "Net::LDAP" -- cgit