From b78cc96347a80bcdd848a36e441b35e882dd66a5 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 9 May 2013 17:47:53 -0400 Subject: [PATCH] - Add support for the realm command (mkolman) - Add liveimg install method (bcl) --- .gitignore | 1 + pykickstart.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d37cd47..e0dc965 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,4 @@ pykickstart-1.78.tar.gz /pykickstart-1.99.27.tar.gz /pykickstart-1.99.28.tar.gz /pykickstart-1.99.29.tar.gz +/pykickstart-1.99.30.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index a6a1737..71e42ae 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.29 +Version: 1.99.30 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,10 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Thu May 09 2013 Chris Lumens - 1.99.30-1 +- Add support for the realm command (mkolman) +- Add liveimg install method (bcl) + * Thu May 09 2013 Chris Lumens - 1.99.29-1 - add --extlinux option (mattdm) diff --git a/sources b/sources index 6c59287..847bcb9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -853c83ea63ed95a6e05bb11a90bf851b pykickstart-1.99.29.tar.gz +b9c78c95c6233b69f696ce4b8ea9407e pykickstart-1.99.30.tar.gz