--- redhat/find-provides.orig 2014-04-10 11:19:18.000000000 +0200 +++ redhat/find-provides 2014-04-22 23:59:34.070312036 +0200 @@ -4,8 +4,8 @@ set -x -if [ -x /usr/lib/rpm/find-requires ]; then - /usr/lib/rpm/find-requires "$@" +if [ -x /usr/lib/rpm/redhat/find-provides ]; then + /usr/lib/rpm/redhat/find-provides "$@" fi cd $(dirname $0)/..