Hello community,

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

Package is "systemd-rpm-macros"

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd-rpm-macros/systemd-rpm-macros.changes    
2014-02-28 16:25:26.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.systemd-rpm-macros.new/systemd-rpm-macros.changes   
    2014-04-06 09:54:00.000000000 +0200
@@ -1,0 +2,11 @@
+Thu Mar 27 14:44:53 UTC 2014 - [email protected]
+
+- Add a %_ntpunitsdir macro 
+
+-------------------------------------------------------------------
+Thu Mar 27 12:22:11 UTC 2014 - [email protected]
+
+- Add support to not restart services if running in YaST2 or
+  if DISABLE_RESTART_ON_UPDATE is set to yes [bnc#858429]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ macros.systemd ++++++
--- /var/tmp/diff_new_pack.CdSwC4/_old  2014-04-06 09:54:00.000000000 +0200
+++ /var/tmp/diff_new_pack.CdSwC4/_new  2014-04-06 09:54:00.000000000 +0200
@@ -35,6 +35,7 @@
 %_journalcatalogdir /usr/lib/systemd/catalog
 %_tmpfilesdir /usr/lib/tmpfiles.d
 %_sysctldir /usr/lib/sysctl.d
+%_ntpunitsdir /usr/lib/systemd/ntp-units.d
 
 %service_add_pre()                                                             
        \
 test -n "$FIRST_ARG" || FIRST_ARG=$1                                           
        \
@@ -106,7 +107,9 @@
 test -n "$FIRST_ARG" || FIRST_ARG=$1                                           
        \
 if [ $FIRST_ARG -ge 1 ]; then                                                  
        \
 # Package upgrade, not uninstall                                               
        \
-  /usr/bin/systemctl try-restart %{?*} >/dev/null 2>&1 || :                    
                \
+  if test "$YAST_IS_RUNNING" != "instsys" -a "$DISABLE_RESTART_ON_UPDATE" != 
yes ; then \
+    /usr/bin/systemctl try-restart %{?*} >/dev/null 2>&1 || :                  
                \
+  fi \
 else # package uninstall                                                       
        \
   for service in %{?*} ; do                                                    
        \
     sysv_service=${service%.*}                                                 
        \

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

Reply via email to