summaryrefslogtreecommitdiff
path: root/scripts/find-provides
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2014-03-31 16:00:38 +0300
committerPanu Matilainen <pmatilai@redhat.com>2014-03-31 16:00:38 +0300
commit37019e527beb1fc5eb137a678c93667016c67d75 (patch)
treef3efda163e82b1f1f9f2bc63526a608c1fe92c8b /scripts/find-provides
parentf07490f5dcf1cc2b873ac81c763dcb289007a880 (diff)
downloadrpm-37019e527beb1fc5eb137a678c93667016c67d75.tar.gz
Always use the new dependency generator "engine"
- Replace platform specific find-{requires,provides} scripts with trivial wrapper scripts that just call rpmdeps with suitable arguments. This way the generated dependencies using the legacy external dependency are at least roughly on par with the internal depgen as, well, they're generated by the same thing. - Changing from find-{requires,provides} scripts to rpmdeps could be done by just changing __find_{requires,provides} macros, but a lot of packages directly refer to the scripts instead so this way we cover far more ground and in an backwards compatible way.
Diffstat (limited to 'scripts/find-provides')
-rwxr-xr-xscripts/find-provides3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/find-provides b/scripts/find-provides
new file mode 100755
index 000000000..c5cf93b33
--- /dev/null
+++ b/scripts/find-provides
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+/usr/lib/rpm/rpmdeps --provides