Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2015-01-21 21:53:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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.changes  2014-12-21 
12:02:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes     2015-01-21 
21:53:12.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Jan  7 11:44:27 UTC 2015 - [email protected]
+
+- update set-and-use-default-logconsole.patch - fix comparison of
+  console log facility that caused journald to skip output to console
+  (boo#912030)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ systemd-mini.spec ++++++
--- /var/tmp/diff_new_pack.RvIoza/_old  2015-01-21 21:53:20.000000000 +0100
+++ /var/tmp/diff_new_pack.RvIoza/_new  2015-01-21 21:53:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package systemd-mini
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

systemd.spec: same change
++++++ set-and-use-default-logconsole.patch ++++++
--- /var/tmp/diff_new_pack.RvIoza/_old  2015-01-21 21:53:23.000000000 +0100
+++ /var/tmp/diff_new_pack.RvIoza/_new  2015-01-21 21:53:23.000000000 +0100
@@ -105,7 +105,7 @@
                  return;
  
 +        /* Do not write security/authorization (private) messages to console 
*/
-+        if (priority & LOG_AUTHPRIV)
++        if ((priority & LOG_FACMASK) == LOG_AUTHPRIV)
 +                return;
 +
          /* First: timestamp */

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

Reply via email to