[pykickstart/f19] Fix F18/F19 cdrom methods (bcl)

clumens clumens at fedoraproject.org
Wed May 15 18:32:09 UTC 2013


commit fee3bc6e6d0f2e8804b098ac5996453ccdd65b06
Author: Chris Lumens <clumens at redhat.com>
Date:   Wed May 15 14:24:29 2013 -0400

    Fix F18/F19 cdrom methods (bcl)

 .gitignore       |    1 +
 pykickstart.spec |    5 ++++-
 sources          |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e0dc965..fcf92dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -102,3 +102,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.28.tar.gz
 /pykickstart-1.99.29.tar.gz
 /pykickstart-1.99.30.tar.gz
+/pykickstart-1.99.31.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index 71e42ae..fcb193f 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.99.30
+Version: 1.99.31
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -46,6 +46,9 @@ rm -rf %{buildroot}
 %{_bindir}/ksverdiff
 
 %changelog
+* Wed May 15 2013 Chris Lumens <clumens at redhat.com> - 1.99.31-1
+- Fix F18/F19 cdrom methods (bcl)
+
 * Thu May 09 2013 Chris Lumens <clumens at redhat.com> - 1.99.30-1
 - Add support for the realm command (mkolman)
 - Add liveimg install method (bcl)
diff --git a/sources b/sources
index 847bcb9..4b693e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9c78c95c6233b69f696ce4b8ea9407e  pykickstart-1.99.30.tar.gz
+054c4c4472285f18fa47786236a3a286  pykickstart-1.99.31.tar.gz


More information about the scm-commits mailing list