Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package brp-check-suse for openSUSE:Factory 
checked in at 2021-11-20 22:47:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brp-check-suse (Old)
 and      /work/SRC/openSUSE:Factory/.brp-check-suse.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brp-check-suse"

Sat Nov 20 22:47:45 2021 rev:73 rq:931714 version:84.87+git20211116.6c5fe09

Changes:
--------
--- /work/SRC/openSUSE:Factory/brp-check-suse/brp-check-suse.changes    
2021-07-20 15:38:53.793411474 +0200
+++ /work/SRC/openSUSE:Factory/.brp-check-suse.new.1895/brp-check-suse.changes  
2021-11-20 22:47:47.439909871 +0100
@@ -1,0 +2,7 @@
+Tue Nov 16 09:12:28 UTC 2021 - co...@suse.com
+
+- Update to version 84.87+git20211116.6c5fe09:
+  * brp-25-symlink: don't fail if the symlink target starts with a dash
+  * Revert "Let symlinks from /lib/modules to /usr/src be absolute"
+
+-------------------------------------------------------------------

Old:
----
  brp-check-suse-84.87+git20210706.41c04c1.tar.xz

New:
----
  brp-check-suse-84.87+git20211116.6c5fe09.tar.xz

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

Other differences:
------------------
++++++ brp-check-suse.spec ++++++
--- /var/tmp/diff_new_pack.SSh2M2/_old  2021-11-20 22:47:50.099901055 +0100
+++ /var/tmp/diff_new_pack.SSh2M2/_new  2021-11-20 22:47:50.103901042 +0100
@@ -23,7 +23,7 @@
 License:        GPL-2.0-or-later
 Group:          Development/Tools/Building
 Requires:       perl
-Version:        84.87+git20210706.41c04c1
+Version:        84.87+git20211116.6c5fe09
 Release:        0
 URL:            https://github.com/openSUSE/brp-check-suse
 BuildRequires:  gcc-c++

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.SSh2M2/_old  2021-11-20 22:47:50.135900936 +0100
+++ /var/tmp/diff_new_pack.SSh2M2/_new  2021-11-20 22:47:50.135900936 +0100
@@ -1,5 +1,5 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/openSUSE/brp-check-suse.git</param>
-  <param 
name="changesrevision">ca403f6bb2c2727b4c37db643cf0c4f32becfd97</param></service>
+  <param 
name="changesrevision">6c5fe09a2a2108e70a5724f798ad985b628bbc0a</param></service>
 </servicedata>
\ No newline at end of file

++++++ brp-check-suse-84.87+git20210706.41c04c1.tar.xz -> 
brp-check-suse-84.87+git20211116.6c5fe09.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/brp-check-suse-84.87+git20210706.41c04c1/brp-25-symlink 
new/brp-check-suse-84.87+git20211116.6c5fe09/brp-25-symlink
--- old/brp-check-suse-84.87+git20210706.41c04c1/brp-25-symlink 2021-07-06 
20:20:49.000000000 +0200
+++ new/brp-check-suse-84.87+git20211116.6c5fe09/brp-25-symlink 2021-11-16 
10:11:58.000000000 +0100
@@ -72,7 +72,7 @@
         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 semantic changes
-        rm ./"$link" && ln -s "$link_dest" ./"$link"
+        rm ./"$link" && ln -s -- "$link_dest" ./"$link"
     fi
 done < <(find . -type l -printf '%P|%l\n' | sort | brp-symlink.prg)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/brp-check-suse-84.87+git20210706.41c04c1/prg-brp-symlink/main.cpp 
new/brp-check-suse-84.87+git20211116.6c5fe09/prg-brp-symlink/main.cpp
--- old/brp-check-suse-84.87+git20210706.41c04c1/prg-brp-symlink/main.cpp       
2021-07-06 20:20:49.000000000 +0200
+++ new/brp-check-suse-84.87+git20211116.6c5fe09/prg-brp-symlink/main.cpp       
2021-11-16 10:11:58.000000000 +0100
@@ -100,10 +100,6 @@
     if (!link_absolute.rfind("/etc/alternatives/", 0)) {
         return link_absolute;
     }
-    // bsc#1186710 - usrmerge in combination of hardcoded /lib/modules
-    if (!link_absolute.rfind("/usr/src/linux", 0)) {
-        return link_absolute;
-    }
     // links pointing into kernel file system should be absolute
     if (!link_absolute.rfind("/proc/", 0) || !link_absolute.rfind("/dev/", 0) 
|| !link_absolute.rfind("/sys/", 0)) {
         return link_absolute;

Reply via email to