Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2014-06-18 22:04:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpm (Old)
 and      /work/SRC/openSUSE:Factory/.rpm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpm"

Changes:
--------
rpm-python.changes: same change
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2014-05-22 20:37:52.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes     2014-06-18 
22:04:40.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 22 16:40:35 CEST 2014 - [email protected]
+
+- adapt restart_on_update and stop_on_removal to use
+  systemctl [bnc#878255]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
rpm-python.spec: same change
rpm.spec: same change
++++++ rpm-suse_macros ++++++
--- /var/tmp/diff_new_pack.ROv9JL/_old  2014-06-18 22:04:42.000000000 +0200
+++ /var/tmp/diff_new_pack.ROv9JL/_new  2014-06-18 22:04:42.000000000 +0200
@@ -31,7 +31,7 @@
            if test "$YAST_IS_RUNNING" != "instsys" -a 
"$DISABLE_RESTART_ON_UPDATE" != yes ; then \
               test -x /bin/systemctl && /bin/systemctl daemon-reload 
>/dev/null 2>&1 || : \
               for service in %{?*} ; do \
-                 /etc/init.d/$service try-restart > /dev/null || : \
+                 test -x /bin/systemctl && /bin/systemctl try-restart $service 
>/dev/null 2>&1 || : \
               done \
            fi \
         fi \
@@ -46,7 +46,7 @@
           test -f /etc/sysconfig/services && . /etc/sysconfig/services \
            if test "$YAST_IS_RUNNING" != "instsys" -a 
"$DISABLE_STOP_ON_REMOVAL" != yes ; then \
               for service in %{?*} ; do \
-                 /etc/init.d/$service stop > /dev/null \
+                 test -x /bin/systemctl && /bin/systemctl stop $service 
>/dev/null 2>&1 || : \
               done \
            fi \
         fi \

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

Reply via email to