From 09e44786a22dc8ee872f0f34efd1965834e5781a Mon Sep 17 00:00:00 2001 From: jinlun Date: Thu, 9 Mar 2023 06:48:08 +0000 Subject: [PATCH] =?UTF-8?q?SP1=E5=88=86=E6=94=AF=E6=9C=AA=E6=8F=90?= =?UTF-8?q?=E4=BE=9Bpython3-networkx=EF=BC=8C=E5=88=A0=E9=99=A4=E5=AE=89?= =?UTF-8?q?=E8=A3=85=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, 4 insertions(+), 3 deletions(-) diff --git a/setools.spec b/setools.spec index c6d8622..6ed7448 100644 --- a/setools.spec +++ b/setools.spec @@ -1,6 +1,6 @@ Name: setools Version: 4.3.0 -Release: 4 +Release: 5 Summary: Policy Analysis Tools for SELinux License: GPLv2 URL: https://github.com/SELinuxProject/setools/wiki @@ -56,8 +56,6 @@ 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. @@ -110,6 +108,9 @@ Gui packages for setools. %{_mandir}/ru/man1/* %changelog +* Thu Mar 9 2023 jinlun - 4.3.0-5 +- Deleting Installation Dependencies + * Wed Mar 23 2021 panxiaohe - 4.3.0-4 - add debuginfo package and make ELF files stripped -- Gitee