diff --git a/pykickstart.spec b/pykickstart.spec index 4b44946..6a38600 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -4,7 +4,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart Version: 1.77 -Release: 1%{?dist} +Release: 2%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -45,6 +45,9 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Wed Jul 21 2010 David Malcolm - 1.77-2 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + * Tue Jul 20 2010 Chris Lumens - 1.77-1 - Send the key command down the memory hole. (clumens) - Deprecate interactive kickstart mode. (clumens)