- on 64bit "stdlib" was still "/usr/lib/python*" (modify *lib64.patch)
- make find-provides-without-python-sonames.sh 64bit aware
This commit is contained in:
parent
7eb10c8dbe
commit
997d5a24f2
3 changed files with 26 additions and 2 deletions
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
# So we strip out all /usr/lib/python lines first, before running them through
|
||||
# the standard script:
|
||||
grep -v "/usr/lib/python" | /usr/lib/rpm/find-provides
|
||||
grep -v "/usr/lib/python" | grep -v "/usr/lib64/python" | \
|
||||
/usr/lib/rpm/find-provides
|
||||
|
||||
exit 0
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue