!11 remove requires python3-network
Merge pull request !11 from linwei9/master
This commit is contained in:
commit
c26f8c3ce3
@ -1,7 +1,7 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
Name: setools
|
Name: setools
|
||||||
Version: 4.3.0
|
Version: 4.3.0
|
||||||
Release: 2
|
Release: 3
|
||||||
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
|
||||||
@ -17,6 +17,7 @@ BuildRequires: flex bison glibc-devel gcc swig git python3-setuptools
|
|||||||
BuildRequires: qt5-qtbase-devel python3-devel
|
BuildRequires: qt5-qtbase-devel python3-devel
|
||||||
BuildRequires: libsepol-devel >= 2.8-1 libsepol-static >= 2.8-1
|
BuildRequires: libsepol-devel >= 2.8-1 libsepol-static >= 2.8-1
|
||||||
BuildRequires: python3-Cython
|
BuildRequires: python3-Cython
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
Obsoletes: setools < 4.0.0, setools-devel < 4.0.0
|
Obsoletes: setools < 4.0.0, setools-devel < 4.0.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -27,9 +28,7 @@ and command line.
|
|||||||
Summary: Console packages for setools
|
Summary: Console packages for setools
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Requires: python3-setools = %{version}-%{release} libselinux >= 2.8-1
|
Requires: python3-setools = %{version}-%{release} libselinux >= 2.8-1
|
||||||
Requires: python3-network
|
|
||||||
|
|
||||||
Requires: python3-setuptools
|
|
||||||
%description console
|
%description console
|
||||||
Console packages for setools.
|
Console packages for setools.
|
||||||
|
|
||||||
@ -112,6 +111,9 @@ rm -rf %{buildroot}%{_bindir}
|
|||||||
%{_mandir}/ru/man1/*
|
%{_mandir}/ru/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 11 2020 linwei <linwei54@huawei.com> - 4.3.0-3
|
||||||
|
- remove requires python3-network
|
||||||
|
|
||||||
* Thu Aug 6 2020 Liquor <lirui130@huawei.com> - 4.3.0-2
|
* Thu Aug 6 2020 Liquor <lirui130@huawei.com> - 4.3.0-2
|
||||||
- remove requires python3-networkx
|
- remove requires python3-networkx
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user