- Another minor update to auditctl -p option
This commit is contained in:
parent
3dec9bc74e
commit
8b804cd322
@ -1,12 +1,12 @@
|
|||||||
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.6
|
Version: 1.2.6
|
||||||
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-perms.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.17
|
BuildRequires: kernel-headers >= 2.6.17
|
||||||
@ -55,6 +55,7 @@ can be used by python.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fv --install
|
autoreconf -fv --install
|
||||||
@ -166,6 +167,9 @@ fi
|
|||||||
%config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
|
%config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 28 2006 Steve Grubb <sgrubb@redhat.com> 1.2.6-2
|
||||||
|
- Another minor update to auditctl -p option
|
||||||
|
|
||||||
* Sat Aug 26 2006 Steve Grubb <sgrubb@redhat.com> 1.2.6-1
|
* Sat Aug 26 2006 Steve Grubb <sgrubb@redhat.com> 1.2.6-1
|
||||||
- Apply updates to dispatcher
|
- Apply updates to dispatcher
|
||||||
- Fix a couple bugs regarding MLS labels
|
- Fix a couple bugs regarding MLS labels
|
||||||
|
Loading…
Reference in New Issue
Block a user