From 4abe177141f2bfca874452bfcdc653db5f255554 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 7 Oct 2015 15:40:26 -0400 Subject: [PATCH] - Add Fedora 24 support. (clumens) - Update the RHEL7 version constant. (clumens) - ostree repos can only be HTTP or HTTPS. (clumens) - Allow GIDs to be specified in the user --groups list. (dshea) - docs: Add `--activate` as an explicit network option to the list (walters) --- .gitignore | 1 + pykickstart.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c1b962d..2c3d912 100644 --- a/.gitignore +++ b/.gitignore @@ -154,3 +154,4 @@ pykickstart-1.78.tar.gz /pykickstart-2.14.tar.gz /pykickstart-2.15.tar.gz /pykickstart-2.16.tar.gz +/pykickstart-2.17.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index bd6db9f..63a9a79 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,5 +1,5 @@ Name: pykickstart -Version: 2.16 +Version: 2.17 Release: 1%{?dist} License: GPLv2 and MIT Group: System Environment/Libraries @@ -115,6 +115,13 @@ popd %{python3_sitelib}/pykickstart/locale/ %changelog +* Wed Oct 07 2015 Chris Lumens - 2.17-1 +- Add Fedora 24 support. (clumens) +- Update the RHEL7 version constant. (clumens) +- ostree repos can only be HTTP or HTTPS. (clumens) +- Allow GIDs to be specified in the user --groups list. (dshea) +- docs: Add `--activate` as an explicit network option to the list (walters) + * Fri Sep 25 2015 Chris Lumens - 2.16-1 - Add reqpart to docs (pbokoc) - link to github docs instead of fedora wiki (mmckinst) diff --git a/sources b/sources index ea24fdf..15fb64c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ef1a2cf87ea4713c0037d4a6067b150 pykickstart-2.16.tar.gz +c3af23df282b2e824fadd98849504a66 pykickstart-2.17.tar.gz