Python 2 binary package renamed to python2-setools
This commit is contained in:
parent
5739cf73a2
commit
be3765e54a
16
setools.spec
16
setools.spec
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: setools
|
Name: setools
|
||||||
Version: 4.1.1
|
Version: 4.1.1
|
||||||
Release: 2%{?setools_pre_ver:.%{setools_pre_ver}}%{?dist}
|
Release: 3%{?setools_pre_ver:.%{setools_pre_ver}}%{?dist}
|
||||||
Summary: Policy analysis tools for SELinux
|
Summary: Policy analysis tools for SELinux
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -77,11 +77,15 @@ This package includes the following console tools:
|
|||||||
seinfoflow Perform information flow analyses.
|
seinfoflow Perform information flow analyses.
|
||||||
|
|
||||||
|
|
||||||
%package python
|
%package -n python2-setools
|
||||||
Summary: Policy analysis tools for SELinux
|
Summary: Policy analysis tools for SELinux
|
||||||
Recommends: libselinux-python
|
Recommends: libselinux-python
|
||||||
|
%{?python_provide:%python_provide python2-setools}
|
||||||
|
# Remove before F30
|
||||||
|
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
||||||
|
Obsoletes: %{name}-python < %{version}-%{release}
|
||||||
|
|
||||||
%description python
|
%description -n python2-setools
|
||||||
SETools is a collection of graphical tools, command-line tools, and
|
SETools is a collection of graphical tools, command-line tools, and
|
||||||
Python 2 modules designed to facilitate SELinux policy analysis.
|
Python 2 modules designed to facilitate SELinux policy analysis.
|
||||||
|
|
||||||
@ -157,7 +161,7 @@ popd
|
|||||||
%{_mandir}/man1/sedta*
|
%{_mandir}/man1/sedta*
|
||||||
%{_mandir}/man1/seinfoflow*
|
%{_mandir}/man1/seinfoflow*
|
||||||
|
|
||||||
%files python
|
%files -n python2-setools
|
||||||
# %doc AUTHORS ChangeLog KNOWN-BUGS NEWS README
|
# %doc AUTHORS ChangeLog KNOWN-BUGS NEWS README
|
||||||
%license COPYING COPYING.GPL COPYING.LGPL
|
%license COPYING COPYING.GPL COPYING.LGPL
|
||||||
# For noarch packages: sitelib
|
# For noarch packages: sitelib
|
||||||
@ -178,6 +182,10 @@ popd
|
|||||||
%{_mandir}/man1/apol*
|
%{_mandir}/man1/apol*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 10 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 4.1.1-3
|
||||||
|
- Python 2 binary package renamed to python2-setools
|
||||||
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||||
|
|
||||||
* Thu Aug 10 2017 Petr Lautrbach <plautrba@redhat.com> - 4.1.1-2
|
* Thu Aug 10 2017 Petr Lautrbach <plautrba@redhat.com> - 4.1.1-2
|
||||||
- bswap_* macros are defined in byteswap.h
|
- bswap_* macros are defined in byteswap.h
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user