From ac86de2f2b8e515f0c960d3ac1fe99bc78949f84 Mon Sep 17 00:00:00 2001 From: zgzxx Date: Fri, 21 Oct 2022 11:37:25 +0800 Subject: [PATCH] change release --- audit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/audit.spec b/audit.spec index d986cfa..caf30e6 100644 --- a/audit.spec +++ b/audit.spec @@ -2,7 +2,7 @@ Summary: User space tools for kernel auditing Name: audit Epoch: 1 Version: 3.0.1 -Release: 3 +Release: 4 License: GPLv2+ and LGPLv2+ URL: https://people.redhat.com/sgrubb/audit/ Source0: https://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz @@ -369,6 +369,9 @@ fi %attr(644,root,root) %{_mandir}/man8/*.8.gz %changelog +* Fri Oct 21 2022 zhangguangzhi - 3.0.1-4 +- change release + * Sat Feb 12 2022 yixiangzhike - 3.0.1-3 - Fix failure of stopping auditd before uninstalling -- Gitee