diff --git a/.cvsignore b/.cvsignore index 05ed0e9..d051163 100644 --- a/.cvsignore +++ b/.cvsignore @@ -39,3 +39,4 @@ pykickstart-1.48.tar.gz pykickstart-1.49.tar.gz pykickstart-1.50.tar.gz pykickstart-1.51.tar.gz +pykickstart-1.52.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index a5b585c..3d5bddd 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.51 +Version: 1.52 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,30 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* 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. +- Only show autostep command when requested (jlaska) +- Strip spaces from service names, and require an option to be provided. +- Surround services lists in double quotes. +- Remove the extra space from the services __str__ method. +- Fix output formatting bugs in firewall, partition, and repo (mgracik). +- Specifying both or neither of --drives and --only-use should be an error. +- Corrected newline char in return value of FC6_Method. (mgracik) +- Make --drives a required option for FC3, and catch no args on F8. +- Fix final printing of the rescue command (mgracik). +- Surround output strings in double quotes. +- Fix a typo in the deviceprobe command. +- Revert the more strict option processing on displaymode. +- Properly handle erroring on extra args, not just extra options. +- Don't use the logging class since it interferes with the logging test. +- port without host should raise KickstartParseError, not kickstartValueError. +- Add the --key option to option processing, since it's a valid argument. +- Fix test cases that were failing due to the new use of KSOptionParser. +- Teach driverdisk.py command to reject extra partitions (stickster). +- Add KSOptionParser to all commands ... enables more strick option checking (jlaska). +- Use KSOptionParser so we can catch bad command options (jlaska). + * Thu Jan 29 2009 Chris Lumens - 1.51-1 - Make a couple changes to how the logging command is handled. - Add a lot of test cases (clumens, alindebe, jlaska, fcami, adamwill, pfrields). diff --git a/sources b/sources index 719ca4f..f58770c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -13df4ad1e1daac39764a91d87e4b6328 pykickstart-1.51.tar.gz +7e576f0c98c77f18a229d51c3ec48bc4 pykickstart-1.52.tar.gz