setools: fix requires
Change-Id: I6294e058d3d98034c833a11a9365747f5ba1f8ec Signed-off-by: Shreenidhi Shedi <sshedi@vmware.com> Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/22204 Tested-by: gerrit-photon <photon-checkins@vmware.com>
This commit is contained in:
parent
4e0b723d4d
commit
61d66fb462
|
@ -1,15 +1,15 @@
|
|||
Summary: Policy analysis tools for SELinux
|
||||
Name: setools
|
||||
Version: 4.4.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2, LGPLv2.1
|
||||
Group: System Environment/Libraries
|
||||
Url: https://github.com/SELinuxProject/selinux/wiki
|
||||
Vendor: VMware, Inc.
|
||||
Distribution: Photon
|
||||
|
||||
Source0: https://github.com/SELinuxProject/setools/releases/download/%{version}/%{name}-%{version}.tar.bz2
|
||||
%define sha512 %{name}=af1844f7f7232729eb7e93f6680775818cda93532c62524c5385a4ac7437c51bdb58ebd970a9f61f6e1b018367853d35303d3c5ee1cc087e0e26e893be42d559
|
||||
Source0: https://github.com/SELinuxProject/setools/releases/download/%{version}/%{name}-%{version}.tar.bz2
|
||||
%define sha512 %{name}=af1844f7f7232729eb7e93f6680775818cda93532c62524c5385a4ac7437c51bdb58ebd970a9f61f6e1b018367853d35303d3c5ee1cc087e0e26e893be42d559
|
||||
|
||||
BuildRequires: cython3
|
||||
BuildRequires: python3-setuptools
|
||||
|
@ -19,9 +19,7 @@ BuildRequires: libselinux-devel
|
|||
Requires: python3
|
||||
Requires: libselinux
|
||||
Requires: libsepol
|
||||
# setools use networkx library, which we do not have.
|
||||
# It can be installed by: pip3 install networkx
|
||||
#Requires: networkx
|
||||
Requires: python3-networkx
|
||||
|
||||
%description
|
||||
Policy analysis tools for SELinux
|
||||
|
@ -52,6 +50,8 @@ rm -rf %{buildroot}%{_mandir}/ru
|
|||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 24 2023 Shreenidhi Shedi <sshedi@vmware.com> 4.4.1-2
|
||||
- Fix requires
|
||||
* Fri Feb 10 2023 Gerrit Photon <photon-checkins@vmware.com> 4.4.1-1
|
||||
- Automatic Version Bump
|
||||
* Fri Dec 02 2022 Prashant S Chauhan <psinghchauha@vmware.com> 4.4.0-2
|
||||
|
|
Loading…
Reference in New Issue