diff --git fuse-python/fuse-python.spec fuse-python/fuse-python.spec.tmp index 11c9e8dad8..9a8434d39c 100644 --- fuse-python/fuse-python.spec +++ fuse-python/fuse-python.spec.tmp @@ -1,24 +1,34 @@ Name: fuse-python Version: 0.2.1 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Python bindings for FUSE - filesystem in userspace Group: System Environment/Base License: LGPLv2 URL: https://github.com/libfuse/python-fuse Source0: https://github.com/libfuse/python-fuse/releases/download/%{version}/%{name}-%{version}.tar.gz -Provides: python-fuse = %{version}-%{release} -Provides: python-fuse%{?_isa} = %{version}-%{release} BuildRequires: pkgconfig BuildRequires: fuse-devel BuildRequires: python-devel BuildRequires: python-setuptools -%description -This package provides python bindings for FUSE. FUSE makes it possible +%global _description\ +This package provides python bindings for FUSE. FUSE makes it possible\ to implement a filesystem in a userspace program. +%description %_description + +%package -n python2-fuse +Summary: %summary +Provides: python-fuse%{?_isa} = %{version}-%{release} +%{?python_provide:%python_provide python2-fuse} +# Remove before F30 +Provides: fuse-python%{?_isa} = %{version}-%{release} +Obsoletes: fuse-python < %{version}-%{release} + +%description -n python2-fuse %_description + %prep %setup -q @@ -30,13 +40,17 @@ iconv -f iso8859-1 -t utf-8 < Changelog.old > Changelog %install %py_install -%files +%files -n python2-fuse %license COPYING %doc AUTHORS Changelog FAQ example README.1st %doc README.new_fusepy_api README.new_fusepy_api.html README.package_maintainers %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2.1-19 +- Python 2 binary package renamed to python2-fuse + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Wed Aug 02 2017 Fedora Release Engineering - 0.2.1-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild