From 9b6b405ec8db9d608c8668ea365ff6e597fa95d5 Mon Sep 17 00:00:00 2001 From: orange-snn Date: Fri, 6 Mar 2020 19:08:30 +0800 Subject: [PATCH] remove the unnecessary requires --- setools.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/setools.spec b/setools.spec index 12fb4af..7164567 100644 --- a/setools.spec +++ b/setools.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: setools Version: 4.1.1 -Release: 15 +Release: 16 Summary: Policy Analysis Tools for SELinux License: GPLv2 URL: https://github.com/SELinuxProject/setools/wiki @@ -38,7 +38,7 @@ Console packages for setools. Summary: Analyses files for setools-console License: GPLv2 Requires: python3-setools = %{version}-%{release} -Requires: libselinux >= 2.8-1 python3-networkx +Requires: libselinux >= 2.8-1 %description console-analyses Analyses files for setools-console. @@ -69,7 +69,6 @@ Python3 package for setools. %package gui Summary: Gui packages for setools Requires: python3-setools = %{version}-%{release} -Requires: python3-qt5 python3-networkx %description gui Gui packages for setools. @@ -138,6 +137,9 @@ popd %{_mandir}/man1/* %changelog +* Fri Mar 6 2020 songnannan - 4.1.1-16 +- remove the unnecessary requires + * Wed Oct 30 2019 yanan - 4.1.1-15 - Type:bugfix - ID:NA