rpms/pykickstart/devel .cvsignore, 1.104, 1.105 pykickstart.spec, 1.113, 1.114 sources, 1.113, 1.114

Christopher Edward Lumens clumens at fedoraproject.org
Thu Jan 29 22:43:21 UTC 2009


Author: clumens

Update of /cvs/pkgs/rpms/pykickstart/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25149

Modified Files:
	.cvsignore pykickstart.spec sources 
Log Message:
New version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/.cvsignore,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- .cvsignore	10 Jan 2009 22:03:04 -0000	1.104
+++ .cvsignore	29 Jan 2009 22:42:50 -0000	1.105
@@ -38,3 +38,4 @@
 pykickstart-1.48.tar.gz
 pykickstart-1.49.tar.gz
 pykickstart-1.50.tar.gz
+pykickstart-1.51.tar.gz


Index: pykickstart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/pykickstart.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- pykickstart.spec	10 Jan 2009 22:03:04 -0000	1.113
+++ pykickstart.spec	29 Jan 2009 22:42:50 -0000	1.114
@@ -3,7 +3,7 @@
 Summary:  A python library for manipulating kickstart files
 Name: pykickstart
 Url: http://fedoraproject.org/wiki/pykickstart
-Version: 1.50
+Version: 1.51
 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,21 @@
 %{_bindir}/ksverdiff
 
 %changelog
+* Thu Jan 29 2009 Chris Lumens <clumens at redhat.com> - 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).
+- Fix output formatting for the rootpw command.
+- For commands that take exactly one argument, check and error correctly.
+- Surround module options in quotes on the output side (jlaska).
+- Set module opts in the FC3 handler correctly.
+- Fix newlines on the device command output (jlaska).
+- If --autoscreenshot is not specified, still output "autostep".
+- Move the currentCmd and currentLine into getParser(). (jlaska)
+- Write out an selinux line if set to disabled, but not if None.
+- F9_LogVolData should inherit from FC4_LogVolData, not FC3_LogVolData (jlaska).
+- Add unittest framework along with logvol and vnc unittests. (jlaska)
+- Don't set the KSOption.required attribute in the constructor (jlaska).
+
 * Sat Jan 10 2009 Chris Lumens <clumens at redhat.com> - 1.50-1
 - Add a script to diff two versions of kickstart syntax.
 - Add an option to ksvalidator to list all available syntax versions.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/sources,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- sources	10 Jan 2009 22:03:04 -0000	1.113
+++ sources	29 Jan 2009 22:42:50 -0000	1.114
@@ -1 +1 @@
-ea3615434fe52dbdde4916c068570ad6  pykickstart-1.50.tar.gz
+13df4ad1e1daac39764a91d87e4b6328  pykickstart-1.51.tar.gz




More information about the scm-commits mailing list