rpms/pykickstart/F-8 .cvsignore, 1.73, 1.74 pykickstart.spec, 1.80, 1.81 sources, 1.81, 1.82

Christopher Edward Lumens (clumens) fedora-extras-commits at redhat.com
Wed Jan 30 18:36:08 UTC 2008


Author: clumens

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/F-8/.cvsignore,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- .cvsignore	23 Oct 2007 14:51:28 -0000	1.73
+++ .cvsignore	30 Jan 2008 18:35:30 -0000	1.74
@@ -7,3 +7,12 @@
 pykickstart-1.17.tar.gz
 pykickstart-1.18.tar.gz
 pykickstart-1.19.tar.gz
+pykickstart-1.20.tar.gz
+pykickstart-1.21.tar.gz
+pykickstart-1.22.tar.gz
+pykickstart-1.23.tar.gz
+pykickstart-1.24.tar.gz
+pykickstart-1.25.tar.gz
+pykickstart-1.26.tar.gz
+pykickstart-1.27.tar.gz
+pykickstart-1.28.tar.gz


Index: pykickstart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/F-8/pykickstart.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- pykickstart.spec	23 Oct 2007 14:51:28 -0000	1.80
+++ pykickstart.spec	30 Jan 2008 18:35:30 -0000	1.81
@@ -3,7 +3,7 @@
 Summary:  A python library for manipulating kickstart files
 Name: pykickstart
 Url: http://fedoraproject.org/wiki/pykickstart
-Version: 1.19
+Version: 1.28
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -14,7 +14,7 @@
 Group: System Environment/Libraries
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: python-devel, gettext
+BuildRequires: python-devel, gettext, python-setuptools-devel
 Requires: python, python-urlgrabber, rhpl
 
 %description
@@ -39,11 +39,57 @@
 %defattr(-,root,root,-)
 %doc README ChangeLog COPYING docs/programmers-guide
 %doc docs/kickstart-docs.txt
-%{python_sitelib}/pykickstart
+%{python_sitelib}/*
 %{_bindir}/ksvalidator
 %{_bindir}/ksflatten
 
 %changelog
+* Wed Jan 23 2008 Chris Lumens <clumens at redhat.com> - 1.28-1
+- Fix traceback on volgroup command. (clumens)
+
+* Thu Jan 17 2008 Chris Lumens <clumens at redhat.com> - 1.27-1
+- The bootprotoList needs to be defined before it's used. (clumens)
+
+* Thu Jan 17 2008 Chris Lumens <clumens at redhat.com> - 1.26-1
+- Add support for network --bootproto=ask. (clumens)
+
+* Tue Jan 15 2008 Chris Lumens <clumens at redhat.com> - 1.25-1
+- Add the version to the output ks file. (clumens)
+- Add syntax for encrypted partitions and raid devices. (clumens)
+
+* Thu Jan 10 2008 Chris Lumens <clumens at redhat.com> - 1.24-1
+- Make inheritance and overriding of %packages work (#427768). (clumens)
+- Add an option for which languages should be installed. (katzj)
+- Use the right name for the iscsi --target variable (#418781). (clumens)
+
+* Mon Dec 10 2007 Chris Lumens <clumens at redhat.com> - 1.23-1
+- Take Makefile improvements from anaconda.
+- Fix a traceback on F9 zerombr command (#395431).
+- Update to handle new Python eggs packaging.
+
+* Tue Nov 20 2007 Chris Lumens <clumens at redhat.com> 1.22-1
+- Don't process or write out vnc --enabled (jlaska AT redhat DOT com).
+- Fix a traceback in the clearpart command.
+
+* Tue Nov 06 2007 Chris Lumens <clumens at redhat.com> 1.21-1
+- Save script line numbers for debugging.
+- More internal cleanups.
+
+* Wed Oct 31 2007 Chris Lumens <clumens at redhat.com> 1.20-1
+- Pull wiki docs from the new location.
+- Fix error messages for options that have been removed after having been
+  previously deprecated.
+- zerombr no longer takes any arguments.
+- %packages --ignoredeps --resolvedeps have been removed.
+- firewall --high --medium have been removed.
+- vnc --connect has been removed.
+- xconfig options from monitor have now been removed.
+- --bytes-per-inode has been marked as deprecated.
+- Fix typos.
+- Add --fsprofile option to disk commands (pjones).
+- Add F9 support (pjones).
+- Lots of internal fixes (clumens, pjones).
+
 * Tue Oct 23 2007 Chris Lumens <clumens at redhat.com> 1.19-1
 - Fix a traceback on the cdrom method.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pykickstart/F-8/sources,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- sources	23 Oct 2007 14:51:28 -0000	1.81
+++ sources	30 Jan 2008 18:35:30 -0000	1.82
@@ -1 +1 @@
-b7581abdf390858310ae7ed09a34a02d  pykickstart-1.19.tar.gz
+9acaab2466625dfafd01fd29042a1370  pykickstart-1.28.tar.gz




More information about the fedora-extras-commits mailing list