From 47d49085d05ce7d331ce78d7c915e64395a104c7 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Thu, 20 Aug 2020 09:54:18 +0800 Subject: [PATCH] fix the failure of building for audit downgrade --- setroubleshoot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 40e4613..0c5b772 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Name: setroubleshoot Version: 3.3.20 -Release: 2 +Release: 3 Summary: SELinux Trouble Shooting Tool License: GPLv2+ URL: https://pagure.io/setroubleshoot @@ -26,7 +26,7 @@ SELinux Trouble Shooting Tool Summary: SELinux troubleshoot server Requires: %{name}-plugins >= 3.3.8 -Requires: audit >= 3 +Requires: audit >= 2.8.5 Requires: python3-audit Requires: python3-libxml2 Requires: python3-rpm @@ -153,6 +153,9 @@ chown -R setroubleshoot:setroubleshoot %{_localstatedir}/lib/%{name} %{_mandir}/man1/seapplet.1.gz %changelog +* Thu Aug 20 2020 wangchen - 3.3.20-3 +- fix the failure of building for audit downgrade + * Thu Oct 10 2019 openEuler Buildteam - 3.3.20-2 - add COPYING to license directory -- Gitee