From 4e23ae5f097c944302cb729380f28d7ca3da875e Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Wed, 29 Apr 2009 19:07:05 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + pykickstart.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index d051163..f01c111 100644 --- a/.cvsignore +++ b/.cvsignore @@ -40,3 +40,4 @@ pykickstart-1.49.tar.gz pykickstart-1.50.tar.gz pykickstart-1.51.tar.gz pykickstart-1.52.tar.gz +pykickstart-1.53.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 1a27ef8..471113c 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,8 +3,8 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.52 -Release: 2%{?dist} +Version: 1.53 +Release: 1%{?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,8 +45,11 @@ 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 Apr 29 2009 Chris Lumens - 1.53-1 +- Move lineno= from KSOptionParser.__init__ to parse_args (#497149). (clumens) +- Use the F11 version of the partition command. (clumens) +- Remove the --start and --end options since anaconda no longer uses them. (clumens) +- Remove a broken test case. (clumens) * Wed Feb 18 2009 Chris Lumens - 1.52-1 - Add lots more test cases (alindebe, mgracik, stickster). diff --git a/sources b/sources index f58770c..f7ae880 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7e576f0c98c77f18a229d51c3ec48bc4 pykickstart-1.52.tar.gz +0e97f845154a2d46446dc7838625c52e pykickstart-1.53.tar.gz