]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- bugfix, match library instead of binary for provides
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Mar 2005 14:07:59 +0000 (14:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-pythondeps.patch -> 1.2

rpm-pythondeps.patch

index f34f6dcf1182e4f215faff57e92c9715a90d513d..10ead2bf51625b7466b71ca48629e711a7b75b3e 100644 (file)
@@ -11,7 +11,7 @@
  -P|--provides)
      shift
 -    grep "/usr/bin/python\*\$" >& /dev/null && echo "python(abi) = ${PYVER}"
-+    grep -q "/usr/bin/python\*\$" && echo "python(abi) = ${PYVER}"
++    grep -q "/usr/lib[^/]*/libpython2\..*\.so.*\$" && echo "python(abi) = ${PYVER}"
      exit 0
      ;;
  -R|--requires)
This page took 0.045455 seconds and 4 git commands to generate.