Commit 7ae505a4 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Use find-provides, not find-requires

parent dc5fdf9a
......@@ -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)/..
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment