Add a Makefile target for uploading to pypi (#162). (clumens)
Add tests for method command (vponcova) Rewrite the method command. (vponcova) More documentation for bypassing the bootloader (#159) (amtlib-dot-dll) Output any sections registered with NullSection (#154). (clumens) Add new installclass command. (vponcova)
This commit is contained in:
parent
022d7003d0
commit
cb0dbe130f
1
.gitignore
vendored
1
.gitignore
vendored
@ -173,3 +173,4 @@ pykickstart-1.78.tar.gz
|
||||
/pykickstart-2.33.tar.gz
|
||||
/pykickstart-2.34.tar.gz
|
||||
/pykickstart-2.35.tar.gz
|
||||
/pykickstart-2.36.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: pykickstart
|
||||
Version: 2.35
|
||||
Version: 2.36
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Group: System Environment/Libraries
|
||||
@ -121,6 +121,14 @@ popd
|
||||
%{python3_sitelib}/pykickstart/locale/
|
||||
|
||||
%changelog
|
||||
* Mon Jul 24 2017 Chris Lumens <clumens@redhat.com> - 2.36-1
|
||||
- Add a Makefile target for uploading to pypi (#162). (clumens)
|
||||
- Add tests for method command (vponcova)
|
||||
- Rewrite the method command. (vponcova)
|
||||
- More documentation for bypassing the bootloader (#159) (amtlib-dot-dll)
|
||||
- Output any sections registered with NullSection (#154). (clumens)
|
||||
- Add new installclass command. (vponcova)
|
||||
|
||||
* Wed Jun 14 2017 Chris Lumens <clumens@redhat.com> - 2.35-1
|
||||
- Fix an ambiguous string in a snapshot command test. (clumens)
|
||||
- Snapshot command is also for Fedora 26 (jkonecny)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pykickstart-2.35.tar.gz) = 5c90e199776693e118b2445fc19bdd6262a0d555116baeccb99c2fcad9660753834fb7a65d4ac780dc3415e67d3b309a3573a3b6dbd0a5b43828ddab08c65cf9
|
||||
SHA512 (pykickstart-2.36.tar.gz) = a30f236e7ce9bf1e77b2bb0e23a7918876ade36b26a2423595fdafd90faae089d0a7fa805a1b5414f742c903706d7c4a440152ba30da3834be76af5577b5e2b7
|
||||
|
Loading…
Reference in New Issue
Block a user