diff --git python-elfdata/python-elfdata.spec python-elfdata/python-elfdata.spec.tmp index 77827e0906..17c66c3bbe 100644 --- python-elfdata/python-elfdata.spec +++ python-elfdata/python-elfdata.spec.tmp @@ -5,7 +5,7 @@ Name: python-elfdata Version: 0.6 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Python wrapper to get ELF data Group: Development/Languages @@ -15,9 +15,17 @@ Source0: http://kushal.fedorapeople.org/packages/elfdata-%{version}.tar.g BuildRequires: python2-devel, python-setuptools, elfutils-devel, elfutils-libelf-devel -%description +%global _description\ Python wrapper to get ELF data. +%description %_description + +%package -n python2-elfdata +Summary: %summary +%{?python_provide:%python_provide python2-elfdata} + +%description -n python2-elfdata %_description + %prep %setup -q -n elfdata-%{version} @@ -30,13 +38,17 @@ Python wrapper to get ELF data. %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT -%files +%files -n python2-elfdata %defattr(-,root,root,-) %doc COPYING %{python_sitearch}/elfdata* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.6-8 +- Python 2 binary package renamed to python2-elfdata + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild