[pykickstart] New version.

Christopher Edward Lumens clumens at fedoraproject.org
Fri Sep 10 18:19:03 UTC 2010


commit 5e17990289516a5993e6862ffedd86bd008da316
Author: Chris Lumens <clumens at redhat.com>
Date:   Fri Sep 10 14:25:08 2010 -0400

    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 <dmalcolm at redhat.com> - 1.77-2
-- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+* Fri Sep 10 2010 Chris Lumens <clumens at redhat.com> - 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 <clumens at redhat.com> - 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


More information about the scm-commits mailing list