From 5e17990289516a5993e6862ffedd86bd008da316 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Fri, 10 Sep 2010 14:25:08 -0400 Subject: [PATCH] New version. --- .gitignore | 1 + pykickstart.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index fa7cd91..ffb0448 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,4 @@ pykickstart-1.74.tar.gz pykickstart-1.75.tar.gz pykickstart-1.76.tar.gz pykickstart-1.77.tar.gz +pykickstart-1.78.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 6a38600..5f5c3c6 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,8 +3,8 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.77 -Release: 2%{?dist} +Version: 1.78 +Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -45,8 +45,10 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog -* Wed Jul 21 2010 David Malcolm - 1.77-2 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild +* Fri Sep 10 2010 Chris Lumens - 1.78-1 +- Raise KickstartError instead of IOError (#618002). (clumens) +- It's --biospart, not --biosdisk (#620855). (clumens) +- Translation updates. * Tue Jul 20 2010 Chris Lumens - 1.77-1 - Send the key command down the memory hole. (clumens) diff --git a/sources b/sources index 9ba7f7c..4173353 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d798cd1712d41a026c814623f28d40d pykickstart-1.77.tar.gz +82b524d54029b2e17cc1aa1973583d8a pykickstart-1.78.tar.gz