- Add support for the realm command (mkolman)

- Add liveimg install method (bcl)
This commit is contained in:
Chris Lumens 2013-05-09 17:47:53 -04:00
parent 2af6add78d
commit b78cc96347
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -101,3 +101,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.27.tar.gz /pykickstart-1.99.27.tar.gz
/pykickstart-1.99.28.tar.gz /pykickstart-1.99.28.tar.gz
/pykickstart-1.99.29.tar.gz /pykickstart-1.99.29.tar.gz
/pykickstart-1.99.30.tar.gz

View File

@ -3,7 +3,7 @@
Summary: A python library for manipulating kickstart files Summary: A python library for manipulating kickstart files
Name: pykickstart Name: pykickstart
Url: http://fedoraproject.org/wiki/pykickstart Url: http://fedoraproject.org/wiki/pykickstart
Version: 1.99.29 Version: 1.99.30
Release: 1%{?dist} Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to # This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from # our distribution. Thus the source is only available from
@ -46,6 +46,10 @@ rm -rf %{buildroot}
%{_bindir}/ksverdiff %{_bindir}/ksverdiff
%changelog %changelog
* Thu May 09 2013 Chris Lumens <clumens@redhat.com> - 1.99.30-1
- Add support for the realm command (mkolman)
- Add liveimg install method (bcl)
* Thu May 09 2013 Chris Lumens <clumens@redhat.com> - 1.99.29-1 * Thu May 09 2013 Chris Lumens <clumens@redhat.com> - 1.99.29-1
- add --extlinux option (mattdm) - add --extlinux option (mattdm)

View File

@ -1 +1 @@
853c83ea63ed95a6e05bb11a90bf851b pykickstart-1.99.29.tar.gz b9c78c95c6233b69f696ce4b8ea9407e pykickstart-1.99.30.tar.gz