rpms/pykickstart/F-9 pykickstart.version.patch, NONE, 1.1 .cvsignore, 1.87, 1.88 pykickstart.spec, 1.95, 1.96 sources, 1.96, 1.97

Christopher Edward Lumens (clumens) fedora-extras-commits at redhat.com
Tue Jun 10 18:09:55 UTC 2008


Author: clumens

Update of /cvs/pkgs/rpms/pykickstart/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22577

Modified Files:
	.cvsignore pykickstart.spec sources 
Added Files:
	pykickstart.version.patch 
Log Message:
Rebuild for update.


pykickstart.version.patch:

--- NEW FILE pykickstart.version.patch ---
diff -ru pykickstart-1.37.orig/pykickstart/version.py pykickstart-1.37/pykickstart/version.py
--- pykickstart-1.37.orig/pykickstart/version.py	2008-06-08 19:09:46.000000000 -0400
+++ pykickstart-1.37/pykickstart/version.py	2008-06-10 14:07:20.000000000 -0400
@@ -63,7 +63,7 @@
 F10 = 8000
 
 # This always points at the latest version and is the default.
-DEVEL = F10
+DEVEL = F9
 
 """A one-to-one mapping from string representations to version numbers."""
 versionMap = {


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/F-9/.cvsignore,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- .cvsignore	8 Apr 2008 15:57:54 -0000	1.87
+++ .cvsignore	10 Jun 2008 18:09:12 -0000	1.88
@@ -21,3 +21,7 @@
 pykickstart-1.31.tar.gz
 pykickstart-1.32.tar.gz
 pykickstart-1.33.tar.gz
+pykickstart-1.34.tar.gz
+pykickstart-1.35.tar.gz
+pykickstart-1.36.tar.gz
+pykickstart-1.37.tar.gz


Index: pykickstart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/F-9/pykickstart.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- pykickstart.spec	8 Apr 2008 15:57:54 -0000	1.95
+++ pykickstart.spec	10 Jun 2008 18:09:12 -0000	1.96
@@ -3,12 +3,13 @@
 Summary:  A python library for manipulating kickstart files
 Name: pykickstart
 Url: http://fedoraproject.org/wiki/pykickstart
-Version: 1.33
-Release: 1%{?dist}
+Version: 1.37
+Release: 2%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
 # within this srpm.
 Source0: %{name}-%{version}.tar.gz
+Patch0: pykickstart.version.patch
 
 License: GPLv2
 Group: System Environment/Libraries
@@ -23,6 +24,7 @@
 
 %prep
 %setup -q
+%patch -p1
 make
 
 %build
@@ -44,6 +46,31 @@
 %{_bindir}/ksflatten
 
 %changelog
+* Tue Jun 10 2008 Chris Lumens <clumens at redhat.com> 1.37-2
+- Set the default syntax version to F9.
+
+* Sun Jun 08 2008 Chris Lumens <clumens at redhat.com> - 1.37-1
+- XConfig is still used by other projects, so just deprecate some
+  options. (clumens)
+
+* Thu May 29 2008 Chris Lumens <clumens at redhat.com> - 1.36-1
+- It should be repo --cost, not repo --priority. (clumens)
+
+* Fri May 23 2008 Chris Lumens <clumens at redhat.com> - 1.35-1
+- Bring driverdisk command in line with the docs. (clumens)
+- Change RAID command print priorities (jlaska).
+- According to docs, physvols are space delimited. (jlaska)
+- Don't write the label out twice (jlaska).
+- Deprecate monitor and xconfig commands. (clumens)
+
+* Wed May 07 2008 Chris Lumens <clumens at redhat.com> - 1.34-1
+- Load the handler module automatically. (clumens)
+- Add support for F10. (clumens)
+- Initialize cmd.handler earlier; fixes repo.methodToRepo() (markmc)
+- Don't shadow builtin function names. (clumens)
+- Running check is now required before pykickstart can be packaged. (clumens)
+- Reorganize code a little bit to pass pychecker. (clumens)
+
 * Tue Apr 08 2008 Chris Lumens <clumens at redhat.com> - 1.33-1
 - Fix whitespace when printing out the bootloader command (pmeyers).
 - Fix the type on bootloader --timeout processing. (clumens)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/F-9/sources,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- sources	8 Apr 2008 15:57:54 -0000	1.96
+++ sources	10 Jun 2008 18:09:12 -0000	1.97
@@ -1 +1 @@
-cd3a93072bf8dbe371037f2b569d6296  pykickstart-1.33.tar.gz
+ccc6648149b0aa716e96d892ec8da1aa  pykickstart-1.37.tar.gz




More information about the fedora-extras-commits mailing list