From cbd5833a0a86a13604132c58f13a02ce4f908687 Mon Sep 17 00:00:00 2001 From: jinlun Date: Thu, 9 Mar 2023 06:32:26 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=AE=89=E8=A3=85=E4=BE=9D?= =?UTF-8?q?=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..c6c32a6 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 +* Wed Mar 23 2021 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