From 2500cd99850a4a28ab1e78c0a37f2ebad0cb0554671c6588d442d8f7b317d07e Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 26 Apr 2011 18:17:18 +0000 Subject: [PATCH] new snapshot OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=134 --- systemd-25.tar.bz2 | 4 ++-- systemd.changes | 10 ++++++++++ systemd.spec | 9 ++++++++- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/systemd-25.tar.bz2 b/systemd-25.tar.bz2 index 81bb6844..585d4a43 100644 --- a/systemd-25.tar.bz2 +++ b/systemd-25.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4498a4fe0185964127dad0d07806a1f0c7728d29013ff6d706c914ef598d798 -size 810486 +oid sha256:b44b97c30a7e899e13aee95ed0a4a923ec1e9eb9973a3f97ad1236d9e78f94c5 +size 814751 diff --git a/systemd.changes b/systemd.changes index 711cf7b8..549d54f0 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Apr 25 21:45:02 CEST 2011 - kay.sievers@novell.com + +- new snapshot + - tmpfiles.d: switch to stacked config dirs in /lib, /etc, /run + - sysctl.d, binfmt.d, modules-load.d: switch to stacked config + dirs in /lib, /etc, /run + - manager: mkdir /run/systemd/system when starting up + - man: Spelling fixes + ------------------------------------------------------------------- Thu Apr 21 04:39:57 CEST 2011 - kay.sievers@novell.com diff --git a/systemd.spec b/systemd.spec index 4f7c749f..d4bc3ca2 100644 --- a/systemd.spec +++ b/systemd.spec @@ -195,9 +195,16 @@ rm -rf $RPM_BUILD_ROOT %dir %{_sysconfdir}/systemd/user %dir %{_sysconfdir}/xdg/systemd %dir %{_sysconfdir}/xdg/systemd/user + +%dir /usr/lib/modules-load.d %dir %{_sysconfdir}/modules-load.d +%dir /usr/lib/tmpfiles.d %dir %{_sysconfdir}/tmpfiles.d -%{_sysconfdir}/tmpfiles.d/*.conf +%dir /usr/lib/binfmt.d +%dir %{_sysconfdir}/binfmt.d +%dir /usr/lib/sysctl.d +%dir %{_sysconfdir}/sysctl.d +/usr/lib/tmpfiles.d/*.conf %config(noreplace) %{_sysconfdir}/systemd/system.conf %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.systemd1.conf %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.hostname1.conf