From 5b695bb997d627fbc8bab5c188a788fe196c6c6f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 16:26:05 -0400 Subject: [PATCH] import pykickstart-3.16.4-1.el8_0 --- .gitignore | 2 +- .pykickstart.metadata | 2 +- SPECS/pykickstart.spec | 12 ++++++++++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 726aaa2..f3f0c8e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/pykickstart-3.16.3.tar.gz +SOURCES/pykickstart-3.16.4.tar.gz diff --git a/.pykickstart.metadata b/.pykickstart.metadata index 1251003..0182046 100644 --- a/.pykickstart.metadata +++ b/.pykickstart.metadata @@ -1 +1 @@ -ca1dd6c0e34e799bbd61bf8735f8adf0ac0186a1 SOURCES/pykickstart-3.16.3.tar.gz +501914876e2750f641d6c22ede1c45429bf42fab SOURCES/pykickstart-3.16.4.tar.gz diff --git a/SPECS/pykickstart.spec b/SPECS/pykickstart.spec index 79e1164..5325e9a 100644 --- a/SPECS/pykickstart.spec +++ b/SPECS/pykickstart.spec @@ -1,6 +1,6 @@ Name: pykickstart -Version: 3.16.3 -Release: 2%{?dist} +Version: 3.16.4 +Release: 1%{?dist} License: GPLv2 and MIT Group: System Environment/Libraries Summary: Python utilities for manipulating kickstart files. @@ -70,6 +70,14 @@ make DESTDIR=%{buildroot} PYTHON=%{_bindir}/python3 install %{python3_sitelib}/pykickstart/handlers/ %changelog +* Wed Apr 03 2019 David Cantrell - 3.16.4-1 +- Upgrade to pykickstart-3.16.4 + Resolves: rhbz#1693802 + +* Tue Apr 02 2019 David Cantrell - 3.16.3-3.1 +- Add options to allow specifying RHEL subscription certificates + Resolves: rhbz#1693802 + * Thu Jan 03 2019 David Cantrell - 3.16.3-2 - Add missing ko and zh_TW translations Resolves: rhbz#1608336