New release: 3.16 (dcantrell)
Remove the extra space from the logvol command (vponcova) Support LUKS2 in the raid command (vponcova) Support LUKS2 in the part command (vponcova) Support LUKS2 in the logvol command (vponcova) Support LUKS2 in the autopart command (vponcova) Remove unused false positive (vponcova) Wrong hanging indentation (vponcova)
This commit is contained in:
parent
db8b99fe25
commit
438107af27
@ -10,8 +10,8 @@
|
||||
%bcond_with runtests
|
||||
|
||||
Name: pykickstart
|
||||
Version: 3.15
|
||||
Release: 2%{?dist}
|
||||
Version: 3.16
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2 and MIT
|
||||
Group: System Environment/Libraries
|
||||
Summary: Python utilities for manipulating kickstart files.
|
||||
@ -139,6 +139,16 @@ make PYTHON=%{__python3} test
|
||||
%{python3_sitelib}/pykickstart*.egg-info
|
||||
|
||||
%changelog
|
||||
* Thu Aug 09 2018 David Cantrell <dcantrell@redhat.com> - 3.16-1
|
||||
- New release: 3.16 (dcantrell)
|
||||
- Remove the extra space from the logvol command (vponcova)
|
||||
- Support LUKS2 in the raid command (vponcova)
|
||||
- Support LUKS2 in the part command (vponcova)
|
||||
- Support LUKS2 in the logvol command (vponcova)
|
||||
- Support LUKS2 in the autopart command (vponcova)
|
||||
- Remove unused false positive (vponcova)
|
||||
- Wrong hanging indentation (vponcova)
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.15-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user