rpms/pykickstart/devel .cvsignore, 1.103, 1.104 pykickstart.spec, 1.112, 1.113 sources, 1.112, 1.113

Christopher Edward Lumens clumens at fedoraproject.org
Sat Jan 10 22:03:34 UTC 2009


Author: clumens

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/.cvsignore,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- .cvsignore	8 Jan 2009 22:04:10 -0000	1.103
+++ .cvsignore	10 Jan 2009 22:03:04 -0000	1.104
@@ -37,3 +37,4 @@
 pykickstart-1.47.tar.gz
 pykickstart-1.48.tar.gz
 pykickstart-1.49.tar.gz
+pykickstart-1.50.tar.gz


Index: pykickstart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/pykickstart.spec,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- pykickstart.spec	8 Jan 2009 22:04:10 -0000	1.112
+++ pykickstart.spec	10 Jan 2009 22:03:04 -0000	1.113
@@ -3,7 +3,7 @@
 Summary:  A python library for manipulating kickstart files
 Name: pykickstart
 Url: http://fedoraproject.org/wiki/pykickstart
-Version: 1.49
+Version: 1.50
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -42,8 +42,16 @@
 %{python_sitelib}/*
 %{_bindir}/ksvalidator
 %{_bindir}/ksflatten
+%{_bindir}/ksverdiff
 
 %changelog
+* 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.
+- Remove a couple extra newlines in output formatting.
+- Add documentation for the new %include representation.
+- Add support %include to the pykickstart data objects.
+
 * Thu Jan 08 2009 Chris Lumens <clumens at redhat.com> - 1.49-1
 - Add upgrade --root-device (atodorov, #471232).
 - Use python's builtin set rather than the Sets module (#477836, dcantrell).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/sources,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- sources	8 Jan 2009 22:04:10 -0000	1.112
+++ sources	10 Jan 2009 22:03:04 -0000	1.113
@@ -1 +1 @@
-695704deec30464a35799c5e9d5ed1d5  pykickstart-1.49.tar.gz
+ea3615434fe52dbdde4916c068570ad6  pykickstart-1.50.tar.gz




More information about the fedora-extras-commits mailing list