Compare commits

...

7 Commits
master ... f19

Author SHA1 Message Date
Chris Lumens 19455df153 - 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)
2013-06-14 11:35:24 -04:00
Chris Lumens fee3bc6e6d Fix F18/F19 cdrom methods (bcl) 2013-05-15 14:32:04 -04:00
Chris Lumens 251b1500ea - Add support for the realm command (mkolman)
- Add liveimg install method (bcl)
2013-05-09 17:47:53 -04:00
Chris Lumens ca52c631c5 add --extlinux option (mattdm) 2013-05-09 10:43:37 -04:00
Chris Lumens a71f921aaa - Add network --ipv6gateway option (#905226) (rvykydal)
- Add lang --addsupport option (#912364) (rvykydal)
2013-04-23 10:09:21 -04:00
Chris Lumens 1038e06d78 A new user's group should default to None, not 0 (#929204). (clumens) 2013-04-10 16:06:52 -04:00
Chris Lumens 511440baab - parser.py: Allow shlex to strip lines (fedora.dm0)
- Fix a bug in logvol duplicate reporting (#924579, mhuth). (clumens)
- Add gid attribute to User command and associated data structure (msivak)
- Make sure tests can run and report import errors (bcl)
- Add network --vlanid option to Fedora. (rvykydal)
2013-03-22 11:21:52 -04:00
3 changed files with 42 additions and 2 deletions

7
.gitignore vendored
View File

@ -97,3 +97,10 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.23.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
/pykickstart-1.99.28.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

View File

@ -3,7 +3,7 @@
Summary: A python library for manipulating kickstart files
Name: pykickstart
Url: http://fedoraproject.org/wiki/pykickstart
Version: 1.99.25
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,41 @@ rm -rf %{buildroot}
%{_bindir}/ksvalidator
%{_bindir}/ksflatten
%{_bindir}/ksverdiff
%{_mandir}/man1/*
%changelog
* Fri Jun 14 2013 Chris Lumens <clumens@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@redhat.com> - 1.99.31-1
- Fix F18/F19 cdrom methods (bcl)
* 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
- add --extlinux option (mattdm)
* Tue Apr 23 2013 Chris Lumens <clumens@redhat.com> - 1.99.28-1
- Add network --ipv6gateway option (#905226) (rvykydal)
- Add lang --addsupport option (#912364) (rvykydal)
* Wed Apr 10 2013 Chris Lumens <clumens@redhat.com> - 1.99.27-1
- A new user's group should default to None, not 0 (#929204). (clumens)
* Fri Mar 22 2013 Chris Lumens <clumens@redhat.com> - 1.99.26-1
- parser.py: Allow shlex to strip lines (fedora.dm0)
- Fix a bug in logvol duplicate reporting (#924579, mhuth). (clumens)
- Add gid attribute to User command and associated data structure (msivak)
- Make sure tests can run and report import errors (bcl)
- Add network --vlanid option to Fedora. (rvykydal)
* Mon Mar 04 2013 Chris Lumens <clumens@redhat.com> - 1.99.25-1
- pylint appears to have gotten pickier. (clumens)
- Fix typo in --wpakey string representation method (rvykydal)

View File

@ -1 +1 @@
7825dbd2695698b56208d7d30029ab5f pykickstart-1.99.25.tar.gz
4f8f4e0b9ebd224bd18fa1c2efd6ac3e pykickstart-1.99.32.tar.gz