rpms/pykickstart/devel .cvsignore, 1.127, 1.128 pykickstart.spec, 1.138, 1.139 sources, 1.137, 1.138

Christopher Edward Lumens clumens at fedoraproject.org
Tue Jun 22 18:34:54 UTC 2010


Author: clumens

Update of /cvs/pkgs/rpms/pykickstart/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18759

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/.cvsignore,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -p -r1.127 -r1.128
--- .cvsignore	10 Jun 2010 16:55:26 -0000	1.127
+++ .cvsignore	22 Jun 2010 18:34:54 -0000	1.128
@@ -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


Index: pykickstart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/pykickstart.spec,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -p -r1.138 -r1.139
--- pykickstart.spec	10 Jun 2010 16:55:26 -0000	1.138
+++ pykickstart.spec	22 Jun 2010 18:34:54 -0000	1.139
@@ -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 <clumens at redhat.com> - 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 <clumens at redhat.com> - 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)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/sources,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -p -r1.137 -r1.138
--- sources	10 Jun 2010 16:55:26 -0000	1.137
+++ sources	22 Jun 2010 18:34:54 -0000	1.138
@@ -1 +1 @@
-ca0b253f8c8fa42c744195768880731e  pykickstart-1.74.tar.gz
+7c7e0521893de09b32e514a30bdf80ac  pykickstart-1.75.tar.gz



More information about the scm-commits mailing list