%global debug_package %{nil} Name: powerpc-utils-python Version: 1.2.1 Release: 9%{?dist} Summary: Python utilities for PowerPC platforms Group: System Environment/Base License: CPL URL: http://sourceforge.net/projects/powerpc-utils Source0: http://sourceforge.net/projects/powerpc-utils/files/%{name}/%{name}-%{version}.tar.gz Patch0: amsnet.patch BuildArch: noarch BuildRequires: python-devel Requires: pygtk2 >= 2.0 %description Python based utilities for maintaining and servicing PowerPC systems. %prep %setup -q # BZ#1073139 %patch0 -p1 -b .amsvis %build make %install make install DESTDIR=%{buildroot} FILES="" %files %attr(755,root,root) %{_bindir}/amsvis %dir %{python_sitelib}/powerpcAMS %{python_sitelib}/powerpcAMS/*.py %{python_sitelib}/powerpcAMS/*.py[co] %{python_sitelib}/powerpcAMS-%{version}-py*.egg-info %{_mandir}/man1/amsvis.1* %doc README COPYRIGHT %changelog * Thu Aug 25 2016 Rafael Fonseca - 1.2.1-9 - Related: rhbz#1073139 - Fix patch * Mon Mar 16 2015 Jakub Čajka - 1.2.1-8 - Resolves: rhbz#1073139 - (CVE-2014-8165) CVE-2014-8165 powerpc-utils-python: arbitrary code execution due to unpickling untrusted input * Tue Feb 11 2014 Jaromir Capik - 1.2.1-7 - ExclusiveArch was not much helpful - removing again - Related: rhbz#1061054 * Tue Feb 11 2014 Jaromir Capik - 1.2.1-6 - Re-introducing ExclusiveArch - Related: rhbz#1061054 * Mon Feb 10 2014 Jaromir Capik - 1.2.1-5 - Building as noarch (#1061054) - Resolves: rhbz#1061054 * Fri Dec 27 2013 Daniel Mach - 1.2.1-4 - Mass rebuild 2013-12-27 * Thu Feb 14 2013 Fedora Release Engineering - 1.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Aug 29 2012 Lukas Nykryn - 1.2.1-2 - use %%global instead of %%define * Mon Jun 11 2012 Lukáš Nykrýn - 1.2.1-1 - New package