From 25d65a4bd748559298f3cbfb7b22bbea000cc8d01127cd9147a736bcbfaa0473 Mon Sep 17 00:00:00 2001 From: Berthold Gunreben Date: Tue, 23 Nov 2010 09:35:41 +0000 Subject: [PATCH] Accepting request 53740 from Base:System Accepted submit request 53740 from user a_jaeger OBS-URL: https://build.opensuse.org/request/show/53740 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=17 --- systemd-12.tar.bz2 | 3 --- systemd-13.tar.bz2 | 3 +++ systemd.changes | 42 ++++++++++++++++++++++++++++++++++++++++++ systemd.spec | 8 ++++---- 4 files changed, 49 insertions(+), 7 deletions(-) delete mode 100644 systemd-12.tar.bz2 create mode 100644 systemd-13.tar.bz2 diff --git a/systemd-12.tar.bz2 b/systemd-12.tar.bz2 deleted file mode 100644 index e6a86374..00000000 --- a/systemd-12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:870fb4bf129563bd99fd51df73a08c47ea772d73beb26f05238e13cd388cafff -size 753774 diff --git a/systemd-13.tar.bz2 b/systemd-13.tar.bz2 new file mode 100644 index 00000000..b51d03a2 --- /dev/null +++ b/systemd-13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34474765aa0556dfbe1e30dc1fd148a6daddda2a20e47e3283ad88a01ec4db29 +size 762878 diff --git a/systemd.changes b/systemd.changes index 693f53ac..50d69941 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Mon Nov 22 10:10:59 CET 2010 - kay.sievers@novell.com + +- new snapshot + - systemctl: don't return LSB status error codes for 'show' + - mount: do not try to mount disabled cgroup controllers + - man: document /etc/modules-load.d/, /etc/os-release, + locale.conf, /etc/vconsole.conf, /etc/hostname + - units: move a couple of units from base.target to + sysinit.target + - man: reorder things to follow the same order everywhere +- revert too new libnotify code/requirement +- revert fsck -l option requirement + +------------------------------------------------------------------- +Sat Nov 20 19:58:14 CET 2010 - kay.sievers@novell.com + +- version 13 + - cryptsetup: actually show disk name + - cryptsetup: show udev device name when asking for password + - sysctl: implement native tool and support /etc/sysctl.d + - units: enable console ask-password agent by default + - introduce /etc/os-release distro description + - job: make sure we don't fail umount.target if a mount unit + failed to stop + - cgroup: after killing cgroup processes, ensure the group is + really dead gone. wait for 3s at max + - cgroup: if we couldn't remove a cgroup after killing + evertyhing in it then it's fine + - cryptsetup: automatically order crypt partitions before + cryptsetup.target + - man: trivial BindTo description fix + - manager: make list of default controllers configurable + - build: expose libcryptsetup dependency in build string + - pam: document controllers= switch + - cgroup: by default, duplicate service cgroup in the cpu hierarchy + - pam: duplicate cgroup tree in the cpu hierarchy by default, + optionally more +- enable native crypto handling instead of boot.crypto +- revert too new libnotify code/requirement +- revert fsck -l option requirement + ------------------------------------------------------------------- Wed Nov 17 01:32:04 CET 2010 - kay.sievers@novell.com diff --git a/systemd.spec b/systemd.spec index 219781c4..1ab9f924 100644 --- a/systemd.spec +++ b/systemd.spec @@ -20,7 +20,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd -Version: 12 +Version: 13 Release: 1 License: GPLv2+ Group: System/Base @@ -102,17 +102,17 @@ ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/telinit ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/runlevel rm -rf $RPM_BUILD_ROOT/etc/systemd/system/*.target.wants rm -f $RPM_BUILD_ROOT/etc/systemd/system/default.target -rm -f $RPM_BUILD_ROOT/lib/systemd/system-generators/* mkdir -p $RPM_BUILD_ROOT/etc/modules-load.d # alias for /etc/init.d/* ln -s hwclock-load.service $RPM_BUILD_ROOT/lib/systemd/system/clock.service ln -s systemd-random-seed-load.service $RPM_BUILD_ROOT/lib/systemd/system/random.service ln -s systemd-tmpfiles-setup.service $RPM_BUILD_ROOT/lib/systemd/system/cleanup.service ln -s fsck-root.service $RPM_BUILD_ROOT/lib/systemd/system/rootfsck.service +ln -s systemd-sysctl.service $RPM_BUILD_ROOT/lib/systemd/system/sysctl.service ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/earlysyslog.service ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/localfs.service -#ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/crypto-early.service -#ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/crypto.service +ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/crypto-early.service +ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/crypto.service %post /bin/systemctl daemon-reexec >/dev/null 2>&1 || :