Author: glen                         Date: Mon Feb  1 11:37:16 2010 GMT
Module: packages                      Tag: rpm-4_5
---- Log message:
- missing sources to respect --strict-build-id; rel 35

---- Files affected:
packages/rpm:
   rpm-builddir-readlink.patch (1.1.2.2 -> 1.1.2.3) , rpm.spec 
(1.837.2.42.2.49.2.81 -> 1.837.2.42.2.49.2.82) 

---- Diffs:

================================================================
Index: packages/rpm/rpm-builddir-readlink.patch
diff -u packages/rpm/rpm-builddir-readlink.patch:1.1.2.2 
packages/rpm/rpm-builddir-readlink.patch:1.1.2.3
--- packages/rpm/rpm-builddir-readlink.patch:1.1.2.2    Wed Jan 27 20:16:32 2010
+++ packages/rpm/rpm-builddir-readlink.patch    Mon Feb  1 12:37:10 2010
@@ -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: packages/rpm/rpm.spec
diff -u packages/rpm/rpm.spec:1.837.2.42.2.49.2.81 
packages/rpm/rpm.spec:1.837.2.42.2.49.2.82
--- packages/rpm/rpm.spec:1.837.2.42.2.49.2.81  Wed Jan 27 19:31:26 2010
+++ packages/rpm/rpm.spec       Mon Feb  1 12:37:10 2010
@@ -57,7 +57,7 @@
 Summary(uk.UTF-8):     Менеджер пакетів від RPM
 Name:          rpm
 Version:       4.5
-Release:       34
+Release:       35
 License:       LGPL
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
@@ -1460,6 +1460,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.837.2.42.2.49.2.82  2010/02/01 11:37:10  glen
+- missing sources to respect --strict-build-id; rel 35
+
 Revision 1.837.2.42.2.49.2.81  2010/01/27 18:31:26  glen
 - update tools/debugedit.c from rpm5.org
 - readlink buildroot to match elf file contents in case buildroot is symlinked
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpm/rpm-builddir-readlink.patch?r1=1.1.2.2&r2=1.1.2.3&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpm/rpm.spec?r1=1.837.2.42.2.49.2.81&r2=1.837.2.42.2.49.2.82&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to