From ebd679ad25a52a9c3bec10e0b2093bdadb2dac615ff59542b464d353a5fafb91 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 10 Mar 2011 13:31:51 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=127 --- systemd-20.tar.bz2 | 4 ++-- systemd.changes | 20 +++++++++++++++++++- systemd.spec | 4 ++-- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/systemd-20.tar.bz2 b/systemd-20.tar.bz2 index cbab12db..8727c612 100644 --- a/systemd-20.tar.bz2 +++ b/systemd-20.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9267127955ed9afbb41e1568c0db1e7028f6450993876a42e91a621fa04e5b5d -size 754679 +oid sha256:5ed30a565cf596ed405a18ef6499ac8a9c09bc0f112b37b56b1fefb16377bb56 +size 755345 diff --git a/systemd.changes b/systemd.changes index e74823a1..c4002dfd 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,5 +1,23 @@ ------------------------------------------------------------------- -Tue Mar 8 19:06:45 UTC 2011 - kasievers@novell.com +Thu Mar 10 14:16:50 CET 2011 - kay.sievers@novell.com + +- new snapshot + - main: refuse system to be started in a chroot + - main: don't check if /usr really is a mount point, since it is + fine if it is passed pre-mounted to us from the initrd + - condition: take a timestamp and store last result of conditions + - dev: use /dev/.run/systemd as runtime directory, instead of + /dev/.systemd + - machine-id: move machine-id-setup to /sbin + - pkconfig: export full search path as .pc variable + - selinux: bump up error level when in non-enforcing mode + - dbus: fix dbus assert due to uninitialized error + - dbus: properly generate UnknownInterface, UnknownProperty + and PropertyReadOnly errors + - mount: use /dev/.run as an early boot alias for /var/run + +------------------------------------------------------------------- +Tue Mar 8 19:06:45 UTC 2011 - kay.sievers@novell.com - version 20 - service: prefix description with LSB only if script has LSB header, diff --git a/systemd.spec b/systemd.spec index 5a6abe08..3948c4fc 100644 --- a/systemd.spec +++ b/systemd.spec @@ -130,7 +130,7 @@ ln -s /dev/null $RPM_BUILD_ROOT/lib/systemd/system/crypto.service (cd $RPM_BUILD_ROOT && find . -name '*plymouth*') > files.plymouth %post -/bin/systemd-machine-id-setup >/dev/null 2>&1 || : +/sbin/systemd-machine-id-setup >/dev/null 2>&1 || : /bin/systemctl daemon-reexec >/dev/null 2>&1 || : # Create default config in /etc at first install. @@ -172,7 +172,7 @@ rm -rf $RPM_BUILD_ROOT /bin/systemd-ask-password /bin/systemd-tty-ask-password-agent /bin/systemd-tmpfiles -/bin/systemd-machine-id-setup +/sbin/systemd-machine-id-setup %{_bindir}/systemd-cgls /lib/systemd/systemd-* /%{_lib}/security/pam_systemd.so