Increment version to 3.14 (dcantrell)
Commit the new version in make bumpver. (dcantrell) Adjust the make release target. (dcantrell) Fix path problem in the pypi target. (dcantrell) Adjust zanata check in po-pull Makefile target. (dcantrell) Document that lilo and lilocheck are deprecated (vponcova) Document that the command mouse is deprecated (vponcova) The deprecated command upgrade is removed (vponcova) The partition option --active is deprecated (vponcova) The ignoredisk option --interactive is deprecated (vponcova) The bootloader option --upgrade is deprecated (vponcova) The command install is deprecated (vponcova) The command deviceprobe is deprecated (vponcova) Add Fedora 29 support (vponcova) Change the timeout for nosetests (vponcova) Fix deprecated commands with data (vponcova)
This commit is contained in:
parent
1785e066a2
commit
479effc7fb
1
.gitignore
vendored
1
.gitignore
vendored
@ -185,3 +185,4 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-3.11.tar.gz
|
||||
/pykickstart-3.12.tar.gz
|
||||
/pykickstart-3.13.tar.gz
|
||||
/pykickstart-3.14.tar.gz
|
||||
|
@ -10,7 +10,7 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.13
|
||||
Version: 3.14
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Group: System Environment/Libraries
|
||||
@ -142,6 +142,24 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Mon May 14 2018 David Cantrell <dcantrell@redhat.com> - 3.14-1
|
||||
- Increment version to 3.14 (dcantrell)
|
||||
- Commit the new version in make bumpver. (dcantrell)
|
||||
- Adjust the make release target. (dcantrell)
|
||||
- Fix path problem in the pypi target. (dcantrell)
|
||||
- Adjust zanata check in po-pull Makefile target. (dcantrell)
|
||||
- Document that lilo and lilocheck are deprecated (vponcova)
|
||||
- Document that the command mouse is deprecated (vponcova)
|
||||
- The deprecated command upgrade is removed (vponcova)
|
||||
- The partition option --active is deprecated (vponcova)
|
||||
- The ignoredisk option --interactive is deprecated (vponcova)
|
||||
- The bootloader option --upgrade is deprecated (vponcova)
|
||||
- The command install is deprecated (vponcova)
|
||||
- The command deviceprobe is deprecated (vponcova)
|
||||
- Add Fedora 29 support (vponcova)
|
||||
- Change the timeout for nosetests (vponcova)
|
||||
- Fix deprecated commands with data (vponcova)
|
||||
|
||||
* Thu May 10 2018 David Cantrell <dcantrell@redhat.com> - 3.13-1
|
||||
- Prepare for 3.13 release. (dcantrell)
|
||||
- Adjust the make release target. (dcantrell)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pykickstart-3.13.tar.gz) = ff6dc4002a74e9fceb1101535d8e4f48c4f0bff77ec4933f7d5500cdce7f507d3958bcc34227da5b3670e7bf8a579ca4c762ac3797a5beab4dfbcb235451ea21
|
||||
SHA512 (pykickstart-3.14.tar.gz) = a83390350059bfc6ab98274eddd425c2df6fc70d70252c1df1cf6f959ef1602cd4f373aa196017c79f4100d93d89436cc5ed885c668efa4a294caccec27bd9c2
|
||||
|
Loading…
Reference in New Issue
Block a user