]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- missing sources to respect --strict-build-id; rel 35
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 1 Feb 2010 11:37:10 +0000 (11:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-builddir-readlink.patch -> 1.1.2.3
    rpm.spec -> 1.837.2.42.2.49.2.82

rpm-builddir-readlink.patch
rpm.spec

index ae04430b4c79119c0506feff92f7b153296cdded..11afecfdd895c9841e3be2f02c7e291e14622e7d 100644 (file)
@@ -17,8 +17,8 @@
    fi
  
 +  if [ ! -s "$SOURCEFILE" ]; then
-+    echo >&2 "*** ERROR: no sources found for $f (stripped without sourcefile information?)"
-+    exit 2
++    echo >&2 "*** ${strict_error}: no sources found for $f (stripped without sourcefile information?)"
++    $strict && exit 2
 +  fi
 +
    # A binary already copied into /usr/lib/debug doesn't get stripped,
index d19d9b851f631e926b5628c2fdb02dc174778acb..05f90ca4394685c12ae4e5fa5844c01c42107165 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -56,7 +56,7 @@ Summary(ru.UTF-8):    Менеджер пакетов от RPM
 Summary(uk.UTF-8):     Менеджер пакетів від RPM
 Name:          rpm
 Version:       4.5
-Release:       34
+Release:       35
 License:       LGPL
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
This page took 0.045735 seconds and 4 git commands to generate.