Hello community, here is the log from the commit of package systemd for openSUSE:Factory checked in at 2013-01-10 22:35:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-mini.changes 2013-01-10 15:20:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes 2013-01-10 22:35:21.000000000 +0100 @@ -2 +2,7 @@ -Wed Jan 9 09:43:15 UTC 2013 - [email protected] +Thu Jan 10 15:43:25 UTC 2013 - [email protected] + +- Add multiple-sulogin.patch: allows multiple sulogin instance + (bnc#793182). + +------------------------------------------------------------------- +Wed Jan 9 09:42:50 UTC 2013 - [email protected] --- /work/SRC/openSUSE:Factory/systemd/systemd.changes 2013-01-10 15:20:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes 2013-01-10 22:35:21.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Jan 10 15:43:25 UTC 2013 - [email protected] + +- Add multiple-sulogin.patch: allows multiple sulogin instance + (bnc#793182). + +------------------------------------------------------------------- New: ---- multiple-sulogin.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemd-mini.spec ++++++ --- /var/tmp/diff_new_pack.n4mtUi/_old 2013-01-10 22:35:22.000000000 +0100 +++ /var/tmp/diff_new_pack.n4mtUi/_new 2013-01-10 22:35:22.000000000 +0100 @@ -135,6 +135,8 @@ Patch71: fix-debugshell.patch # PATCH-FIX-OPENSUSE handle-root-uses-lang.patch bnc#792182 [email protected] -- handle ROOT_USES_LANG=ctype Patch72: handle-root-uses-lang.patch +# PATCH-FIX-OPENSUSE multiple-sulogin.patch bnc#793182 [email protected] -- handle multiple sulogin +Patch76: multiple-sulogin.patch # Upstream First - Policy: # Never add any patches to this package without the upstream commit id @@ -414,6 +416,7 @@ %patch73 -p1 %patch74 -p1 %patch75 -p1 +%patch76 -p1 %build autoreconf -fiv systemd.spec: same change ++++++ multiple-sulogin.patch ++++++ Index: systemd-195/units/[email protected] =================================================================== --- systemd-195.orig/units/[email protected] +++ systemd-195/units/[email protected] @@ -8,6 +8,7 @@ [Unit] Description=Getty on %I Documentation=man:agetty(8) +Conflicts=rescue.service After=systemd-user-sessions.service plymouth-quit-wait.service m4_ifdef(`TARGET_FEDORA', After=rc-local.service Index: systemd-195/units/rescue.target =================================================================== --- systemd-195.orig/units/rescue.target +++ systemd-195/units/rescue.target @@ -10,6 +10,7 @@ Description=Rescue Mode Documentation=man:systemd.special(7) Requires=sysinit.target rescue.service After=sysinit.target rescue.service +Conflicts=getty.target AllowIsolate=yes [Install] Index: systemd-195/units/[email protected] =================================================================== --- systemd-195.orig/units/[email protected] +++ systemd-195/units/[email protected] @@ -9,6 +9,7 @@ Description=Serial Getty on %I Documentation=man:agetty(8) man:systemd-getty-generator(8) BindsTo=dev-%i.device +Conflicts=rescue.service After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service m4_ifdef(`TARGET_FEDORA', After=rc-local.service -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
