[systemd/f14/master] enable audit

Lennart Poettering lennart at fedoraproject.org
Tue Sep 14 15:51:53 UTC 2010


commit 1c5eeabf4012533c8e6a432deea3a5eefbdc3104
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Sep 14 17:51:38 2010 +0200

    enable audit

 systemd.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index 47f0d5c..ce427fa 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -2,7 +2,7 @@ Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Version:        10
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
 Summary:        A System and Session Manager
@@ -11,6 +11,7 @@ BuildRequires:  libcap-devel
 BuildRequires:  tcp_wrappers-devel
 BuildRequires:  pam-devel
 BuildRequires:  libselinux-devel
+BuildRequires:  audit-libs-devel
 BuildRequires:  libxslt
 BuildRequires:  docbook-style-xsl
 BuildRequires:  dbus-glib-devel
@@ -134,7 +135,7 @@ mkdir -p %{buildroot}/lib/systemd/system/syslog.target.wants
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/bin/systemctl daemon-reexec
+/bin/systemctl daemon-reexec > /dev/null 2>&1 || :
 
 %post units
 if [ $1 -eq 1 ] ; then
@@ -243,6 +244,10 @@ fi
 %{_mandir}/man8/runlevel.*
 
 %changelog
+* Tue Sep 14 2010 Lennart Poettering <lpoetter at redhat.com> - 10-2
+- Enable audit
+- https://bugzilla.redhat.com/show_bug.cgi?id=633771
+
 * Tue Sep 14 2010 Lennart Poettering <lpoetter at redhat.com> - 10-1
 - New upstream release
 - https://bugzilla.redhat.com/show_bug.cgi?id=630401


More information about the scm-commits mailing list