[pykickstart/f20] Use F20_Raid for RHEL7. (#997146) (dlehman)

clumens clumens at fedoraproject.org
Wed Oct 16 17:29:51 UTC 2013


commit e410879d74a0e9f077c07fc9a079ff417997fee3
Author: Chris Lumens <clumens at redhat.com>
Date:   Wed Oct 16 13:18:47 2013 -0400

    Use F20_Raid for RHEL7. (#997146) (dlehman)

 .gitignore       |    1 +
 pykickstart.spec |    5 ++++-
 sources          |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d005fa..5769b2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -114,3 +114,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.40.tar.gz
 /pykickstart-1.99.41.tar.gz
 /pykickstart-1.99.42.tar.gz
+/pykickstart-1.99.43.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index 86af7e9..4b15578 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.42
+Version: 1.99.43
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -50,6 +50,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Wed Oct 16 2013 Chris Lumens <clumens at redhat.com> - 1.99.43-1
+- Use F20_Raid for RHEL7. (#997146) (dlehman)
+
 * Tue Oct 08 2013 Chris Lumens <clumens at redhat.com> - 1.99.42-1
 - Remove a triple-X message that is no longer needed (mkolman)
 - Add --remove-service option for the firewall command (#1016008) (mkolman)
diff --git a/sources b/sources
index 5500a9f..655d31a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8fe7b81c0441e60f19a139301a450339  pykickstart-1.99.42.tar.gz
+95dff1342d79b5c64933f4e30486d051  pykickstart-1.99.43.tar.gz


More information about the scm-commits mailing list