- 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:
Thomas Spura 2010-08-22 14:40:58 +02:00
commit 997d5a24f2
3 changed files with 26 additions and 2 deletions

View file

@ -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