|
|
Author: clumens
Update of /cvs/dist/rpms/pykickstart/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2269
Modified Files:
.cvsignore pykickstart.spec sources
Log Message:
Bump version.
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/pykickstart/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore 9 Feb 2006 20:57:34 -0000 1.19
+++ .cvsignore 13 Feb 2006 16:25:41 -0000 1.20
@@ -8,3 +8,4 @@
pykickstart-0.16.tar.gz
pykickstart-0.17.tar.gz
pykickstart-0.18.tar.gz
+pykickstart-0.19.tar.gz
Index: pykickstart.spec
===================================================================
RCS file: /cvs/dist/rpms/pykickstart/devel/pykickstart.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- pykickstart.spec 9 Feb 2006 20:57:34 -0000 1.19
+++ pykickstart.spec 13 Feb 2006 16:25:41 -0000 1.20
@@ -2,7 +2,7 @@
Summary: A python library for manipulating kickstart files
Name: pykickstart
-Version: 0.18
+Version: 0.19
Release: 1
Source0: %{name}-%{version}.tar.gz
License: GPL
@@ -36,6 +36,10 @@
/usr/bin/ksvalidator
%changelog
+* Mon Feb 13 2006 Chris Lumens <clumens@xxxxxxxxxx> 0.19-1
+- --onboot requires a value (#180987).
+- Be more strict about commands that don't take arguments.
+
* Thu Feb 09 2006 Chris Lumens <clumens@xxxxxxxxxx> 0.18-1
- Fix some errors pychecker caught.
- Allow exceptions to not be fatal so ksvalidator can spot more errors in
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/pykickstart/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources 9 Feb 2006 20:57:34 -0000 1.20
+++ sources 13 Feb 2006 16:25:41 -0000 1.21
@@ -1 +1 @@
-d48a4e95ee669f01fa8c57cb3c3d9f1c pykickstart-0.18.tar.gz
+3cfdfcf3541b645faa279d06a6e7fbfa pykickstart-0.19.tar.gz
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|