From af1a6a774de7a4aeb7585a9ced0efc46dde5e52e Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 10 Apr 2013 16:06:52 -0400 Subject: [PATCH] A new user's group should default to None, not 0 (#929204). (clumens) --- .gitignore | 1 + pykickstart.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 671dd43..9432254 100644 --- a/.gitignore +++ b/.gitignore @@ -98,3 +98,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.24.tar.gz /pykickstart-1.99.25.tar.gz /pykickstart-1.99.26.tar.gz +/pykickstart-1.99.27.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 7ebe08e..b15ad8e 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.26 +Version: 1.99.27 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 Apr 10 2013 Chris Lumens - 1.99.27-1 +- A new user's group should default to None, not 0 (#929204). (clumens) + * Fri Mar 22 2013 Chris Lumens - 1.99.26-1 - parser.py: Allow shlex to strip lines (fedora.dm0) - Fix a bug in logvol duplicate reporting (#924579, mhuth). (clumens) diff --git a/sources b/sources index 65e67e8..15d0948 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eaf0f1cdd2ac689a648de23c38158f4a pykickstart-1.99.26.tar.gz +c063f323a3e8d33a1be381085000ec80 pykickstart-1.99.27.tar.gz