diff --git a/set-and-use-default-logconsole.patch b/set-and-use-default-logconsole.patch index 559892d5..e13cb6dd 100644 --- a/set-and-use-default-logconsole.patch +++ b/set-and-use-default-logconsole.patch @@ -105,7 +105,7 @@ Index: src/journal/journald-console.c return; + /* Do not write security/authorization (private) messages to console */ -+ if (priority & LOG_AUTHPRIV) ++ if ((priority & LOG_FACMASK) == LOG_AUTHPRIV) + return; + /* First: timestamp */ diff --git a/systemd-mini.spec b/systemd-mini.spec index 3bfaeabf..cfd53782 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -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 diff --git a/systemd.changes b/systemd.changes index f3cc341f..e1a7458c 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 7 11:44:27 UTC 2015 - arvidjaar@gmail.com + +- update set-and-use-default-logconsole.patch - fix comparison of + console log facility that caused journald to skip output to console + (boo#912030) + ------------------------------------------------------------------- Thu Dec 18 13:47:36 UTC 2014 - werner@suse.de diff --git a/systemd.spec b/systemd.spec index 2107f0e3..3c7e9fb9 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,7 +1,7 @@ # # spec file for package systemd # -# 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