Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
David Malcolm
ef5a562cf3 recompiling .py files against Python 2.7 (rhbz#623421) 2010-08-11 18:42:44 -04:00

View file

@ -1,7 +1,7 @@
Summary: Extract headers from rpm in a old yum repository
Name: yum-arch
Version: 2.2.2
Release: 9%{?dist}
Release: 10%{?dist}
License: GPLv2+
Group: System Environment/Base
Source0: http://linux.duke.edu/projects/yum/download/2.2/yum-%{version}.tar.gz
@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/%{name}*
%changelog
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 2.2.2-10
- recompiling .py files against Python 2.7 (rhbz#623421)
* Sun Feb 14 2010 Remi Collet <Fedora@FamilleCollet.com> - 2.2.2-9
- improve python 2.6 patch (fix FTBFS #564994)