From 15afcd84580336d0889e556745bc75405827a273 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Tue, 22 Jun 2010 18:34:54 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + pykickstart.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 191d522..175318e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -61,3 +61,4 @@ pykickstart-1.71.tar.gz pykickstart-1.72.tar.gz pykickstart-1.73.tar.gz pykickstart-1.74.tar.gz +pykickstart-1.75.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 10317d8..d8922f5 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,7 +3,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.74 +Version: 1.75 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -45,6 +45,14 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Tue Jun 22 2010 Chris Lumens - 1.75-1 +- Update translation files. (clumens) +- Remove everything from pykickstart that's been deprecated forever. (clumens) +- Using the knowledge of what command supports what option, condense test cases. (clumens) +- Add a method to list all supported options for a command being tested. (clumens) +- Add support for F14. (clumens) +- The %end at the end of a section is now required. (clumens) + * Thu Jun 10 2010 Chris Lumens - 1.74-1 - If an option is deprecated, do not care if it takes a value (#602303). (clumens) - Don't compare the dest ("telnet") with the option string ("--telnet"). (clumens) diff --git a/sources b/sources index 3509b7f..e2236e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ca0b253f8c8fa42c744195768880731e pykickstart-1.74.tar.gz +7c7e0521893de09b32e514a30bdf80ac pykickstart-1.75.tar.gz