]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 8 Apr 2007 17:36:53 +0000 (17:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-pythondeps.patch -> 1.4

rpm-pythondeps.patch [deleted file]

diff --git a/rpm-pythondeps.patch b/rpm-pythondeps.patch
deleted file mode 100644 (file)
index 8347544..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---- rpm-4.4.1/scripts/pythondeps.sh.orig       2004-12-07 01:57:55.000000000 +0100
-+++ rpm-4.4.1/scripts/pythondeps.sh    2005-02-27 17:35:52.860244432 +0100
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- [ $# -ge 1 ] || {
-     cat > /dev/null
-@@ -9,12 +9,12 @@
- case $1 in
- -P|--provides)
-     shift
--    grep "/usr/bin/python\*\$" >& /dev/null && echo "python(abi) = ${PYVER}"
-+    grep "/usr/lib[^/]*/libpython2\..*\.so.*\$" >/dev/null && echo "python(abi) = ${PYVER}"
-     exit 0
-     ;;
- -R|--requires)
-     shift
--    grep "/usr/lib[^/]*/python${PYVER}/" >& /dev/null && echo "python(abi) = ${PYVER}"
-+    grep "/usr/\(lib[^/]*\|share\)/python${PYVER}/" >/dev/null && echo "python(abi) = ${PYVER}"
-     exit 0
-     ;;
- esac
This page took 0.076101 seconds and 4 git commands to generate.