SPECS: audit.spec - updated to 1.5.1 - dropped custom linux.h (tog...
qboosh
qboosh at pld-linux.org
Fri Apr 6 16:28:51 CEST 2007
Author: qboosh Date: Fri Apr 6 14:28:51 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.5.1
- dropped custom linux.h (together with swig-fix patch), use system header instead
- audisp moved to main package (no longer depends on python)
---- Files affected:
SPECS:
audit.spec (1.39 -> 1.40)
---- Diffs:
================================================================
Index: SPECS/audit.spec
diff -u SPECS/audit.spec:1.39 SPECS/audit.spec:1.40
--- SPECS/audit.spec:1.39 Fri Feb 23 21:28:32 2007
+++ SPECS/audit.spec Fri Apr 6 16:28:46 2007
@@ -7,18 +7,16 @@
Summary: User space tools for 2.6 kernel auditing
Summary(pl.UTF-8): Narzędzia przestrzeni użytkownika do audytu jąder 2.6
Name: audit
-Version: 1.4.1
+Version: 1.5.1
Release: 1
License: GPL
Group: Daemons
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
-# Source0-md5: bd41d7ce365758ccf695471cff7bb802
+# Source0-md5: 9f410eae053012d1f4db7f60c45cf8bf
# formerly http://people.redhat.com/sgrubb/audit/audit.h
-Source1: %{name}.h
Source2: %{name}d.init
Source3: %{name}d.sysconfig
-Patch0: %{name}-swig-fix.patch
-Patch1: %{name}-install.patch
+Patch0: %{name}-install.patch
URL: http://people.redhat.com/sgrubb/audit/
BuildRequires: autoconf >= 2.59
BuildRequires: automake >= 1:1.9
@@ -26,7 +24,7 @@
BuildRequires: glibc-headers >= 6:2.3.6
BuildRequires: libstdc++-devel
BuildRequires: libtool
-BuildRequires: linux-libc-headers >= 2.6.11
+BuildRequires: linux-libc-headers >= 7:2.6.20
%if %{with python}
BuildRequires: rpm-pythonprov
BuildRequires: swig-python
@@ -112,10 +110,6 @@
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
-
-install -D %{SOURCE1} lib/linux/audit.h
-install -D %{SOURCE1} src/mt/linux/audit.h
%if !%{with python}
sed '/PYTHON/d; s#swig/Makefile ##; s# audisp/Makefile##' -i configure.ac
@@ -188,18 +182,27 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README THANKS TODO sample.rules
+%doc AUTHORS ChangeLog README THANKS TODO sample.rules audisp/README-CONF*
+%attr(750,root,root) %{_sbindir}/audispd
%attr(750,root,root) %{_sbindir}/auditctl
%attr(750,root,root) %{_sbindir}/auditd
%attr(750,root,root) %{_sbindir}/aureport
%attr(750,root,root) %{_sbindir}/ausearch
%attr(750,root,root) %{_sbindir}/autrace
-%attr(754,root,root) /etc/rc.d/init.d/auditd
+%dir %{_libdir}/audispd-0.1-plugins
+%attr(755,root,root) %{_libdir}/audispd-0.1-plugins/plugin-audisp2file
+%dir %{_sysconfdir}/audispd
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/audispd/audispd.conf
+%dir %{_sysconfdir}/audispd/plugins.d
+%dir %{_sysconfdir}/audispd/policies.d
%dir %{_sysconfdir}/audit
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/audit/auditd.conf
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/audit/audit.rules
+%attr(754,root,root) /etc/rc.d/init.d/auditd
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/auditd
%attr(750,root,root) %dir %{_var}/log/audit
+%{_mandir}/man5/audispd.conf.5*
+%{_mandir}/man5/auditd.conf.5*
%{_mandir}/man8/*
%files libs
@@ -226,12 +229,10 @@
%if %{with python}
%files -n python-audit
%defattr(644,root,root,755)
-%attr(750,root,root) %{_sbindir}/audispd
%attr(755,root,root) %{py_sitedir}/_audit.so
%attr(755,root,root) %{py_sitedir}/_auparse.so
%{py_sitescriptdir}/audit.py[co]
%{py_sitescriptdir}/auparse.py[co]
-%{py_sitescriptdir}/AuditMsg.py[co]
%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -240,6 +241,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.40 2007/04/06 14:28:46 qboosh
+- updated to 1.5.1
+- dropped custom linux.h (together with swig-fix patch), use system header instead
+- audisp moved to main package (no longer depends on python)
+
Revision 1.39 2007/02/23 20:28:32 sparky
- fix build without python
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/audit.spec?r1=1.39&r2=1.40&f=u
More information about the pld-cvs-commit
mailing list