From 9f2eba02d7dc7926362556acf2c3c7b2094cd8eb Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Wed, 10 Mar 2010 15:41:57 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + pykickstart.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index fbd22ea..465f133 100644 --- a/.cvsignore +++ b/.cvsignore @@ -55,3 +55,4 @@ pykickstart-1.65.tar.gz pykickstart-1.66.tar.gz pykickstart-1.67.tar.gz pykickstart-1.68.tar.gz +pykickstart-1.69.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index e319d73..6183e5b 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.68 +Version: 1.69 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -45,6 +45,10 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Wed Mar 10 2010 Chris Lumens - 1.69-1 +- Add driverdisk --biospart= (#570437). (clumens) +- Fix IOError catching in ksflatten (jgregusk, #558650). + * Thu Jan 14 2010 Chris Lumens - 1.68-1 - Support removing groups that were included by a glob (#554717). (clumens) - Make sure that everything in version.versionMap has a handler. (clumens) diff --git a/sources b/sources index 5ac497d..d22db33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -49e6bed844d0dec6b2e92743ece7d5ce pykickstart-1.68.tar.gz +5574c238c68c2e78d277f1fe3020893e pykickstart-1.69.tar.gz