Unbreak python(abi) requires generation (RhBug:562906)

- commit 426a7b6f44 caused pythondeps.sh
  to match too much, undo the damage
- patch from David Malcolm
This commit is contained in:
Panu Matilainen 2010-02-09 09:37:51 +02:00
parent 121f73bb49
commit 3a3152981c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ case $1 in
# /PATH/OF/BUILDROOT/usr/lib64/pythonMAJOR.MINOR/
# generating (uniqely) lines of the form:
# python(abi) = MAJOR.MINOR
grep "/usr/lib[^/]*/python.\../*" \
grep "/usr/lib[^/]*/python.\../.*" \
| sed -e "s|.*/usr/lib[^/]*/python\(.\..\)/.*|python(abi) = \1|g" \
| sort | uniq
;;