diff --git a/0002-Add-vhangup-for-sending-HUP-to-all-procs-on-tty.patch b/0002-Add-vhangup-for-sending-HUP-to-all-procs-on-tty.patch deleted file mode 100644 index 1656cb8f..00000000 --- a/0002-Add-vhangup-for-sending-HUP-to-all-procs-on-tty.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- units/getty@.service.m4 -+++ units/getty@.service.m4 2011-02-17 14:02:02.883926195 +0000 -@@ -27,6 +27,9 @@ Before=getty.target - [Service] - Environment=TERM=linux - ExecStart=-/sbin/agetty %I 38400 -+m4_ifdef(`TARGET_SUSE', -+ExecStop=/sbin/vhangup %I -+)m4_dnl - Restart=always - RestartSec=0 - UtmpIdentifier=%I diff --git a/systemd-18.tar.bz2 b/systemd-18.tar.bz2 index 9c1e32c0..a6a01696 100644 --- a/systemd-18.tar.bz2 +++ b/systemd-18.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5d9921abc036667c3cd0ccaa1d8d64ba5135a7133b93dbdea7d7cb4b76ce242 -size 765009 +oid sha256:a649b585a113ef1f40c468aa73abf3bc058d2515508152cac81ffd02dda0d61f +size 765747 diff --git a/systemd.changes b/systemd.changes index a71d3d18..0d7a3ed2 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Feb 18 13:52:22 CET 2011 - kay.sievers@novell.com + +- new snapshot + - units: order fsck@.service before basic.target + instead of local-fs.target to relax things a little + - readahead: remove misleading error messages + - man: don't do more reloads than necessary in spec files + - util: retry opening a TTY on EIO + - util: beef up logic to find ctty name + - tmpfiles: kill double slashes in unix socket names +- drop vhangup patch, we do not want to diverge from upstream here + it is/needs to be fixed in login(3) not in systemd + ------------------------------------------------------------------- Fri Feb 18 09:33:55 UTC 2011 - coolo@novell.com diff --git a/systemd.spec b/systemd.spec index cf0c8a07..44673716 100644 --- a/systemd.spec +++ b/systemd.spec @@ -43,7 +43,6 @@ Conflicts: mkinitrd < 2.6.0-5 Source0: http://www.freedesktop.org/software/systemd/releases/%{name}-%{version}.tar.bz2 Source1: systemd-rpmlintrc Patch1: 0001-Add-bootsplash-handling-for-password-dialogs.patch -Patch2: 0002-Add-vhangup-for-sending-HUP-to-all-procs-on-tty.patch %description Systemd is a system and service manager, compatible with SysV and LSB @@ -89,7 +88,6 @@ Plymouth integration for systemd %prep %setup -q %patch1 -p1 -%patch2 -p0 %build autoreconf -fiv