Author: qboosh Date: Mon Sep 3 21:26:28 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.6.1 - updated install patch
---- Files affected: SPECS: audit.spec (1.45 -> 1.46) ---- Diffs: ================================================================ Index: SPECS/audit.spec diff -u SPECS/audit.spec:1.45 SPECS/audit.spec:1.46 --- SPECS/audit.spec:1.45 Fri Jul 27 22:04:58 2007 +++ SPECS/audit.spec Mon Sep 3 23:26:23 2007 @@ -7,12 +7,12 @@ 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.5.6 +Version: 1.6.1 Release: 0.1 License: GPL v2+ Group: Daemons Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz -# Source0-md5: 72a7fb8e5ea41706f1db8a81c55a4b97 +# Source0-md5: ce393ed76e25dd95f2d54ae27e7a25be Source2: %{name}d.init Source3: %{name}d.sysconfig Patch0: %{name}-install.patch @@ -20,6 +20,7 @@ BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.9 %{?with_pie:BuildRequires: gcc >= 5:3.4} +BuildRequires: gettext-devel >= 0.14.6 BuildRequires: glibc-headers >= 6:2.3.6 BuildRequires: libstdc++-devel BuildRequires: libtool @@ -142,6 +143,12 @@ %{__autoconf} %{__autoheader} %{__automake} +cd system-config-audit +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +cd .. %configure \ --with-apparmor # override auditd_{C,LD}FLAGS to avoid -fPIE unsupported by gcc 3.3 @@ -212,12 +219,18 @@ %attr(750,root,root) %{_sbindir}/aureport %attr(750,root,root) %{_sbindir}/ausearch %attr(750,root,root) %{_sbindir}/autrace +%dir %{_sysconfdir}/audisp +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/audisp/audispd.conf +%dir %{_sysconfdir}/audisp/plugins.d +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/audisp/plugins.d/af_unix.conf +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/audisp/plugins.d/syslog.conf %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/* @@ -264,6 +277,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.46 2007/09/03 21:26:23 qboosh +- updated to 1.6.1 +- updated install patch + Revision 1.45 2007/07/27 20:04:58 twittner - up to 1.5.6 (builds, not tested) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/audit.spec?r1=1.45&r2=1.46&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
