diff --git heketi/heketi.spec heketi/heketi.spec.tmp index 076c6e9956..1afdc23a7e 100644 --- heketi/heketi.spec +++ heketi/heketi.spec.tmp @@ -35,7 +35,7 @@ Name: %{repo} Version: 4.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: RESTful based volume management framework for GlusterFS License: ASL 2.0 URL: https://%{provider_prefix} @@ -166,7 +166,8 @@ License: ASL 2.0 Heketi and GlusterFS templates for Heketi -%package -n python-heketi +%package -n python2-heketi +%{?python_provide:%python_provide python2-heketi} Summary: Python libraries for Heketi Group: System Environment/Libraries License: ASL 2.0 @@ -175,7 +176,7 @@ Requires: python-requests BuildRequires: python-setuptools BuildRequires: python2-devel -%description -n python-heketi +%description -n python2-heketi %{summary} This package contains python libraries for interacting with Heketi @@ -357,7 +358,7 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %{_sysconfdir}/init.d/%{name} %endif -%files -n python-heketi +%files -n python2-heketi %license LICENSE %doc README.md AUTHORS %{python_sitelib}/heketi @@ -392,6 +393,10 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 4.0.0-5 +- Python 2 binary package renamed to python2-heketi + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Wed Aug 02 2017 Fedora Release Engineering - 4.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild