From 5edf7a8fcf469088207f8636590138c9ce42763f Mon Sep 17 00:00:00 2001 From: jinlun Date: Wed, 4 Jan 2023 03:26:37 +0000 Subject: [PATCH] =?UTF-8?q?fix-=E5=AE=89=E8=A3=85setools-gui=E5=90=8E?= =?UTF-8?q?=E6=89=A7=E8=A1=8Capol=E6=8A=A5=E9=94=99=EF=BC=8C=E6=89=BE?= =?UTF-8?q?=E4=B8=8D=E5=88=B0PyQt5=EF=BC=8Cnetworkx=E6=A8=A1=E5=9D=97=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BF=90=E8=A1=8C=E4=BE=9D=E8=B5=96?= 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, 6 insertions(+), 1 deletion(-) diff --git a/setools.spec b/setools.spec index d2f5262..879c5cb 100644 --- a/setools.spec +++ b/setools.spec @@ -1,6 +1,6 @@ Name: setools Version: 4.4.0 -Release: 3 +Release: 4 Summary: Policy Analysis Tools for SELinux License: GPLv2 URL: https://github.com/SELinuxProject/setools/wiki @@ -55,6 +55,8 @@ Python3 package for setools. %package gui Summary: Gui packages for setools Requires: python3-setools = %{version}-%{release} +Requires: python3-qt5 +Requires: python3-networkx %description gui Gui packages for setools. @@ -108,6 +110,9 @@ Gui packages for setools. %{_mandir}/ru/man1/* %changelog +* Wed Jan 4 2023 jinlun - 4.4.0-4 +- add Requires in gui + * Tue Oct 18 2022 jinlun - 4.4.0-3 - Rebuild for new release number -- Gitee