diff --git python-confparser/python-confparser.spec python-confparser/python-confparser.spec.tmp index c2e053eca8..62c23abced 100644 --- python-confparser/python-confparser.spec +++ python-confparser/python-confparser.spec.tmp @@ -2,7 +2,7 @@ Name: python-confparser Version: 1.0.1 -Release: 16%{?dist} +Release: 17%{?dist} Summary: A KISS python module to parse *nix config files Group: Development/Libraries @@ -14,9 +14,17 @@ BuildArch: noarch BuildRequires: python-devel, python-setuptools -%description +%global _description\ Parser for *nix config files +%description %_description + +%package -n python2-confparser +Summary: %summary +%{?python_provide:%python_provide python2-confparser} + +%description -n python2-confparser %_description + %prep %setup -q @@ -31,7 +39,7 @@ rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-confparser %defattr(-,root,root,-) %doc README COPYING INFO %{python_sitelib}/confparser.py* @@ -40,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.1-17 +- Python 2 binary package renamed to python2-confparser + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild