diff --git vdsm/vdsm.spec vdsm/vdsm.spec.tmp index eadb1acc01..12ace61705 100644 --- vdsm/vdsm.spec +++ vdsm/vdsm.spec.tmp @@ -47,7 +47,7 @@ Name: %{vdsm_name} Version: 4.18.999 -Release: 444.git0bb7717%{?dist}%{?extra_release} +Release: 445.git0bb7717%{?dist}%{?extra_release} Summary: Virtual Desktop Server Manager Group: Applications/System @@ -325,7 +325,11 @@ Requires: python >= 2.6 %description yajsonrpc A JSON RPC server and client implementation. -%package python +%package -n python2-vdsm +%{?python_provide:%python_provide python2-vdsm} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Summary: VDSM python libraries Requires: %{name}-api = %{version}-%{release} BuildArch: noarch @@ -333,7 +337,7 @@ Requires: python-cpopen >= 1.4 Requires: m2crypto Requires: python-ioprocess >= 0.16.1-1 -%description python +%description -n python2-vdsm Shared libraries between the various VDSM packages. %package tests @@ -1103,7 +1107,7 @@ exit 0 %{_datadir}/%{vdsm_name}/bonding-defaults.json %{_datadir}/%{vdsm_name}/bonding-name2numeric.json -%files python +%files -n python2-vdsm %{_mandir}/man1/vdsm-tool.1* %{_bindir}/vdsm-tool %dir %{python_sitelib}/%{vdsm_name} @@ -1599,6 +1603,10 @@ exit 0 %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 4.18.999-445.git0bb7717 +- Python 2 binary package renamed to python2-vdsm + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 4.18.999-444.git0bb7717 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild