From 0ff6c9e5d17e9352acc0c79920f9206057e1ba50 Mon Sep 17 00:00:00 2001 From: jinlun Date: Fri, 4 Aug 2023 07:04:17 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95=E9=98=B6?= =?UTF-8?q?=E6=AE=B5=E9=94=99=E8=AF=AF=E5=AF=BC=E8=87=B4rpm=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jinlun --- setools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setools.spec b/setools.spec index bda9634..59928d9 100644 --- a/setools.spec +++ b/setools.spec @@ -1,6 +1,6 @@ Name: setools Version: 4.4.2 -Release: 1 +Release: 2 Summary: Policy Analysis Tools for SELinux License: GPLv2 URL: https://github.com/SELinuxProject/setools/wiki @@ -73,7 +73,7 @@ Gui packages for setools. %py3_install %check -sed -i "s#from setools import InfoFlowAnalysis#from setools.infoflow import InfoFlowAnalysis#" ./tests/conditionalinfoflow.py +sed -i "s#from setools import InfoFlowAnalysis#from setools.infoflow import InfoFlowAnalysis#" ./tests/test_conditionalinfoflow.py %{__python3} setup.py test @@ -110,6 +110,9 @@ sed -i "s#from setools import InfoFlowAnalysis#from setools.infoflow import Info %{_mandir}/ru/man1/* %changelog +* Fir Aug 04 2023 jinlun - 4.4.2-2 +- fix in the test phase error + * Thu Jul 20 2023 jinlun - 4.4.2-1 - update setools to 4.4.2 -- Gitee