rpms/pykickstart/devel .cvsignore, 1.101, 1.102 pykickstart.spec, 1.110, 1.111 sources, 1.110, 1.111

Christopher Edward Lumens clumens at fedoraproject.org
Tue Dec 23 15:05:40 UTC 2008


Author: clumens

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/.cvsignore,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- .cvsignore	30 Oct 2008 21:10:46 -0000	1.101
+++ .cvsignore	23 Dec 2008 15:05:10 -0000	1.102
@@ -35,3 +35,4 @@
 pykickstart-1.45.tar.gz
 pykickstart-1.46.tar.gz
 pykickstart-1.47.tar.gz
+pykickstart-1.48.tar.gz


Index: pykickstart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/pykickstart.spec,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- pykickstart.spec	29 Nov 2008 18:16:49 -0000	1.110
+++ pykickstart.spec	23 Dec 2008 15:05:10 -0000	1.111
@@ -3,8 +3,8 @@
 Summary:  A python library for manipulating kickstart files
 Name: pykickstart
 Url: http://fedoraproject.org/wiki/pykickstart
-Version: 1.47
-Release: 2%{?dist}
+Version: 1.48
+Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
 # within this srpm.
@@ -44,8 +44,15 @@
 %{_bindir}/ksflatten
 
 %changelog
-* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.47-2
-- Rebuild for Python 2.6
+* Tue Dec 23 2008 Chris Lumens <clumens at redhat.com> - 1.48-1
+- Allow ignoring group metadata from repos, using a '--ignoregroups'
+  boolean. (notting)
+- Add initial support for F11.
+- Specify the command versions in the handlers instead of making copies.
+- Remove empty and pointless __init__ methods.
+- Pass arguments to superclasses via *args and **kwargs, all the way up.
+- Add removedKeywords and removedAttrs lists on Commands and Data.
+- Fix version regexes to handle double digits and minor releases (jlaska).
 
 * Thu Oct 30 2008 Chris Lumens <clumens at redhat.com> - 1.47-1
 - Fix enabling services we specify by specific options.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/sources,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- sources	30 Oct 2008 21:10:46 -0000	1.110
+++ sources	23 Dec 2008 15:05:10 -0000	1.111
@@ -1 +1 @@
-8e99a81aeab654b87ab1d0a173e33c7a  pykickstart-1.47.tar.gz
+4dccaef0d6fdb44d27fe4c490c1de60a  pykickstart-1.48.tar.gz




More information about the fedora-extras-commits mailing list