diff --git ecryptfs-utils/ecryptfs-utils.spec ecryptfs-utils/ecryptfs-utils.spec.tmp index a3a459c358..7aaff2c52e 100644 --- ecryptfs-utils/ecryptfs-utils.spec +++ ecryptfs-utils/ecryptfs-utils.spec.tmp @@ -5,7 +5,7 @@ Name: ecryptfs-utils Version: 111 -Release: 7%{?dist} +Release: 8%{?dist} Summary: The eCryptfs mount helper and support libraries License: GPLv2+ URL: https://launchpad.net/ecryptfs @@ -96,12 +96,16 @@ Requires: pkgconfig %description devel Userspace development files for eCryptfs. -%package python +%package -n python2-ecryptfs-utils +%{?python_provide:%python_provide python2-ecryptfs-utils} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Summary: Python bindings for the eCryptfs utils Requires: %{name} = %{version}-%{release} BuildRequires: python python-devel swig >= 1.3.31 -%description python +%description -n python2-ecryptfs-utils The %{name}-python package contains a module that permits applications written in the Python programming language to use the interface supplied by the %{name} library. @@ -266,7 +270,7 @@ fi %{_libdir}/pkgconfig/libecryptfs.pc %{_includedir}/ecryptfs.h -%files python +%files -n python2-ecryptfs-utils %dir %{python_sitelib}/%{name} %{python_sitelib}/%{name}/libecryptfs.py %{python_sitelib}/%{name}/libecryptfs.pyc @@ -277,6 +281,10 @@ fi %{python_sitearch}/%{name}/_libecryptfs.so %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 111-8 +- Python 2 binary package renamed to python2-ecryptfs-utils + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Wed Aug 02 2017 Fedora Release Engineering - 111-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild