From d682d866eadc132712cabaa3ae0ca574189e37b60f36d558df038d32945d90dc Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 2 Nov 2010 12:53:25 +0000 Subject: [PATCH 1/3] Updating link to change in openSUSE:Factory/systemd revision 12.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=93a02eccbc9d2fc250e333ee8831040a --- systemd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index d4bc5895..9533b5b4 100644 --- a/systemd.spec +++ b/systemd.spec @@ -21,7 +21,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd Version: 11 -Release: 2 +Release: 3 License: GPLv2+ Group: System/Base Summary: A System and Session Manager From 15c8d62bdb3c3c73ce4505735dd813355933655cd8cb8cd805ec984755b01c5f Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Fri, 5 Nov 2010 14:53:11 +0000 Subject: [PATCH 2/3] update OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=83 --- systemd-11.tar.bz2 | 4 ++-- systemd.changes | 8 ++++++++ systemd.spec | 2 ++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/systemd-11.tar.bz2 b/systemd-11.tar.bz2 index 55c877bb..94b0ce53 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:f67f8cd3e71b60399d5369e464adfb97f97a04092c8d58ac8c0c04951dba988a -size 739665 +oid sha256:ed0e22e97e85b0aa1af563f5c551bc67a4c858313a913885e552d7fbff2729c7 +size 740486 diff --git a/systemd.changes b/systemd.changes index 93e74970..aceb5846 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 5 00:28:10 CET 2010 - kay.sievers@novell.com + +- new snapshot + - man/tmpfiles.d.xml: add a manpage for tmpfiles + - do not overwrite other udev tags + - readahead: shortcut replay if /.readahead doesn't exist + ------------------------------------------------------------------- Fri Oct 29 21:20:57 CEST 2010 - kay.sievers@novell.com diff --git a/systemd.spec b/systemd.spec index 9533b5b4..349f1287 100644 --- a/systemd.spec +++ b/systemd.spec @@ -34,6 +34,7 @@ BuildRequires: pam-devel BuildRequires: pkg-config BuildRequires: dbus-1-glib-devel gtk2-devel libnotify-devel BuildRequires: libselinux-devel libsepol-devel +BuildRequires: polkit Requires: udev >= 164 Requires: dbus-1 >= 1.4.0 Requires: kbd @@ -150,6 +151,7 @@ rm -rf $RPM_BUILD_ROOT /%{_lib}/security/pam_systemd.so %dir %{_sysconfdir}/systemd/system %dir %{_sysconfdir}/systemd/session +%dir %{_sysconfdir}/xdg/systemd %dir %{_sysconfdir}/xdg/systemd/session %dir %{_sysconfdir}/modules-load.d %dir %{_sysconfdir}/tmpfiles.d From eab8cd4a86c3ccdd67d13d4d2c78b8d21321cff9e995129450474a9e84e766c9 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 11 Nov 2010 07:23:02 +0000 Subject: [PATCH 3/3] update OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=84 --- systemd-11.tar.bz2 | 4 ++-- systemd.changes | 23 +++++++++++++++++++++++ systemd.spec | 7 ++++++- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/systemd-11.tar.bz2 b/systemd-11.tar.bz2 index 94b0ce53..03e373ee 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:ed0e22e97e85b0aa1af563f5c551bc67a4c858313a913885e552d7fbff2729c7 -size 740486 +oid sha256:788abe068e41eeabc177f519e15d5380daa8d2d8b7de809637fae851a8c27280 +size 748317 diff --git a/systemd.changes b/systemd.changes index aceb5846..9c995676 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Nov 11 07:44:02 CET 2010 - kay.sievers@novell.com + +- new snapshot + - tmpfiles: include reference to man page in tmpfiles files + - vconsole: support additional keymap for toggling layouts + - main: warn if /etc/mtab is not a symlink + - add bash completion for systemctl --system + - man: minor tmpfiles(5) updates and reindenting + - main: rename process on startup to 'systemd' to avoid confusion + - unit: add ConditionNull= condition + - ac-power: make ac-power a proper binary that scripts can call + - manager: parse RD_TIMESTAMP passed from initrd + - modules-load: fix minor race + - label: use internal utility functions wher epossible + - cryptsetup: minimal cryptsetup unit generator + - selinux: relabel /dev after loading policy + - log: downgrade syslog connection failure message + - service: delay automatic restart if job is pending + - manager: when isolating undo all pending jobs, too + - manager: only minimize impact if we are in fail mode +- replace /etc/mtab with link to /proc/self/mounts + ------------------------------------------------------------------- Fri Nov 5 00:28:10 CET 2010 - kay.sievers@novell.com diff --git a/systemd.spec b/systemd.spec index 349f1287..b38cf823 100644 --- a/systemd.spec +++ b/systemd.spec @@ -34,7 +34,6 @@ BuildRequires: pam-devel BuildRequires: pkg-config BuildRequires: dbus-1-glib-devel gtk2-devel libnotify-devel BuildRequires: libselinux-devel libsepol-devel -BuildRequires: polkit Requires: udev >= 164 Requires: dbus-1 >= 1.4.0 Requires: kbd @@ -127,6 +126,8 @@ if [ "$1" -eq 1 ]; then getty@.service \ remote-fs.target >/dev/null 2>&1 || : fi +# regular mtab is not written/cleaned-up/supported +ln -sf /proc/self/mounts /etc/mtab || : %preun if [ $1 -eq 0 ]; then @@ -161,6 +162,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/dbus-1/interfaces/org.freedesktop.systemd1.*.xml %{_datadir}/dbus-1/services/org.freedesktop.systemd1.service %{_datadir}/dbus-1/system-services/org.freedesktop.systemd1.service +%{_datadir}/polkit-1 +%{_datadir}/polkit-1/actions %{_datadir}/polkit-1/actions/org.freedesktop.systemd1.policy %{_datadir}/systemd %{_datadir}/pkgconfig/systemd.pc @@ -184,6 +187,8 @@ rm -rf $RPM_BUILD_ROOT %dir /lib/systemd /lib/systemd/system %dir %{_sysconfdir}/systemd +%dir %{_sysconfdir}/bash_completion.d +/etc/bash_completion.d/systemctl-bash-completion.sh %files gtk %defattr(-,root,root,-)