From 37ea880c79e5f3d8970c078308412371dc1e5fdd Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Mon, 4 Jun 2007 18:36:57 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + pykickstart.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index ff81bee..4140779 100644 --- a/.cvsignore +++ b/.cvsignore @@ -17,3 +17,4 @@ pykickstart-0.99.tar.gz pykickstart-0.100.tar.gz pykickstart-1.0.tar.gz pykickstart-1.1.tar.gz +pykickstart-1.2.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 43fc92a..f99ea81 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,7 +3,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.1 +Version: 1.2 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -38,6 +38,13 @@ rm -rf %{buildroot} %{_bindir}/ksvalidator %changelog +* Mon Jun 04 2007 Chris Lumens - 1.2-1 +- Fix harddrive install method error checking (#232492). +- Set authentication information from the input line to preserve quoting + (#241657). +- Allow included files to be given by URL. +- Fix typo in user --iscrypted option. + * Mon May 14 2007 Chris Lumens - 1.1-1 - Better regexes for splitting version strings into family and version. - Add basic support for RHEL3. diff --git a/sources b/sources index 78d8dcf..dc9088f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -994c467a3d33c47fd2d514c10344fa7e pykickstart-1.1.tar.gz +ac18b66f9dc6895608d9268d0e896a6c pykickstart-1.2.tar.gz