- Add --chunksize option to raid command. (vtrefny)

- Add Fedora 25 support. (vtrefny)
- Remove deprecated commands from the documentation. (clumens)
- Mark the device, dmraid, and multipath commands as deprecated. (clumens)
- Fix processing of the #platform= comment. (clumens)
- fix formating (Frodox)
- Change network example to working one (Frodox)
- Add DNF system-upgrade near FedUp references (github)
- Add a syntax highlighting file for vim. (clumens)
- Move tests/parser/* into the tests/ directory. (clumens)
- Use importlib to import modules. (dshea)
- Update kickstart documentation for ntp (jkonecny)
- It's self.sshkey, not self.key. (clumens)
- Remove orderedset.py (dshea)
This commit is contained in:
Chris Lumens 2016-03-28 14:48:15 -04:00
parent 46f41d7a6d
commit 6502c263ad
3 changed files with 22 additions and 2 deletions

1
.gitignore vendored
View File

@ -163,3 +163,4 @@ pykickstart-1.78.tar.gz
/pykickstart-2.23.tar.gz
/pykickstart-2.24.tar.gz
/pykickstart-2.25.tar.gz
/pykickstart-2.26.tar.gz

View File

@ -1,5 +1,5 @@
Name: pykickstart
Version: 2.25
Version: 2.26
Release: 1%{?dist}
License: GPLv2 and MIT
Group: System Environment/Libraries
@ -39,6 +39,7 @@ respectively.
Summary: Python 2 library for manipulating kickstart files.
Requires: python-six
Requires: python-requests
Requires: python-ordered-set
%description -n python-kickstart
Python 2 library for manipulating kickstart files. The binaries are found in
@ -49,6 +50,7 @@ the pykickstart package.
Summary: Python 3 library for manipulating kickstart files.
Requires: python3-six
Requires: python3-requests
Requires: python3-ordered-set
%description -n python3-kickstart
Python 3 library for manipulating kickstart files. The binaries are found in
@ -87,6 +89,7 @@ popd
%defattr(-,root,root,-)
%license COPYING
%doc README
%doc data/kickstart.vim
%{_bindir}/ksvalidator
%{_bindir}/ksflatten
%{_bindir}/ksverdiff
@ -116,6 +119,22 @@ popd
%{python3_sitelib}/pykickstart/locale/
%changelog
* Mon Mar 28 2016 Chris Lumens <clumens@redhat.com> - 2.26-1
- Add --chunksize option to raid command. (vtrefny)
- Add Fedora 25 support. (vtrefny)
- Remove deprecated commands from the documentation. (clumens)
- Mark the device, dmraid, and multipath commands as deprecated. (clumens)
- Fix processing of the #platform= comment. (clumens)
- fix formating (Frodox)
- Change network example to working one (Frodox)
- Add DNF system-upgrade near FedUp references (github)
- Add a syntax highlighting file for vim. (clumens)
- Move tests/parser/* into the tests/ directory. (clumens)
- Use importlib to import modules. (dshea)
- Update kickstart documentation for ntp (jkonecny)
- It's self.sshkey, not self.key. (clumens)
- Remove orderedset.py (dshea)
* Fri Feb 05 2016 Chris Lumens <clumens@redhat.com> - 2.25-1
- Use the correct branch in zanata. (clumens)
- Improved method.py test coverage (jikortus)

View File

@ -1 +1 @@
8967782d978753ef03334b2918c79b05 pykickstart-2.25.tar.gz
f50355553e6763c1beeaaad3b9d9c316 pykickstart-2.26.tar.gz