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