- Fix a couple parsing problems (#217952)
- Add tgkill to S390* syscall tables (#218484) - Fix error messages in ausearch/aureport
This commit is contained in:
parent
cb7d8f4b57
commit
9323477d67
@ -67,3 +67,4 @@ audit-1.2.7.tar.gz
|
|||||||
audit-1.2.8.tar.gz
|
audit-1.2.8.tar.gz
|
||||||
audit-1.2.9.tar.gz
|
audit-1.2.9.tar.gz
|
||||||
audit-1.3.tar.gz
|
audit-1.3.tar.gz
|
||||||
|
audit-1.3.1.tar.gz
|
||||||
|
11
audit.spec
11
audit.spec
@ -1,12 +1,11 @@
|
|||||||
Summary: User space tools for 2.6 kernel auditing
|
Summary: User space tools for 2.6 kernel auditing
|
||||||
Name: audit
|
Name: audit
|
||||||
Version: 1.3
|
Version: 1.3.1
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
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.3.1-parse.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: libtool swig python-devel
|
BuildRequires: libtool swig python-devel
|
||||||
BuildRequires: kernel-headers >= 2.6.18
|
BuildRequires: kernel-headers >= 2.6.18
|
||||||
@ -55,7 +54,6 @@ can be used by python.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fv --install
|
autoreconf -fv --install
|
||||||
@ -170,6 +168,11 @@ fi
|
|||||||
%config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
|
%config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 10 2006 Steve Grubb <sgrubb@redhat.com> 1.3.1-1
|
||||||
|
- Fix a couple parsing problems (#217952)
|
||||||
|
- Add tgkill to S390* syscall tables (#218484)
|
||||||
|
- Fix error messages in ausearch/aureport
|
||||||
|
|
||||||
* Wed Dec 6 2006 Jeremy Katz <katzj@redhat.com> - 1.3-4
|
* Wed Dec 6 2006 Jeremy Katz <katzj@redhat.com> - 1.3-4
|
||||||
- rebuild against python 2.5
|
- rebuild against python 2.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user