From 36400b895db3938990cf107f2ccc36ccb598c519 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 12 2017 12:22:51 +0000 Subject: Python 2 binary package renamed to python2-libselinux --- diff --git a/libselinux.spec b/libselinux.spec index e6a5dfe..22dcb56 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -9,7 +9,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 2.7 -Release: 1%{?dist} +Release: 2%{?dist} License: Public Domain Group: System Environment/Libraries # https://github.com/SELinuxProject/selinux/wiki/Releases @@ -59,12 +59,16 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %description utils The libselinux-utils package contains the utilities -%package python +%package -n python2-libselinux +%{?python_provide:%python_provide python2-libselinux} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Summary: SELinux python bindings for libselinux Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} -%description python +%description -n python2-libselinux The libselinux-python package contains the python bindings for developing SELinux applications. @@ -244,7 +248,7 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %{_libdir}/libselinux.a -%files python +%files -n python2-libselinux %defattr(-,root,root,-) %dir %{python_sitearch}/selinux %{python_sitearch}/_selinux.so @@ -266,6 +270,10 @@ rm -rf %{buildroot} %{ruby_vendorarchdir}/selinux.so %changelog +* Thu Aug 10 2017 Zbigniew Jędrzejewski-Szmek - 2.7-2 +- Python 2 binary package renamed to python2-libselinux + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Mon Aug 07 2017 Petr Lautrbach - 2.7-1 - Update to upstream release 2017-08-04