Browse Source

audit-3.0.7-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
d68977219e
1 changed files with 7 additions and 3 deletions
  1. 7 3
      a/audit/audit-vl.spec

+ 7 - 3
a/audit/audit-vl.spec

@@ -3,9 +3,9 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 %define _unpackaged_files_terminate_build 1
 
-Summary: User space tools for 2.6 kernel auditing
+Summary: User space tools for kernel auditing
 Name: audit
-Version: 3.0.6
+Version: 3.0.7
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 License: GPLv2+
 Group: system,admin-tools
@@ -39,7 +39,7 @@ Requires(pre): coreutils
 %description
 The audit package contains the user space utilities for
 storing and searching the audit records generate by
-the audit subsystem in the Linux 2.6 kernel.
+the audit subsystem in the Linux kernel.
 
 
 %package libs
@@ -190,6 +190,7 @@ touch -r ./audit.spec $RPM_BUILD_ROOT/usr/share/man/man5/libaudit.conf.5.gz
 
 %if %{with systemd}
 rm -rf %{buildroot}%{_libexecdir}/initscripts
+rm -f %{buildroot}%{_libexecdir}/audit-functions
 mkdir -p %{buildroot}%{_unitdir}
 mv %{buildroot}/usr/lib/systemd/system/auditd.service %{buildroot}%{_unitdir}/
 %endif
@@ -381,6 +382,9 @@ fi
 
 
 %changelog
+* Mon Jan 24 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.7-1
+- new upstream release.
+
 * Sat Oct 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.6-1
 - new upstream release.