Hello community, here is the log from the commit of package systemd for openSUSE:Factory checked in at 2013-09-08 15:31:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-08-23 11:06:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes 2013-09-08 15:31:38.000000000 +0200 @@ -1,0 +2,9 @@ +Fri Sep 6 15:02:08 UTC 2013 - [email protected] + +- Remove + force-lvm-restart-after-cryptsetup-target-is-reached.patch and + remove additional dependencies on LVM in other patches: LVM has + now systemd support, no need to work around it anymore in + systemd. + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/systemd/systemd.changes 2013-08-23 11:06:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes 2013-09-08 15:31:38.000000000 +0200 @@ -1,0 +2,9 @@ +Fri Sep 6 15:02:08 UTC 2013 - [email protected] + +- Remove + force-lvm-restart-after-cryptsetup-target-is-reached.patch and + remove additional dependencies on LVM in other patches: LVM has + now systemd support, no need to work around it anymore in + systemd. + +------------------------------------------------------------------- Old: ---- force-lvm-restart-after-cryptsetup-target-is-reached.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemd-mini.spec ++++++ --- /var/tmp/diff_new_pack.FQyQYd/_old 2013-09-08 15:31:39.000000000 +0200 +++ /var/tmp/diff_new_pack.FQyQYd/_new 2013-09-08 15:31:39.000000000 +0200 @@ -128,7 +128,6 @@ Patch7: service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch Patch8: module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch Patch9: remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch -Patch10: force-lvm-restart-after-cryptsetup-target-is-reached.patch Patch11: delay-fsck-cryptsetup-after-md-dmraid-lvm-are-started.patch Patch12: Fix-run-lock-directories-permissions-to-follow-openSUSE-po.patch Patch13: ensure-sysctl-are-applied-after-modules-are-loaded.patch @@ -393,7 +392,6 @@ %patch7 -p1 %patch8 -p1 %patch9 -p1 -%patch10 -p1 %patch11 -p1 %patch12 -p1 %patch13 -p1 ++++++ systemd.spec ++++++ --- /var/tmp/diff_new_pack.FQyQYd/_old 2013-09-08 15:31:40.000000000 +0200 +++ /var/tmp/diff_new_pack.FQyQYd/_new 2013-09-08 15:31:40.000000000 +0200 @@ -123,7 +123,6 @@ Patch7: service-flags-sysv-service-with-detected-pid-as-RemainAfte.patch Patch8: module-load-handle-SUSE-etc-sysconfig-kernel-module-list.patch Patch9: remain_after_exit-initscript-heuristic-and-add-new-LSB-hea.patch -Patch10: force-lvm-restart-after-cryptsetup-target-is-reached.patch Patch11: delay-fsck-cryptsetup-after-md-dmraid-lvm-are-started.patch Patch12: Fix-run-lock-directories-permissions-to-follow-openSUSE-po.patch Patch13: ensure-sysctl-are-applied-after-modules-are-loaded.patch @@ -388,7 +387,6 @@ %patch7 -p1 %patch8 -p1 %patch9 -p1 -%patch10 -p1 %patch11 -p1 %patch12 -p1 %patch13 -p1 ++++++ delay-fsck-cryptsetup-after-md-dmraid-lvm-are-started.patch ++++++ --- /var/tmp/diff_new_pack.FQyQYd/_old 2013-09-08 15:31:40.000000000 +0200 +++ /var/tmp/diff_new_pack.FQyQYd/_new 2013-09-08 15:31:40.000000000 +0200 @@ -1,6 +1,6 @@ From: Frederic Crozat <[email protected]> Date: Wed, 9 Nov 2011 11:10:49 +0100 -Subject: delay fsck / cryptsetup after md / dmraid / lvm are started +Subject: delay fsck / cryptsetup after md / dmraid are started --- src/cryptsetup/cryptsetup-generator.c | 1 + @@ -13,7 +13,7 @@ "Conflicts=umount.target\n" "DefaultDependencies=no\n" "BindsTo=dev-mapper-%i.device\n" -+ "After=md.service dmraid.service lvm.service\n" ++ "After=md.service dmraid.service\n" "After=systemd-readahead-collect.service systemd-readahead-replay.service\n", f); @@ -24,7 +24,7 @@ DefaultDependencies=no BindsTo=%i.device -After=systemd-readahead-collect.service systemd-readahead-replay.service %i.device -+After=systemd-readahead-collect.service systemd-readahead-replay.service %i.device lvm.service md.service dmraid.service ++After=systemd-readahead-collect.service systemd-readahead-replay.service %i.device md.service dmraid.service Before=shutdown.target [Service] ++++++ ensure-DM-and-LVM-are-started-before-local-fs-pre-target.patch ++++++ --- /var/tmp/diff_new_pack.FQyQYd/_old 2013-09-08 15:31:40.000000000 +0200 +++ /var/tmp/diff_new_pack.FQyQYd/_new 2013-09-08 15:31:40.000000000 +0200 @@ -1,8 +1,8 @@ From: Frederic Crozat <[email protected]> Date: Thu, 9 Feb 2012 16:19:38 +0000 -Subject: ensure DM and LVM are started before local-fs-pre-target +Subject: ensure DM and dmraid are started before local-fs-pre-target -ensure md / lvm /dmraid is started before mounting partitions, +ensure md / dmraid is started before mounting partitions, if fsck was disabled for them (bnc#733283). --- units/local-fs-pre.target | 1 + @@ -14,4 +14,4 @@ Description=Local File Systems (Pre) Documentation=man:systemd.special(7) RefuseManualStart=yes -+After=md.service lvm.service dmraid.service ++After=md.service dmraid.service -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
