Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package netconsole-tools for 
openSUSE:Factory checked in at 2021-09-30 23:43:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netconsole-tools (Old)
 and      /work/SRC/openSUSE:Factory/.netconsole-tools.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netconsole-tools"

Thu Sep 30 23:43:52 2021 rev:16 rq:922363 version:20030909

Changes:
--------
--- /work/SRC/openSUSE:Factory/netconsole-tools/netconsole-tools.changes        
2018-03-24 16:16:35.964860349 +0100
+++ 
/work/SRC/openSUSE:Factory/.netconsole-tools.new.2443/netconsole-tools.changes  
    2021-09-30 23:45:11.024592238 +0200
@@ -1,0 +2,5 @@
+Thu Sep 30 11:45:02 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Move to /usr for UsrMerge (boo#1191081) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ netconsole-tools.spec ++++++
--- /var/tmp/diff_new_pack.Bdn5yo/_old  2021-09-30 23:45:11.436592709 +0200
+++ /var/tmp/diff_new_pack.Bdn5yo/_new  2021-09-30 23:45:11.436592709 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netconsole-tools
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -40,11 +40,18 @@
 %build
 
 %install
-install -Dpm 0755 %{SOURCE0} \
-  %{buildroot}/sbin/netconsole-server
+%if !0%{?usrmerged}
+install -Dpm 0755 %{SOURCE0} %{buildroot}/sbin/netconsole-server
+%else
+install -Dpm 0755 %{SOURCE0} %{buildroot}%{_sbindir}/netconsole-server
+%endif
 
 %files
 %doc netlogging.txt
+%if !0%{?usrmerged}
 /sbin/netconsole-server
+%else
+%{_sbindir}/netconsole-server
+%endif
 
 %changelog

Reply via email to