!6 setools: remove the unnecessary requires

Merge pull request !6 from orange-snn/master
This commit is contained in:
openeuler-ci-bot 2020-03-06 19:41:29 +08:00 committed by Gitee
commit be915c7278

View File

@ -1,7 +1,7 @@
%global debug_package %{nil} %global debug_package %{nil}
Name: setools Name: setools
Version: 4.1.1 Version: 4.1.1
Release: 15 Release: 16
Summary: Policy Analysis Tools for SELinux Summary: Policy Analysis Tools for SELinux
License: GPLv2 License: GPLv2
URL: https://github.com/SELinuxProject/setools/wiki URL: https://github.com/SELinuxProject/setools/wiki
@ -38,7 +38,7 @@ Console packages for setools.
Summary: Analyses files for setools-console Summary: Analyses files for setools-console
License: GPLv2 License: GPLv2
Requires: python3-setools = %{version}-%{release} Requires: python3-setools = %{version}-%{release}
Requires: libselinux >= 2.8-1 python3-networkx Requires: libselinux >= 2.8-1
%description console-analyses %description console-analyses
Analyses files for setools-console. Analyses files for setools-console.
@ -69,7 +69,6 @@ Python3 package for setools.
%package gui %package gui
Summary: Gui packages for setools Summary: Gui packages for setools
Requires: python3-setools = %{version}-%{release} Requires: python3-setools = %{version}-%{release}
Requires: python3-qt5 python3-networkx
%description gui %description gui
Gui packages for setools. Gui packages for setools.
@ -138,6 +137,9 @@ popd
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Fri Mar 6 2020 songnannan <songnannan2@huaiwei.com> - 4.1.1-16
- remove the unnecessary requires
* Wed Oct 30 2019 yanan <yanan@huawei.com> - 4.1.1-15 * Wed Oct 30 2019 yanan <yanan@huawei.com> - 4.1.1-15
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA