Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2011-11-05 11:27:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd (Old)
 and      /work/SRC/openSUSE:Factory/.systemd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd/systemd-gtk.changes      2011-10-27 
19:39:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-gtk.changes 2011-11-05 
12:02:32.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Nov  4 14:44:18 UTC 2011 - fcro...@suse.com
+
+- Fix rpm macros to only call presets on initial install
+  (bnc#728104).
+
+-------------------------------------------------------------------
systemd.changes: same change

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

Other differences:
------------------
systemd.spec: same change
++++++ macros.systemd ++++++
--- /var/tmp/diff_new_pack.7gVlkV/_old  2011-11-05 12:02:55.000000000 +0100
+++ /var/tmp/diff_new_pack.7gVlkV/_new  2011-11-05 12:02:55.000000000 +0100
@@ -60,11 +60,12 @@
        touch "/var/lib/systemd/migrated/$sysv_service"                         
        \
   fi                                                                           
        \
 done                                                                           
        \
+/bin/systemctl daemon-reload >/dev/null 2>&1 || :                              
        \
 if [ -n "$services_to_migrate" ]; then                                         
        \
   /usr/sbin/systemd-sysv-convert --apply $services_to_migrate >/dev/null 2>&1 
|| :     \
+elif [ $FIRST_ARG -eq 1 ]; then                                                
                \
+  /bin/systemctl preset %{?*} >/dev/null 2>&1 || :                             
        \
 fi                                                                             
        \
-/bin/systemctl daemon-reload >/dev/null 2>&1 || :                              
        \
-/bin/systemctl preset %{?*} >/dev/null 2>&1 || :                               
        \
 %{nil}
 
 # On uninstall, disable and stop services

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to