diff --git a/systemd-26.tar.bz2 b/systemd-26.tar.bz2 index 64ff1bc6..420813d4 100644 --- a/systemd-26.tar.bz2 +++ b/systemd-26.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25664ed77371f1c168267b1a3c2c7eb428981acc2a887b267a7deeff626a7c25 -size 816555 +oid sha256:3604c1170b5ac56155a0772f5f89b017d1349a013c9b49c0d4a205dee5a823a5 +size 813368 diff --git a/systemd.changes b/systemd.changes index 4e858eaa..79d951d1 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue May 17 19:15:17 CEST 2011 - kay.sievers@novell.com + +- new snapshot + - sysctl: apply /etc/sysctl.conf last + - systemd-analyze: print hostname, kernelversion and arch at + the top of the plot + - pam: downgrade a few log msgs + - hostnamed: SetPrettyHostname() should check PK action + org.freedesktop.hostname1.set-static-hostname + - user-sessions: ignore EROFS when unlinking /etc/nologin if + the file doesn't exist anyway + - unit: make ignoring in snapshots a per unit property, + instead of a per unit type property + - vconsole: use open_terminal() instead of open() + - units: enable automount units only if the kernel supports them + ------------------------------------------------------------------- Thu May 5 07:45:46 UTC 2011 - coolo@opensuse.org diff --git a/systemd.spec b/systemd.spec index 2a210441..f731a84e 100644 --- a/systemd.spec +++ b/systemd.spec @@ -26,7 +26,8 @@ License: GPLv2+ Group: System/Base Summary: A System and Session Manager BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: dbus-1-devel libudev-devel udev +BuildRequires: libudev-devel udev +BuildRequires: dbus-1-devel BuildRequires: audit-devel BuildRequires: libcap-devel BuildRequires: tcpd-devel