From 4cea76d8e8d5e81566cd1dde9663188453f8ccf6 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Jun 07 2007 18:07:36 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index ff81bee..e39550a 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.1.1.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 43fc92a..aa3ef2a 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.1.1 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -38,6 +38,12 @@ rm -rf %{buildroot} %{_bindir}/ksvalidator %changelog +* Thu Jun 07 2007 Chris Lumens - 1.1.1-1 +- Fix harddrive install method error checking (#242492). +- Set authentication information from the input line to preserve quoting + (#241657). +- 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..849fb8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -994c467a3d33c47fd2d514c10344fa7e pykickstart-1.1.tar.gz +3b6922b6cee85dd615ce4ce256538d05 pykickstart-1.1.1.tar.gz