Python 3 binary package renamed to python3-setools

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-08-12 09:13:07 -04:00
parent be3765e54a
commit 051ad0ff37

View File

@ -35,7 +35,7 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
# BuildArch: # BuildArch:
Requires: %{name}-python3 = %{version}-%{release} Requires: python3-%{name} = %{version}-%{release}
%description %description
SETools is a collection of graphical tools, command-line tools, and SETools is a collection of graphical tools, command-line tools, and
@ -45,7 +45,7 @@ Python modules designed to facilitate SELinux policy analysis.
Summary: Policy analysis command-line tools for SELinux Summary: Policy analysis command-line tools for SELinux
Group: System Environment/Base Group: System Environment/Base
License: GPLv2 License: GPLv2
Requires: setools-python3 = %{version}-%{release} Requires: python3-setools = %{version}-%{release}
Requires: libselinux >= %{selinux_ver} Requires: libselinux >= %{selinux_ver}
%description console %description console
@ -63,7 +63,7 @@ This package includes the following console tools:
Summary: Policy analysis command-line tools for SELinux Summary: Policy analysis command-line tools for SELinux
Group: System Environment/Base Group: System Environment/Base
License: GPLv2 License: GPLv2
Requires: setools-python3 = %{version}-%{release} Requires: python3-setools = %{version}-%{release}
Requires: libselinux >= %{selinux_ver} Requires: libselinux >= %{selinux_ver}
Requires: python3-networkx Requires: python3-networkx
@ -89,12 +89,16 @@ Obsoletes: %{name}-python < %{version}-%{release}
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.
%package python3 %package -n python3-setools
Summary: Policy analysis tools for SELinux Summary: Policy analysis tools for SELinux
Obsoletes: setools-libs < 4.0.0, setools-libs-tcl Obsoletes: setools-libs < 4.0.0, setools-libs-tcl
Recommends: libselinux-python3 Recommends: libselinux-python3
%{?python_provide:%python_provide python2-setools}
# Remove before F30
Provides: %{name}-python3%{?_isa} = %{version}-%{release}
Obsoletes: %{name}-python3 < %{version}-%{release}
%description python3 %description -n python3-setools
SETools is a collection of graphical tools, command-line tools, and SETools is a collection of graphical tools, command-line tools, and
Python 3 modules designed to facilitate SELinux policy analysis. Python 3 modules designed to facilitate SELinux policy analysis.
@ -169,7 +173,7 @@ popd
# For arch-specific packages: sitearch # For arch-specific packages: sitearch
%{python2_sitearch}/* %{python2_sitearch}/*
%files python3 %files -n python3-setools
%license COPYING COPYING.GPL COPYING.LGPL %license COPYING COPYING.GPL COPYING.LGPL
# %doc AUTHORS ChangeLog KNOWN-BUGS NEWS README # %doc AUTHORS ChangeLog KNOWN-BUGS NEWS README
# For noarch packages: sitelib # For noarch packages: sitelib
@ -185,6 +189,7 @@ popd
* Thu Aug 10 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 4.1.1-3 * Thu Aug 10 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 4.1.1-3
- Python 2 binary package renamed to python2-setools - Python 2 binary package renamed to python2-setools
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
- Python 3 binary package renamed to python3-setools
* 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