From 2c5ce96a3a6f1c73de18b701d3634135ba8787c7 Mon Sep 17 00:00:00 2001 From: jinlun Date: Thu, 16 Feb 2023 01:19:56 +0000 Subject: [PATCH] =?UTF-8?q?setools=EF=BC=9A=E6=89=93=E5=BC=80=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jinlun (cherry picked from commit c7941715dca78c5c22f36bcfe81a37425dcd19f5) --- setools.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/setools.spec b/setools.spec index 879c5cb..9201ef8 100644 --- a/setools.spec +++ b/setools.spec @@ -1,6 +1,6 @@ Name: setools Version: 4.4.0 -Release: 4 +Release: 5 Summary: Policy Analysis Tools for SELinux License: GPLv2 URL: https://github.com/SELinuxProject/setools/wiki @@ -15,7 +15,7 @@ BuildRequires: flex bison glibc-devel gcc swig git python3-setuptools BuildRequires: qt5-qtbase-devel python3-devel BuildRequires: libsepol-devel >= 3.2 libsepol-static >= 3.2 libselinux-devel BuildRequires: python3-Cython -BuildRequires: python3-setuptools +BuildRequires: python3-setuptools python3-networkx checkpolicy Obsoletes: setools < 4.0.0, setools-devel < 4.0.0 %description @@ -73,9 +73,9 @@ Gui packages for setools. %py3_install %check -%if %{?_with_check:1}%{!?_with_check:0} +sed -i "s#from setools import InfoFlowAnalysis#from setools.infoflow import InfoFlowAnalysis#" ./tests/conditionalinfoflow.py %{__python3} setup.py test -%endif + %files @@ -110,6 +110,9 @@ Gui packages for setools. %{_mandir}/ru/man1/* %changelog +* Thu Feb 16 2023 jinlun - 4.4.0-5 +- add code check + * Wed Jan 4 2023 jinlun - 4.4.0-4 - add Requires in gui -- Gitee