Hello community,

here is the log from the commit of package systemd-rpm-macros for 
openSUSE:Factory checked in at 2018-12-10 12:22:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd-rpm-macros (Old)
 and      /work/SRC/openSUSE:Factory/.systemd-rpm-macros.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd-rpm-macros"

Mon Dec 10 12:22:13 2018 rev:26 rq:653628 version:3

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd-rpm-macros/systemd-rpm-macros.changes    
2018-05-25 21:33:51.347479302 +0200
+++ 
/work/SRC/openSUSE:Factory/.systemd-rpm-macros.new.19453/systemd-rpm-macros.changes
 2018-12-10 12:22:18.546887932 +0100
@@ -1,0 +2,5 @@
+Fri Nov 23 12:08:30 UTC 2018 - Franck Bui <f...@suse.com>
+
+- systemd-sysv-convert has been moved from /usr/sbin to /usr/lib/systemd
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ systemd-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.YAsDut/_old  2018-12-10 12:22:19.234887247 +0100
+++ /var/tmp/diff_new_pack.YAsDut/_new  2018-12-10 12:22:19.234887247 +0100
@@ -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/
 #
 
 

++++++ macros.systemd ++++++
--- /var/tmp/diff_new_pack.YAsDut/_old  2018-12-10 12:22:19.258887222 +0100
+++ /var/tmp/diff_new_pack.YAsDut/_new  2018-12-10 12:22:19.258887222 +0100
@@ -102,10 +102,10 @@
                if [ -e /var/lib/systemd/migrated/$sysv_service ]; then         
        \
                        continue                                                
        \
                fi                                                              
        \
-               if [ ! -x /usr/sbin/systemd-sysv-convert ]; then                
        \
+               if [ ! -x /usr/lib/systemd/systemd-sysv-convert ]; then         
        \
                        continue                                                
        \
                fi                                                              
        \
-               /usr/sbin/systemd-sysv-convert --save $sysv_service || :        
        \
+               /usr/lib/systemd/systemd-sysv-convert --save $sysv_service || : 
        \
        done                                                                    
        \
 fi                                                                             
        \
 %{nil}
@@ -138,10 +138,10 @@
                if [ -e /var/lib/systemd/migrated/$sysv_service ]; then         
        \
                        continue                                                
        \
                fi                                                              
        \
-               if [ ! -x /usr/sbin/systemd-sysv-convert ]; then                
        \
+               if [ ! -x /usr/lib/systemd/systemd-sysv-convert ]; then         
        \
                        continue                                                
        \
                fi                                                              
        \
-               /usr/sbin/systemd-sysv-convert --apply $sysv_service || :       
        \
+               /usr/lib/systemd/systemd-sysv-convert --apply $sysv_service || 
:        \
                touch /var/lib/systemd/migrated/$sysv_service || :              
        \
        done                                                                    
        \
 fi                                                                             
        \


Reply via email to