[pykickstart] - Add support for "raid --label=" (#670643). (clumens) - --baseurl/--mirrorlist are no longer requir

Christopher Edward Lumens clumens at fedoraproject.org
Wed Jan 19 21:52:42 UTC 2011


commit 525ff3f4b65cad82a70c20b3142e760c78c6f9fc
Author: Chris Lumens <clumens at redhat.com>
Date:   Wed Jan 19 16:52:30 2011 -0500

    - Add support for "raid --label=" (#670643). (clumens)
    - --baseurl/--mirrorlist are no longer required for the repo command. (clumens)
    - Make use of the "interactive" command an error. (clumens)

 .gitignore       |    1 +
 pykickstart.spec |    7 ++++++-
 sources          |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index df707f7..fdf511e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,3 +68,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.78.tar.gz
 /pykickstart-1.79.tar.gz
 /pykickstart-1.80.tar.gz
+/pykickstart-1.81.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index 4fb6f3b..d2dec66 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.80
+Version: 1.81
 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,11 @@ rm -rf %{buildroot}
 %{_bindir}/ksverdiff
 
 %changelog
+* Wed Jan 19 2011 Chris Lumens <clumens at redhat.com> - 1.81-1
+- Add support for "raid --label=" (#670643). (clumens)
+- --baseurl/--mirrorlist are no longer required for the repo command. (clumens)
+- Make use of the "interactive" command an error. (clumens)
+
 * Fri Dec 10 2010 Chris Lumens <clumens at redhat.com> - 1.80-1
 - Remove preceededInclude= support (#639372). (clumens)
 - support noverifyssl on the rhel6-branch (method, repo) (#660340). (akozumpl)
diff --git a/sources b/sources
index f60a879..f229652 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df80e180c2d986003b72133652a559b0  pykickstart-1.80.tar.gz
+d0cdda7f6e8682a804a3b37792651717  pykickstart-1.81.tar.gz


More information about the scm-commits mailing list