rpms/pykickstart/devel .cvsignore, 1.93, 1.94 pykickstart.spec, 1.101, 1.102 sources, 1.102, 1.103

Christopher Edward Lumens (clumens) fedora-extras-commits at redhat.com
Tue Jul 15 17:31:06 UTC 2008


Author: clumens

Update of /cvs/pkgs/rpms/pykickstart/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16349

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/.cvsignore,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- .cvsignore	13 Jun 2008 15:13:57 -0000	1.93
+++ .cvsignore	15 Jul 2008 17:30:15 -0000	1.94
@@ -27,3 +27,4 @@
 pykickstart-1.37.tar.gz
 pykickstart-1.38.tar.gz
 pykickstart-1.39.tar.gz
+pykickstart-1.40.tar.gz


Index: pykickstart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/pykickstart.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- pykickstart.spec	13 Jun 2008 15:13:57 -0000	1.101
+++ pykickstart.spec	15 Jul 2008 17:30:15 -0000	1.102
@@ -3,7 +3,7 @@
 Summary:  A python library for manipulating kickstart files
 Name: pykickstart
 Url: http://fedoraproject.org/wiki/pykickstart
-Version: 1.39
+Version: 1.40
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -15,7 +15,7 @@
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: python-devel, gettext, python-setuptools-devel
-Requires: python, python-urlgrabber, rhpl
+Requires: python, python-urlgrabber
 
 %description
 The pykickstart package is a python library for manipulating kickstart
@@ -44,6 +44,14 @@
 %{_bindir}/ksflatten
 
 %changelog
+* Tue Jul 15 2008 Chris Lumens <clumens at redhat.com> - 1.40-1
+- RHEL5_LogVolData should inherit from FC4, not FC3.
+  Also fix FC9->F9 typo. (dlehman)
+- Support creation of encrypted block devices in RHEL5. (#449830) (dlehman)
+- Use the right LogVolData objects for RHEL3 and 4 (jlaska). (clumens)
+- We no longer use rhpl for translations. (clumens)
+- All the base classes should derive from object. (clumens)
+
 * Fri Jun 13 2008 Chris Lumens <clumens at redhat.com> - 1.39-1
 - It's helpful to return the parser object. (clumens)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/devel/sources,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- sources	13 Jun 2008 15:13:57 -0000	1.102
+++ sources	15 Jul 2008 17:30:15 -0000	1.103
@@ -1 +1 @@
-a6bbb73c0ee23af1da6fc85d01604056  pykickstart-1.39.tar.gz
+40348f1916ebf42b5ea3b2de08a62e4a  pykickstart-1.40.tar.gz




More information about the fedora-extras-commits mailing list