diff --git dmlite/dmlite.spec dmlite/dmlite.spec.tmp index e5ed61b615..429f7ac865 100644 --- dmlite/dmlite.spec +++ dmlite/dmlite.spec.tmp @@ -18,7 +18,7 @@ Name: dmlite Version: 0.8.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Lcgdm grid data management and storage framework Group: Applications/Internet License: ASL 2.0 @@ -281,11 +281,12 @@ Tool that is useful to test the main features of a DPM setup -%package -n python-dmlite +%package -n python2-dmlite +%{?python_provide:%python_provide python2-dmlite} Summary: Python wrapper for dmlite Group: Development/Libraries -%description -n python-dmlite +%description -n python2-dmlite This package provides a python wrapper for dmlite. %package test @@ -521,7 +522,7 @@ rm -rf %{buildroot} %{_mandir}/man3/* %{_defaultdocdir}/%{name}-%{version} -%files -n python-dmlite +%files -n python2-dmlite %defattr(-,root,root,-) %{python_sitearch}/pydmlite.so @@ -576,6 +577,10 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/dmlite.conf.d/domeadapter.example %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.8.7-6 +- Python 2 binary package renamed to python2-dmlite + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Wed Aug 02 2017 Fedora Release Engineering - 0.8.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild