From dae94cea2b7e9ef497b8b95664e4121c6c94388fab080de81620a531a1bcd535 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 13 Aug 2010 00:39:56 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/systemd revision 4 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=4e7378d076434ce21b4f72e608c7c999 --- systemd-6.tar.bz2 | 3 --- systemd-7.tar.bz2 | 3 +++ systemd.changes | 15 +++++++++++++++ systemd.spec | 5 +++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 systemd-6.tar.bz2 create mode 100644 systemd-7.tar.bz2 diff --git a/systemd-6.tar.bz2 b/systemd-6.tar.bz2 deleted file mode 100644 index 280fad5e..00000000 --- a/systemd-6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7bf2fe66aa9feeb53a05d5c0264981247ddeb68a3b68996032e553eae4963a8 -size 640107 diff --git a/systemd-7.tar.bz2 b/systemd-7.tar.bz2 new file mode 100644 index 00000000..edfd95d3 --- /dev/null +++ b/systemd-7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951cb958080e24b211d4f24d6bf78358295bfda69d5ab301e94c3ccd8f1b90c1 +size 644164 diff --git a/systemd.changes b/systemd.changes index 80abf244..8e7f8b69 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Aug 11 11:29:17 CEST 2010 - kay.sievers@novell.com + +- add audit messages for service changes +- update utmp with external program +- all to refuse manual service starting/stopping + +------------------------------------------------------------------- +Tue Aug 10 06:54:23 CEST 2010 - kay.sievers@novell.com + +- version 7 + - hide output if quiet is passed on the kernel cmdline + - fix auto restarting of units after a configuration reload + - don't call bus_path_escape() with NULL unit name + ------------------------------------------------------------------- Fri Aug 6 13:07:35 CEST 2010 - kay.sievers@novell.com diff --git a/systemd.spec b/systemd.spec index d5d32d18..763d3667 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,5 +1,5 @@ # -# spec file for package systemd (Version 6) +# spec file for package systemd (Version 7) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,13 +20,14 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd -Version: 6 +Version: 7 Release: 1 License: GPLv2+ Group: System/Base Summary: A System and Session Manager BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libudev-devel udev +BuildRequires: audit-devel BuildRequires: libcap-devel BuildRequires: tcpd-devel BuildRequires: pam-devel