From 0848a4787156751017606ec339ec8594a44f723e1fe586ec34b5e7c76dbfe41a Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 7 Mar 2011 17:46:46 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=124 --- systemd-19.tar.bz2 | 4 ++-- systemd.changes | 30 ++++++++++++++++++++++++++++++ systemd.spec | 2 ++ 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/systemd-19.tar.bz2 b/systemd-19.tar.bz2 index 8a74c421..51889246 100644 --- a/systemd-19.tar.bz2 +++ b/systemd-19.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d858237a197c8172a4d680a5109b2da81a41de612003c9f0ee693fa09e9a5ad5 -size 770110 +oid sha256:b82a1a98c2ad4098b58ee2de7dfeda785a8ed597390fda946b079bd5fd4af775 +size 752811 diff --git a/systemd.changes b/systemd.changes index 2f9279b0..e9a2f3ea 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Mar 7 17:24:46 CET 2011 - kay.sievers@novell.com + +- new snapshot + - add org.freedesktop.DBus.Properies.Set method + - main: introduce /etc/machine-id + - systemctl: fix exit code when directing is-enabled + to chkconfig + - dbus: add 'Tainted' property to Manager object + - dbus: expose distribution name and features on manager + object as properties + - man: document changed EnvironmentFile= behaviour + - main: add link to wiki page with longer explanation of the + /usr madness + - execute: load environment files at time of execution, not + when we load the service configuration + - path: after installing inotify watches, recheck file again + to fix race + - path: don't use IN_ATTRIB on parent dirs when watching a + file, since those cannot be removed without emptying the dir + first anyway and we need IN_ATTRIB only to detect the link + count dropping to 0 + - kill: always send SIGCONT after SIGTERM + - readahead: disable collector automatically on read-only media + - sysctl: use scandir() instead of nftw() to guarantee + systematic ordering + - support DT_UNKNOWN where necessary for compat with reiserfs + - systemctl: always null-terminate the password +- call systemd-machine-id-setup at installation + ------------------------------------------------------------------- Tue Mar 1 12:28:01 CET 2011 - kay.sievers@novell.com diff --git a/systemd.spec b/systemd.spec index a1674f4d..1b722218 100644 --- a/systemd.spec +++ b/systemd.spec @@ -130,6 +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 || : /bin/systemctl daemon-reexec >/dev/null 2>&1 || : # Create default config in /etc at first install. @@ -171,6 +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 %{_bindir}/systemd-cgls /lib/systemd/systemd-* /%{_lib}/security/pam_systemd.so