diff --git mesos/mesos.spec mesos/mesos.spec.tmp index 6c246aee1a..f22ba5c31d 100644 --- mesos/mesos.spec +++ mesos/mesos.spec.tmp @@ -17,7 +17,7 @@ Name: mesos Version: 0.23.0 -Release: 0.%{shortcommit}%{?dist}.8 +Release: 0.%{shortcommit}%{?dist}.9 Summary: Cluster manager for sharing distributed application frameworks License: ASL 2.0 URL: http://mesos.apache.org/ @@ -123,13 +123,14 @@ Requires: %{name}%{?_isa} = %{version}-%{release} The %{name}-java package contains Java bindings for %{name}. ############################################## -%package -n python-%{name} +%package -n python2-%{name} +%{?python_provide:%python_provide python2-%{name}} Summary: Python support for %{name} BuildRequires: python2-devel Requires: %{name}%{?_isa} = %{version}-%{release} Requires: python2 -%description -n python-%{name} +%description -n python2-%{name} The python-%{name} package contains Python bindings for %{name}. ############################################## @@ -314,7 +315,7 @@ cp -rf src/examples %{buildroot}%{_datadir}/%{name} %endif ###################### -%files -n python-%{name} +%files -n python2-%{name} %doc LICENSE NOTICE %{python_sitelib}/* %{python_sitearch}/* @@ -340,6 +341,10 @@ exit 0 /sbin/ldconfig %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.23.0-0.4ce5475.9 +- Python 2 binary package renamed to python2-mesos + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.23.0-0.4ce5475.8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild