Author: baggins Date: Wed May 30 11:34:29 2012 GMT Module: packages Tag: HEAD ---- Log message: - fix missing udev service renames
---- Files affected: packages/systemd: systemd.spec (1.167 -> 1.168) , systemd-udev-service.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/systemd/systemd.spec diff -u packages/systemd/systemd.spec:1.167 packages/systemd/systemd.spec:1.168 --- packages/systemd/systemd.spec:1.167 Wed May 30 13:12:50 2012 +++ packages/systemd/systemd.spec Wed May 30 13:34:24 2012 @@ -78,6 +78,7 @@ Patch8: udev-ploop-rules.patch Patch9: udevlibexecdir.patch Patch10: static-udev.patch +Patch11: systemd-udev-service.patch URL: http://www.freedesktop.org/wiki/Software/systemd BuildRequires: acl-devel %{?with_audit:BuildRequires: audit-libs-devel} @@ -545,6 +546,7 @@ %endif %patch8 -p1 %patch9 -p1 +%patch11 -p1 cp -p %{SOURCE2} src/systemd_booted.c %{__mv} src/udev/keymap/keyboard-force-release.sh{,.in} @@ -1350,6 +1352,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.168 2012/05/30 11:34:24 baggins +- fix missing udev service renames + Revision 1.167 2012/05/30 11:12:50 baggins - udev services have been renamed to systemd-udev ================================================================ Index: packages/systemd/systemd-udev-service.patch diff -u /dev/null packages/systemd/systemd-udev-service.patch:1.1 --- /dev/null Wed May 30 13:34:29 2012 +++ packages/systemd/systemd-udev-service.patch Wed May 30 13:34:24 2012 @@ -0,0 +1,22 @@ +--- systemd-183/units/systemd-udev-settle.service.in~ 2012-05-21 15:14:51.642981269 +0200 ++++ systemd-183/units/systemd-udev-settle.service.in 2012-05-30 13:26:59.999569567 +0200 +@@ -21,7 +21,7 @@ + Documentation=man:udevd(8) + DefaultDependencies=no + Wants=systemd-udev.service +-After=udev-trigger.service ++After=systemd-udev-trigger.service + Before=basic.target + ConditionCapability=CAP_MKNOD + +--- systemd-183/units/plymouth-start.service~ 2012-04-12 00:24:39.579670098 +0200 ++++ systemd-183/units/plymouth-start.service 2012-05-30 13:28:23.779566612 +0200 +@@ -9,7 +9,7 @@ + Description=Show Plymouth Boot Screen + DefaultDependencies=no + Wants=systemd-ask-password-plymouth.path +-After=systemd-vconsole-setup.service udev-settle.service ++After=systemd-vconsole-setup.service systemd-udev-settle.service + Before=systemd-ask-password-plymouth.service + + # Dracut informs us with this flag file if plymouth is already running ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/systemd/systemd.spec?r1=1.167&r2=1.168 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
