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,-)