From 7d9d2ed6ae29f9a1bdf3492ffc031eac41c43bc703007bcc88f02b3603e36ae9 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 18 May 2011 18:16:32 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=144 --- systemd-26.tar.bz2 | 4 ++-- systemd.changes | 17 +++++++++++++++++ systemd.spec | 3 ++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/systemd-26.tar.bz2 b/systemd-26.tar.bz2 index 64ff1bc..420813d 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 4e858ea..79d951d 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 2a21044..f731a84 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