[pykickstart] - transifex.net is now transifex.com (bcl) - Update raid --device to be an array name specifier. (dl

clumens clumens at fedoraproject.org
Fri Jun 14 15:25:23 UTC 2013


commit 1810ef260558eda4ed15c76590af8ec50d2d06f6
Author: Chris Lumens <clumens at redhat.com>
Date:   Fri Jun 14 11:24:54 2013 -0400

    - transifex.net is now transifex.com (bcl)
    - Update raid --device to be an array name specifier. (dlehman)
    - Add more tests for the realm command (mkolman)
    - RHEL7 is now more or less based on F19, at least for kickstart. (clumens)
    - realm: Fix --no-password option (stefw)
    - Add man pages for all programs (#948440). (clumens)

 .gitignore       |    1 +
 pykickstart.spec |   11 ++++++++++-
 sources          |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fcf92dc..b22d6d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -103,3 +103,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.29.tar.gz
 /pykickstart-1.99.30.tar.gz
 /pykickstart-1.99.31.tar.gz
+/pykickstart-1.99.32.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index fcb193f..fa55bfa 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.31
+Version: 1.99.32
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -44,8 +44,17 @@ rm -rf %{buildroot}
 %{_bindir}/ksvalidator
 %{_bindir}/ksflatten
 %{_bindir}/ksverdiff
+%{_mandir}/man1/*
 
 %changelog
+* Fri Jun 14 2013 Chris Lumens <clumens at redhat.com> - 1.99.32-1
+- transifex.net is now transifex.com (bcl)
+- Update raid --device to be an array name specifier. (dlehman)
+- Add more tests for the realm command (mkolman)
+- RHEL7 is now more or less based on F19, at least for kickstart. (clumens)
+- realm: Fix --no-password option (stefw)
+- Add man pages for all programs (#948440). (clumens)
+
 * Wed May 15 2013 Chris Lumens <clumens at redhat.com> - 1.99.31-1
 - Fix F18/F19 cdrom methods (bcl)
 
diff --git a/sources b/sources
index 4b693e4..5ac3466 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-054c4c4472285f18fa47786236a3a286  pykickstart-1.99.31.tar.gz
+4f8f4e0b9ebd224bd18fa1c2efd6ac3e  pykickstart-1.99.32.tar.gz


More information about the scm-commits mailing list