From 438107af27d62fe8b2bbf63e1230fefd722aa5f2 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Aug 09 2018 18:52:59 +0000 Subject: 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) --- diff --git a/pykickstart.spec b/pykickstart.spec index 5ef08a4..fb02654 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -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 - 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 - 3.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild