- Move ausearch-expression to main package (#453437)
This commit is contained in:
parent
a94ab1c00d
commit
8b5ee23989
@ -1,5 +1,5 @@
|
||||
%define sca_version 0.4.7
|
||||
%define sca_release 1
|
||||
%define sca_release 2
|
||||
%define selinux_variants mls strict targeted
|
||||
%define selinux_policyver 3.2.5
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
@ -7,7 +7,7 @@
|
||||
Summary: User space tools for 2.6 kernel auditing
|
||||
Name: audit
|
||||
Version: 1.7.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
URL: http://people.redhat.com/sgrubb/audit/
|
||||
@ -244,7 +244,6 @@ fi
|
||||
%{_includedir}/auparse.h
|
||||
%{_includedir}/auparse-defs.h
|
||||
%{_mandir}/man3/*
|
||||
%{_mandir}/man5/ausearch-expression.5.gz
|
||||
|
||||
%files libs-python
|
||||
%defattr(-,root,root)
|
||||
@ -266,6 +265,7 @@ fi
|
||||
%attr(644,root,root) %{_mandir}/man8/ausyscall.8.gz
|
||||
%attr(644,root,root) %{_mandir}/man5/auditd.conf.5.gz
|
||||
%attr(644,root,root) %{_mandir}/man5/audispd.conf.5.gz
|
||||
%attr(644,root,root) %{_mandir}/man5/ausearch-expression.5.gz
|
||||
%attr(750,root,root) /sbin/auditctl
|
||||
%attr(750,root,root) /sbin/auditd
|
||||
%attr(755,root,root) /sbin/ausearch
|
||||
@ -322,6 +322,9 @@ fi
|
||||
%config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
|
||||
|
||||
%changelog
|
||||
* Thu Jul 03 2008 Steve Grubb <sgrubb@redhat.com> 1.7.4-2
|
||||
- Move ausearch-expression to main package (#453437)
|
||||
|
||||
* Mon May 19 2008 Steve Grubb <sgrubb@redhat.com> 1.7.4-1
|
||||
- Fix interpreting of keys in syscall records
|
||||
- Don't error on name=(null) PATH records in ausearch/report
|
||||
|
Loading…
Reference in New Issue
Block a user