Tomohiro "Tomo-p" KATO 2 gadi atpakaļ
vecāks
revīzija
d68977219e
1 mainītis faili ar 7 papildinājumiem un 3 dzēšanām
  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 build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 %define _unpackaged_files_terminate_build 1
 %define _unpackaged_files_terminate_build 1
 
 
-Summary: User space tools for 2.6 kernel auditing
+Summary: User space tools for kernel auditing
 Name: audit
 Name: audit
-Version: 3.0.6
+Version: 3.0.7
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 License: GPLv2+
 License: GPLv2+
 Group: system,admin-tools
 Group: system,admin-tools
@@ -39,7 +39,7 @@ Requires(pre): coreutils
 %description
 %description
 The audit package contains the user space utilities for
 The audit package contains the user space utilities for
 storing and searching the audit records generate by
 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
 %package libs
@@ -190,6 +190,7 @@ touch -r ./audit.spec $RPM_BUILD_ROOT/usr/share/man/man5/libaudit.conf.5.gz
 
 
 %if %{with systemd}
 %if %{with systemd}
 rm -rf %{buildroot}%{_libexecdir}/initscripts
 rm -rf %{buildroot}%{_libexecdir}/initscripts
+rm -f %{buildroot}%{_libexecdir}/audit-functions
 mkdir -p %{buildroot}%{_unitdir}
 mkdir -p %{buildroot}%{_unitdir}
 mv %{buildroot}/usr/lib/systemd/system/auditd.service %{buildroot}%{_unitdir}/
 mv %{buildroot}/usr/lib/systemd/system/auditd.service %{buildroot}%{_unitdir}/
 %endif
 %endif
@@ -381,6 +382,9 @@ fi
 
 
 
 
 %changelog
 %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
 * Sat Oct 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.6-1
 - new upstream release.
 - new upstream release.