diff --git a/pykickstart.spec b/pykickstart.spec index 3d5bddd..1a27ef8 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.52 -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 +* Thu Feb 26 2009 Fedora Release Engineering - 1.52-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Feb 18 2009 Chris Lumens - 1.52-1 - Add lots more test cases (alindebe, mgracik, stickster). - Add a skip attribute on key to shut up pychecker.