This website requires JavaScript.
Explore
Help
Sign In
folkslinux
/
rpm
mirror of
https://github.com/rpm-software-management/rpm.git
Watch
1
Star
0
Fork
You've already forked rpm
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4a9b7f547c
rpm
/
scripts
/
find-provides
4 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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.
2014-03-31 21:00:38 +08:00
#!/bin/sh
Fix recursive calling of rpmdeps tool (rhbz:1297557)
2016-01-15 22:41:52 +08:00
/usr/lib/rpm/rpmdeps --define="_use_internal_dependency_generator 1" --provides