diff --git udiskie/udiskie.spec udiskie/udiskie.spec.tmp index 8e81875a92..2fba7fc541 100644 --- udiskie/udiskie.spec +++ udiskie/udiskie.spec.tmp @@ -6,7 +6,7 @@ Name: udiskie Version: 1.4.8 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Removable disk auto-mounter License: MIT @@ -50,13 +50,14 @@ mounting and unmounting operations. # Define packages required by both python versions %global shared_requires udisks2 gtk3 -%package -n python-%{name} +%package -n python2-%{name} +%{?python_provide:%python_provide python2-%{name}} Summary: Python 2 module for %{name} disk automounter %global py2_requires %{shared_requires} pygobject3 python-docopt PyYAML BuildRequires: %{py2_requires} Requires: %{py2_requires} -%description -n python-%{name} +%description -n python2-%{name} %{name} is a front-end for UDisks written in python. This package provides the python 2 modules used by the %{name} binaries. @@ -187,7 +188,7 @@ popd %{_bindir}/%{name}-umount %{_datadir}/icons/hicolor/scalable/actions/udiskie* -%files -n python-%{name} +%files -n python2-%{name} %doc CONTRIBUTORS README.rst %license COPYING %{python2_sitelib}/* @@ -201,6 +202,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.4.8-6 +- Python 2 binary package renamed to python2-udiskie + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.4.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild