From e3f3203d182d921a76c92c54c537c4cd7699835d Mon Sep 17 00:00:00 2001 From: anolis-bot Date: Thu, 10 Nov 2022 20:48:08 +0800 Subject: [PATCH] update to audit-3.0.7-4.el8 Signed-off-by: anolis-bot --- audit.spec | 31 +++++++------------------------ dist | 1 + 2 files changed, 8 insertions(+), 24 deletions(-) create mode 100644 dist diff --git a/audit.spec b/audit.spec index e91572f..9d3e94b 100644 --- a/audit.spec +++ b/audit.spec @@ -1,10 +1,9 @@ -%define anolis_release .0.1 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: User space tools for kernel auditing Name: audit Version: 3.0.7 -Release: 2%{anolis_release}%{?dist}.2 +Release: 4%{?dist} License: GPLv2+ URL: http://people.redhat.com/sgrubb/audit/ Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz @@ -23,9 +22,6 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires(post): systemd coreutils Requires(preun): systemd initscripts Requires(postun): systemd coreutils initscripts -Requires: glibc - -Provides: /sbin/auditd %description The audit package contains the user space utilities for @@ -37,7 +33,7 @@ Summary: Dynamic library for libaudit License: LGPLv2+ %description libs -The audit-libs package contains the dynamic libraries needed for +The audit-libs package contains the dynamic libraries needed for applications to use the audit framework. %package libs-devel @@ -87,14 +83,6 @@ incoming audit events, as they happen, to a configured z/OS SMF (Service Management Facility) database, through an IBM Tivoli Directory Server (ITDS) set for Remote Audit service. -%package doc -Summary: Documents for %{name} -BuildArch: noarch -Requires: %{name} = %{version}-%{release} - -%description doc -Doc pages for %{name}. - %prep %setup -q cp %{SOURCE1} . @@ -183,6 +171,7 @@ fi %attr(755,root,root) %{python3_sitearch}/* %files +%doc README ChangeLog init.d/auditd.cron %{!?_licensedir:%global license %%doc} %license COPYING %attr(755,root,root) %{_datadir}/%{name} @@ -250,20 +239,14 @@ fi %config(noreplace) %attr(640,root,root) /etc/audit/zos-remote.conf %attr(750,root,root) %{_sbindir}/audispd-zos-remote -%files doc -%doc README ChangeLog init.d/auditd.cron - %changelog -* Sat Jul 16 2022 Bo Ren - 3.0.7-2.0.1.2 -- Add doc sub package - -* Thu Mar 31 2022 Sergio Correia - 3.0.7-2.2 +* Mon May 02 2022 Sergio Correia - 3.0.7-4 - Drop ProtectHome from auditd.service as it interferes with rules - Resolves: rhbz#2070705 - Default systemd service config blocks audit watch rules in some directories + Resolves: rhbz#2071727 - Default systemd service config blocks audit watch rules in some directories -* Mon Mar 14 2022 Sergio Correia - 3.0.7-2.1 +* Mon Mar 14 2022 Sergio Correia - 3.0.7-3 - Fix path normalization in auparse - Resolves: rhbz#2061726 - auparse missing information when used with --format-text + Resolves: rhbz#2062612 - auparse missing information when used with --format-text * Tue Feb 22 2022 Sergio Correia - 3.0.7-2 - Adjust sample-rules dir permissions diff --git a/dist b/dist new file mode 100644 index 0000000..9c0e36e --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an8 -- Gitee