]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- fix conflicts parsing
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 3 Oct 2005 23:20:54 +0000 (23:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pearize.sh -> 1.22

pearize.sh

index 6e1f5a2f57bf1bebc9f8d970d473f1a7b300efb6..e725259fb213a311d2ea09c2929d914e4f8759df 100644 (file)
@@ -86,7 +86,7 @@ if [ -n "$requires" ]; then
 fi
 
 if [ -n "$conflicts" ]; then
-       echo "$conflicts" | while read tag reqc; do
+       echo "$conflicts" | while read tag dep; do
                dep=$(add_epoch $dep)
                if ! grep -q "^Conflicts:.*$req" $preamble; then
                        sed -i -e "/^BuildRoot/iConflicts:\t$dep" $spec
This page took 0.036113 seconds and 4 git commands to generate.