diff --git powerpc-utils-python/powerpc-utils-python.spec powerpc-utils-python/powerpc-utils-python.spec.tmp index 63a00baeaa..ee10dc5684 100644 --- powerpc-utils-python/powerpc-utils-python.spec +++ powerpc-utils-python/powerpc-utils-python.spec.tmp @@ -4,7 +4,7 @@ Name: powerpc-utils-python Version: 1.2.1 -Release: 13%{?gitcommit:.git%{gitcommitshort}}%{?dist} +Release: 14%{?gitcommit:.git%{gitcommitshort}}%{?dist} Summary: Python utilities for PowerPC platforms Group: System Environment/Base @@ -13,14 +13,25 @@ URL: https://github.com./nfont/%{name} Source0: https://github.com/nfont/%{name}/archive/%{?gitcommit}.tar.gz#/%{name}-%{gitcommitshort}.tar.gz BuildRequires: python-devel -Requires: pygtk2 >= 2.0 BuildArch: noarch -%description +%global _description\ Python based utilities for maintaining and servicing PowerPC systems. +%description %_description + +%package -n python2-powerpc-utils +Summary: %summary +Requires: pygtk2 >= 2.0 +%{?python_provide:%python_provide python2-powerpc-utils} +# Remove before F30 +Provides: powerpc-utils-python%{?_isa} = %{version}-%{release} +Obsoletes: powerpc-utils-python < %{version}-%{release} + +%description -n python2-powerpc-utils %_description + %prep %setup -q %{?gitcommit:-n %{name}-%{gitcommit}} @@ -30,7 +41,7 @@ make %install make install DESTDIR=%{buildroot} FILES="" -%files +%files -n python2-powerpc-utils %{_bindir}/amsvis %dir %{python_sitelib}/powerpcAMS %{python_sitelib}/powerpcAMS/*.py @@ -40,6 +51,10 @@ make install DESTDIR=%{buildroot} FILES="" %doc README COPYRIGHT %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.2.1-14.gitf7bdc5c +- Python 2 binary package renamed to python2-powerpc-utils + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.2.1-13.gitf7bdc5c - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild