[pykickstart] No argument needs to be given to rootpw if you're just locking the account. (clumens)

clumens clumens at fedoraproject.org
Thu Aug 9 14:49:03 UTC 2012


commit 5e6a09b2c092552ca552e33003a4c8dccf461267
Author: Chris Lumens <clumens at redhat.com>
Date:   Thu Aug 9 10:47:30 2012 -0400

    No argument needs to be given to rootpw if you're just locking the account. (clumens)

 .gitignore       |    1 +
 pykickstart.spec |    5 ++++-
 sources          |    3 +--
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 387c684..d0be24e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -86,3 +86,4 @@ pykickstart-1.78.tar.gz
 /pykickstart-1.99.12.tar.gz
 /pykickstart-1.99.13.tar.gz
 /pykickstart-1.99.14.tar.gz
+/pykickstart-1.99.15.tar.gz
diff --git a/pykickstart.spec b/pykickstart.spec
index f7b13de..a536095 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.14
+Version: 1.99.15
 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
+* Thu Aug 09 2012 Chris Lumens <clumens at redhat.com> - 1.99.15-1
+- No argument needs to be given to rootpw if you're just locking the account. (clumens)
+
 * Thu Jul 26 2012 Chris Lumens <clumens at redhat.com> - 1.99.14-1
 - add reboot test (bcl)
 - add correct halt command handling (bcl)
diff --git a/sources b/sources
index c9f2ada..6e02fed 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-c72d43eefc00f6a3372ba1b749b8297a  pykickstart-1.99.13.tar.gz
-034e8da1f6f0358f491e481077bd108b  pykickstart-1.99.14.tar.gz
+802d212ab613babfecf7ff44c9cf5b8c  pykickstart-1.99.15.tar.gz


More information about the scm-commits mailing list