[3.0] 7ae505a Use find-provides, not find-requires
Tollef Fog Heen
tfheen at varnish-cache.org
Wed Nov 20 13:10:25 CET 2013
commit 7ae505a4af92cccc7f19da2112df264391b94515
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date: Wed Nov 20 13:10:21 2013 +0100
Use find-provides, not find-requires
diff --git a/redhat/find-provides b/redhat/find-provides
index bf3ed59..da84416 100755
--- a/redhat/find-provides
+++ b/redhat/find-provides
@@ -4,8 +4,8 @@
set -x
-if [ -x /usr/lib/rpm/find-requires ]; then
- /usr/lib/rpm/find-requires "$@"
+if [ -x /usr/lib/rpm/find-provides ]; then
+ /usr/lib/rpm/find-provides "$@"
fi
cd $(dirname $0)/..
More information about the varnish-commit
mailing list