From 88488011f4d0fb7dbf201e217779adbd448a918e Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Thu, 10 Jun 2010 16:55:26 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + pykickstart.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 24431e6..191d522 100644 --- a/.cvsignore +++ b/.cvsignore @@ -60,3 +60,4 @@ pykickstart-1.70.tar.gz pykickstart-1.71.tar.gz pykickstart-1.72.tar.gz pykickstart-1.73.tar.gz +pykickstart-1.74.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 2d8ca74..10317d8 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.73 +Version: 1.74 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,11 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* 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) +- The --connect= parameter wasn't really deprecated in FC6. (clumens) + * Tue Jun 01 2010 Chris Lumens - 1.73-1 - Allow "ignoredisk" to explicitly specify interactive usage (#596804) (pjones) diff --git a/sources b/sources index 28ce989..3509b7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8579d7606feff433a134a84a5050e29e pykickstart-1.73.tar.gz +ca0b253f8c8fa42c744195768880731e pykickstart-1.74.tar.gz