From eea95a891f0d4c1c549fb3f7ac55c1f2f24aeb8d213b1045c297e0ca53c17aa8 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 27 Oct 2010 11:35:31 +0000 Subject: [PATCH 1/3] update OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=79 --- systemd-11.tar.bz2 | 4 ++-- systemd.changes | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/systemd-11.tar.bz2 b/systemd-11.tar.bz2 index ceff8feb..494fe419 100644 --- a/systemd-11.tar.bz2 +++ b/systemd-11.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5aaddd148e3a2eb03cbe3fdca989930ff45632d3c446fb92ad3a51ed51f72a51 -size 736356 +oid sha256:d1499ea40251039a80713adecc97ea4c927fc15d0243485288ea0d18a4525db1 +size 739824 diff --git a/systemd.changes b/systemd.changes index 1d128269..eed5086c 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Oct 27 12:00:26 CEST 2010 - kay.sievers@novell.com + +- new snapshot + - create /dev/stderr and friends early on boot + - run sysv related scripts with TERM=linux + - add only swaps listed in /etc/fstab automatically to swap.target + - errors: refer to systemctl status when useful + - swap: add default cgroup to swap exec env + - readahead: bump a device's request_nr when enabling readahead + - shutdown: properly handle sigtimedwait() timing out + - main: fix typo in kernel cmdline parameters help + - ord-tty: properly handle SIGINT/SIGTERM + - systemctl: automatically spawn temporary password agent + - ask-password: properly handle multiple pending passwords + - ask-password: enable plymouth agent by default + - ask-password: add minimal plymouth password agent + ------------------------------------------------------------------- Tue Oct 26 13:10:01 CEST 2010 - kay.sievers@novell.com From d9b273c6436a37ca53493ca441e0e554359666d1c9b86b9ee384eed84c90c234 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 28 Oct 2010 12:40:49 +0000 Subject: [PATCH 2/3] Updating link to change in openSUSE:Factory/systemd revision 10.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=d6cc59c3785db1bf6749ea29b1bfda32 --- systemd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index bee1416a..d4bc5895 100644 --- a/systemd.spec +++ b/systemd.spec @@ -21,7 +21,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd Version: 11 -Release: 1 +Release: 2 License: GPLv2+ Group: System/Base Summary: A System and Session Manager From fbe84ade0b7bc53b56b30ae83bec05327dbf4c5b7d8c52da2125c98381a4197e Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Fri, 29 Oct 2010 19:32:25 +0000 Subject: [PATCH 3/3] update OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=81 --- systemd-11.tar.bz2 | 4 ++-- systemd.changes | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/systemd-11.tar.bz2 b/systemd-11.tar.bz2 index 494fe419..55c877bb 100644 --- a/systemd-11.tar.bz2 +++ b/systemd-11.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d1499ea40251039a80713adecc97ea4c927fc15d0243485288ea0d18a4525db1 -size 739824 +oid sha256:f67f8cd3e71b60399d5369e464adfb97f97a04092c8d58ac8c0c04951dba988a +size 739665 diff --git a/systemd.changes b/systemd.changes index eed5086c..93e74970 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Oct 29 21:20:57 CEST 2010 - kay.sievers@novell.com + +- new snapshot + - fsck: return SUCCESS when we skip the check + - fsck: skip checking / if it is writable + - units: fix variable expansion + - mount: don't pull in nofail mounts by default, but use them + if they are around + - job: recursively fail BoundBy dependencies + - fsck: fix target name to check for + - units: rename fedora/single.service to rescue.service + - units: introduce plymouth-start and plymouth-kexec + - unit: get rid of IgnoreDependencyFailure= + - use util-linux:agetty instead of mingetty + - unit: replace StopRetroactively= by BindTo= dependencies + - automount: show who's triggering an automount + - units: run sysctl only if /etc/sysctl.conf exists + - systemctl: always show what and where for mount units + - shutdown: reword a few messages a little + - manager: show which jobs are actually installed after a transaction + - timer: when deserializing timer state stay elapsed + - device: set recursive_stop=true by default + - unit: suppress incorrect deserialization errors + - swap: there's no reason not order swap after sysinit + - socket: fix IPv6 availability detection + ------------------------------------------------------------------- Wed Oct 27 12:00:26 CEST 2010 - kay.sievers@novell.com