- Apply updates to dispatcher
- Fix a couple bugs regarding MLS labels - Resurrect -p option - Tighten rules with exclude filter - Fix parsing issue which lead to segfault in some cases - Fix option parsing to ignore malformed lines
This commit is contained in:
parent
50c84f0839
commit
3dec9bc74e
@ -62,3 +62,4 @@ audit-1.2.2.tar.gz
|
|||||||
audit-1.2.3.tar.gz
|
audit-1.2.3.tar.gz
|
||||||
audit-1.2.4.tar.gz
|
audit-1.2.4.tar.gz
|
||||||
audit-1.2.5.tar.gz
|
audit-1.2.5.tar.gz
|
||||||
|
audit-1.2.6.tar.gz
|
||||||
|
14
audit.spec
14
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.2.5
|
Version: 1.2.6
|
||||||
Release: 8
|
Release: 1
|
||||||
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
|
||||||
patch: audit-setroubleshoot.patch
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: libtool swig python-devel
|
BuildRequires: libtool swig python-devel
|
||||||
@ -56,7 +55,6 @@ can be used by python.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .setroubleshoot
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fv --install
|
autoreconf -fv --install
|
||||||
@ -168,6 +166,14 @@ fi
|
|||||||
%config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
|
%config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 26 2006 Steve Grubb <sgrubb@redhat.com> 1.2.6-1
|
||||||
|
- Apply updates to dispatcher
|
||||||
|
- Fix a couple bugs regarding MLS labels
|
||||||
|
- Resurrect -p option
|
||||||
|
- Tighten rules with exclude filter
|
||||||
|
- Fix parsing issue which lead to segfault in some cases
|
||||||
|
- Fix option parsing to ignore malformed lines
|
||||||
|
|
||||||
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 1.2.5-8
|
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 1.2.5-8
|
||||||
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
|
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
|
||||||
(#203001)
|
(#203001)
|
||||||
|
Loading…
Reference in New Issue
Block a user