Hello community,

here is the log from the commit of package brp-check-suse for openSUSE:Factory 
checked in at 2020-08-25 09:31:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brp-check-suse (Old)
 and      /work/SRC/openSUSE:Factory/.brp-check-suse.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brp-check-suse"

Tue Aug 25 09:31:32 2020 rev:65 rq:827370 version:84.87+git20200817.346e853

Changes:
--------
--- /work/SRC/openSUSE:Factory/brp-check-suse/brp-check-suse.changes    
2020-05-11 13:26:05.183197322 +0200
+++ /work/SRC/openSUSE:Factory/.brp-check-suse.new.3399/brp-check-suse.changes  
2020-08-25 09:31:52.375969759 +0200
@@ -1,0 +2,13 @@
+Mon Aug 17 14:56:06 UTC 2020 - r...@suse.de
+
+- Update to version 84.87+git20200817.346e853:
+  * added NO_BRP_PERMISSIONS and NO_BRP_ROOTFS (bug#968153)
+
+-------------------------------------------------------------------
+Fri Jul 31 07:15:51 UTC 2020 - co...@suse.com
+
+- Update to version 84.87+git20200731.3af0c0a:
+  * Make links *to* /etc/aternatives absolute links (#33)
+  * Sort input file list (#32)
+
+-------------------------------------------------------------------

Old:
----
  brp-check-suse-84.87+git20200510.8ff16cf.tar.xz

New:
----
  brp-check-suse-84.87+git20200817.346e853.tar.xz

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

Other differences:
------------------
++++++ brp-check-suse.spec ++++++
--- /var/tmp/diff_new_pack.Lx04NJ/_old  2020-08-25 09:31:57.507972753 +0200
+++ /var/tmp/diff_new_pack.Lx04NJ/_new  2020-08-25 09:31:57.507972753 +0200
@@ -23,7 +23,7 @@
 License:        GPL-2.0-or-later
 Group:          Development/Tools/Building
 Requires:       perl
-Version:        84.87+git20200510.8ff16cf
+Version:        84.87+git20200817.346e853
 Release:        0
 URL:            https://github.com/openSUSE/brp-check-suse
 BuildRequires:  gcc-c++
@@ -38,7 +38,7 @@
 
 %description
 This package contains all suse scripts called in the
-build root checking or in parts implemeting SUSE policies.
+build root checking or in parts implementing SUSE policies.
 
 
 %prep

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Lx04NJ/_old  2020-08-25 09:31:57.555972782 +0200
+++ /var/tmp/diff_new_pack.Lx04NJ/_new  2020-08-25 09:31:57.555972782 +0200
@@ -1,5 +1,5 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/openSUSE/brp-check-suse.git</param>
-  <param 
name="changesrevision">8ff16cf99f0b18bf0dac683889c9c3c70e0bafd3</param></service>
+  <param 
name="changesrevision">346e8534a3952e177d3ceac6abdf44f637b7a85c</param></service>
 </servicedata>
\ No newline at end of file

++++++ brp-check-suse-84.87+git20200510.8ff16cf.tar.xz -> 
brp-check-suse-84.87+git20200817.346e853.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/brp-check-suse-84.87+git20200510.8ff16cf/brp-05-permissions 
new/brp-check-suse-84.87+git20200817.346e853/brp-05-permissions
--- old/brp-check-suse-84.87+git20200510.8ff16cf/brp-05-permissions     
2020-05-10 20:34:20.000000000 +0200
+++ new/brp-check-suse-84.87+git20200817.346e853/brp-05-permissions     
2020-08-17 16:54:49.000000000 +0200
@@ -4,6 +4,11 @@
        exit 0
 fi
 
+if [ "$NO_BRP_PERMISSIONS" = "true" ] ; then
+        echo "NO_BRP_PERMISSIONS is set: skipping chkstat call"
+        exit 0
+fi
+
 # used to also run on / if uid == 0 but that's really broken
 if [ -e /etc/permissions -a -x /usr/bin/chkstat ]; then
        /usr/bin/chkstat \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/brp-check-suse-84.87+git20200510.8ff16cf/brp-25-symlink 
new/brp-check-suse-84.87+git20200817.346e853/brp-25-symlink
--- old/brp-check-suse-84.87+git20200510.8ff16cf/brp-25-symlink 2020-05-10 
20:34:20.000000000 +0200
+++ new/brp-check-suse-84.87+git20200817.346e853/brp-25-symlink 2020-08-17 
16:54:49.000000000 +0200
@@ -28,7 +28,7 @@
 
 had_errors=0
 
-find . -type l -printf '%P|%l\n' | brp-symlink.prg | while IFS="|" read link 
link_orig link_dest link_absolut
+find . -type l -printf '%P|%l\n' | sort | brp-symlink.prg | while IFS="|" read 
link link_orig link_dest link_absolut
 do
     if test "$link" = "$link_dest"; then
         echo "ERROR: $link points to itself (as $orig_link_dest)"
@@ -36,7 +36,8 @@
     fi
 
     case "$link,$link_absolut" in
-        *,/etc/alternatives/*) # white list alternatives
+        *,/etc/alternatives/*) # update alternative links are special
+            link_dest=$link_absolut
             ;;
         *,*share/automake-*)
             echo "ERROR: link target $link points into automake directory"
@@ -64,7 +65,7 @@
     if [ "$link_orig" != "$link_dest" ]; then
         echo "INFO: relinking $link -> $link_dest (was $link_orig)"
         # we need to remove the link first because it may point to a directory
-        # and then symantic changes
+        # and then semantic changes
         rm ./"$link" && ln -s "$link_dest" ./"$link"
     fi
 done
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/brp-check-suse-84.87+git20200510.8ff16cf/brp-40-rootfs 
new/brp-check-suse-84.87+git20200817.346e853/brp-40-rootfs
--- old/brp-check-suse-84.87+git20200510.8ff16cf/brp-40-rootfs  2020-05-10 
20:34:20.000000000 +0200
+++ new/brp-check-suse-84.87+git20200817.346e853/brp-40-rootfs  2020-08-17 
16:54:49.000000000 +0200
@@ -9,6 +9,11 @@
         exit 0
 fi
 
+if [ "$NO_BRP_ROOTFS" = "true" ] ; then
+        echo "NO_BRP_ROOTFS is set: skipping search for /opt-linked binaries"
+        exit 0
+fi
+
 OUT_OF_FS=0
 
 if {


Reply via email to