Hello community,

here is the log from the commit of package brp-check-suse for openSUSE:Factory 
checked in at 2014-07-10 08:24:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brp-check-suse (Old)
 and      /work/SRC/openSUSE:Factory/.brp-check-suse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brp-check-suse"

Changes:
--------
--- /work/SRC/openSUSE:Factory/brp-check-suse/brp-check-suse.changes    
2014-02-25 16:41:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.brp-check-suse.new/brp-check-suse.changes       
2014-07-10 09:32:07.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jul  2 15:14:07 CEST 2014 - [email protected]
+
+- do not ignore errors just because package has no init script
+- allow .local scripts for aaa_base so we can ghost them there
+- remove outdated echo line
+
+-------------------------------------------------------------------

Old:
----
  brp-check-suse-13.2+git20140224.a3fcc48.tar.xz

New:
----
  brp-check-suse-13.2+git20140702.039494f.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ brp-check-suse.spec ++++++
--- /var/tmp/diff_new_pack.8bJHkc/_old  2014-07-10 09:32:07.000000000 +0200
+++ /var/tmp/diff_new_pack.8bJHkc/_new  2014-07-10 09:32:07.000000000 +0200
@@ -23,7 +23,7 @@
 Group:          Development/Tools/Building
 # we need the full perl because of XML Parsing and utf-8 
 Requires:       perl
-Version:        13.2+git20140224.a3fcc48
+Version:        13.2+git20140702.039494f
 Release:        0
 Url:            http://gitorious.org/opensuse/brp-check-suse/
 #

++++++ brp-check-suse-13.2+git20140224.a3fcc48.tar.xz -> 
brp-check-suse-13.2+git20140702.039494f.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/brp-check-suse-13.2+git20140224.a3fcc48/brp-55-boot-scripts 
new/brp-check-suse-13.2+git20140702.039494f/brp-55-boot-scripts
--- old/brp-check-suse-13.2+git20140224.a3fcc48/brp-55-boot-scripts     
2014-02-24 10:13:04.000000000 +0100
+++ new/brp-check-suse-13.2+git20140702.039494f/brp-55-boot-scripts     
2014-07-02 15:12:51.000000000 +0200
@@ -50,6 +50,7 @@
     *.local)
        case "${s%.*}" in
        halt|boot|after|before)
+           test "$RPM_PACKAGE_NAME" = "aaa_base" && continue
            echo "E: Reserved file \`$s' found in ${INTIDIR}!"
            ;;
        *)
@@ -75,7 +76,7 @@
     scripts="${scripts:+${scripts} }$s"
 done
 
-test -n "$scripts" || exit 0
+test -n "$scripts" -o "$ret" -gt 0 || exit 0
 
 #
 # Uses global variables $head for the LSB header
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/brp-check-suse-13.2+git20140224.a3fcc48/brp-65-lib64-linux 
new/brp-check-suse-13.2+git20140702.039494f/brp-65-lib64-linux
--- old/brp-check-suse-13.2+git20140224.a3fcc48/brp-65-lib64-linux      
2014-02-24 10:13:04.000000000 +0100
+++ new/brp-check-suse-13.2+git20140702.039494f/brp-65-lib64-linux      
2014-07-02 15:12:51.000000000 +0200
@@ -1,7 +1,6 @@
 #!/bin/bash
 # script checks wether package is 64-bit clean
 # and also for a linker bug. (linker allows 64bit libs to link 32bit libs)
-echo "[email protected]: if you find problems with this script, drop me a note"
 # If using normal root, avoid changing anything:
 if [ -z "$RPM_BUILD_ROOT" -o "$RPM_BUILD_ROOT" = "/" ]; then
        exit 0

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to