- Change audit_log_semanage_message to take new params.
This commit is contained in:
parent
4a74d3aca2
commit
cab4872cd7
@ -1,12 +1,13 @@
|
|||||||
Summary: User space tools for 2.6 kernel auditing.
|
Summary: User space tools for 2.6 kernel auditing.
|
||||||
Name: audit
|
Name: audit
|
||||||
Version: 1.1.4
|
Version: 1.1.4
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://people.redhat.com/sgrubb/audit/
|
URL: http://people.redhat.com/sgrubb/audit/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Patch1: audit-1.1.3-initscript-disabled.patch
|
Patch1: audit-1.1.3-initscript-disabled.patch
|
||||||
|
Patch2: audit-1.1.4-semanage.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: libtool swig
|
BuildRequires: libtool swig
|
||||||
BuildRequires: glibc-kernheaders >= 2.4-9.1.95
|
BuildRequires: glibc-kernheaders >= 2.4-9.1.95
|
||||||
@ -56,6 +57,7 @@ can be used by python.
|
|||||||
%setup -q
|
%setup -q
|
||||||
# When in production, uncomment this so the patch is applied
|
# When in production, uncomment this so the patch is applied
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fv --install
|
autoreconf -fv --install
|
||||||
@ -146,6 +148,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 9 2006 Steve Grubb <sgrubb@redhat.com> 1.1.4-2
|
||||||
|
- Change audit_log_semanage_message to take new params.
|
||||||
|
|
||||||
* Wed Feb 8 2006 Steve Grubb <sgrubb@redhat.com> 1.1.4-1
|
* Wed Feb 8 2006 Steve Grubb <sgrubb@redhat.com> 1.1.4-1
|
||||||
- Fix bug in autrace where it didn't run on kernels without file watch support
|
- Fix bug in autrace where it didn't run on kernels without file watch support
|
||||||
- Add syslog message to auditd saying what program was started for dispatcher
|
- Add syslog message to auditd saying what program was started for dispatcher
|
||||||
|
Loading…
Reference in New Issue
Block a user