Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-05-15 16:10:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd (Old)
 and      /work/SRC/openSUSE:Factory/.systemd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes     2013-05-13 
22:50:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes        
2013-05-15 16:10:44.000000000 +0200
@@ -1,0 +2,12 @@
+Wed May 15 13:02:05 UTC 2013 - [email protected]
+
+- Update handle-SYSTEMCTL_OPTIONS-environment-variable.patch: don't
+  free variable whose content is still be used (bnc#819970).
+
+-------------------------------------------------------------------
+Tue May 14 14:22:05 UTC 2013 - [email protected]
+
+- Add configure flags to ensure boot.local/halt.local are run on
+  startup/shutdown.
+
+-------------------------------------------------------------------
systemd.changes: same change

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

Other differences:
------------------
++++++ systemd-mini.spec ++++++
--- /var/tmp/diff_new_pack.UvF4eR/_old  2013-05-15 16:10:48.000000000 +0200
+++ /var/tmp/diff_new_pack.UvF4eR/_new  2013-05-15 16:10:48.000000000 +0200
@@ -424,6 +424,8 @@
   --enable-split-usr \
   --disable-static \
   --with-firmware-path="%{_prefix}/lib/firmware:/lib/firmware" \
+  --with-rc-local-script-path-start=/etc/init.d/boot.local \
+  --with-rc-local-script-path-stop=/etc/init.d/halt.local \
   CFLAGS="%{optflags}"
 make %{?_smp_mflags}
 

systemd.spec: same change
++++++ handle-SYSTEMCTL_OPTIONS-environment-variable.patch ++++++
--- /var/tmp/diff_new_pack.UvF4eR/_old  2013-05-15 16:10:48.000000000 +0200
+++ /var/tmp/diff_new_pack.UvF4eR/_new  2013-05-15 16:10:48.000000000 +0200
@@ -22,7 +22,7 @@
 +
 +                if (*parsed_systemctl_options && **parsed_systemctl_options) {
 +                        char **k,**a;
-+                         _cleanup_strv_free_ char **new_argv = new(char*, 
strv_length(argv) + strv_length(parsed_systemctl_options) + 1);
++                        char **new_argv = new(char*, strv_length(argv) + 
strv_length(parsed_systemctl_options) + 1);
 +                        new_argv[0] = strdup(argv[0]);
 +                        for (k = new_argv+1, a = parsed_systemctl_options; 
*a; k++, a++) {
 +                                *k = strdup(*a);

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

Reply via email to