From bd0730be06e89e25664f6a10d5def4f0c49c3acc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 6 Oct 2007 15:02:46 +0000 Subject: [PATCH] - up to 1.6.2 Changed files: audit.spec -> 1.48 --- audit.spec | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/audit.spec b/audit.spec index 1204cf0..a254294 100644 --- a/audit.spec +++ b/audit.spec @@ -6,12 +6,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.6.1 -Release: 0.1 +Version: 1.6.2 +Release: 1 License: GPL v2+ Group: Daemons Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz -# Source0-md5: ce393ed76e25dd95f2d54ae27e7a25be +# Source0-md5: a95dbfa22e65669e4449f3accbe84aef Source2: %{name}d.init Source3: %{name}d.sysconfig Patch0: %{name}-install.patch @@ -95,6 +95,18 @@ developing applications that need to use the audit framework. Ten pakiet zawiera statyczne biblioteki do tworzenia aplikacji używających środowiska audytu. +%package audispd-plugins +Summary: Plugins for the audit event dispatcher +Group: Daemons +Requires: %{name} = %{version}-%{release} +Requires: %{name}-libs = %{version}-%{release} + +%description audispd-plugins +The audispd-plugins package provides plugins for the real-time +interface to the audit system, audispd. These plugins can do things +like relay events to remote machines or analyze events for suspicious +behavior. + %package -n python-audit Summary: Python interface to libaudit library Summary(pl.UTF-8): Pythonowy interfejs do biblioteki libaudit @@ -211,7 +223,7 @@ fi %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog README THANKS TODO sample.rules +%doc AUTHORS ChangeLog README THANKS TODO %attr(750,root,root) %{_sbindir}/audispd %attr(750,root,root) %{_sbindir}/auditctl %attr(750,root,root) %{_sbindir}/auditd @@ -232,6 +244,8 @@ fi %{_mandir}/man5/audispd.conf.5* %{_mandir}/man5/auditd.conf.5* %{_mandir}/man8/* +%dir %{_sysconfdir}/audisp +%dir %{_sysconfdir}/audisp/plugins.d %files libs %defattr(644,root,root,755) @@ -254,6 +268,11 @@ fi %{_libdir}/libaudit.a %{_libdir}/libauparse.a +%files audispd-plugins +%defattr(644,root,root,755) +%attr(755,root,root) %{_sbindir}/audisp-ids +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/audisp/plugins.d/*.conf + %if %{with python} %files -n python-audit %defattr(644,root,root,755) -- 2.44.0