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