- 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:
parent
46f41d7a6d
commit
6502c263ad
1
.gitignore
vendored
1
.gitignore
vendored
@ -163,3 +163,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-2.23.tar.gz
|
/pykickstart-2.23.tar.gz
|
||||||
/pykickstart-2.24.tar.gz
|
/pykickstart-2.24.tar.gz
|
||||||
/pykickstart-2.25.tar.gz
|
/pykickstart-2.25.tar.gz
|
||||||
|
/pykickstart-2.26.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 2.25
|
Version: 2.26
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 and MIT
|
License: GPLv2 and MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -39,6 +39,7 @@ respectively.
|
|||||||
Summary: Python 2 library for manipulating kickstart files.
|
Summary: Python 2 library for manipulating kickstart files.
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
|
Requires: python-ordered-set
|
||||||
|
|
||||||
%description -n python-kickstart
|
%description -n python-kickstart
|
||||||
Python 2 library for manipulating kickstart files. The binaries are found in
|
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.
|
Summary: Python 3 library for manipulating kickstart files.
|
||||||
Requires: python3-six
|
Requires: python3-six
|
||||||
Requires: python3-requests
|
Requires: python3-requests
|
||||||
|
Requires: python3-ordered-set
|
||||||
|
|
||||||
%description -n python3-kickstart
|
%description -n python3-kickstart
|
||||||
Python 3 library for manipulating kickstart files. The binaries are found in
|
Python 3 library for manipulating kickstart files. The binaries are found in
|
||||||
@ -87,6 +89,7 @@ popd
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README
|
%doc README
|
||||||
|
%doc data/kickstart.vim
|
||||||
%{_bindir}/ksvalidator
|
%{_bindir}/ksvalidator
|
||||||
%{_bindir}/ksflatten
|
%{_bindir}/ksflatten
|
||||||
%{_bindir}/ksverdiff
|
%{_bindir}/ksverdiff
|
||||||
@ -116,6 +119,22 @@ popd
|
|||||||
%{python3_sitelib}/pykickstart/locale/
|
%{python3_sitelib}/pykickstart/locale/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 05 2016 Chris Lumens <clumens@redhat.com> - 2.25-1
|
||||||
- Use the correct branch in zanata. (clumens)
|
- Use the correct branch in zanata. (clumens)
|
||||||
- Improved method.py test coverage (jikortus)
|
- Improved method.py test coverage (jikortus)
|
||||||
|
Loading…
Reference in New Issue
Block a user