From 8c9369dd1de545569df40af927e082dbdac38b9b Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Nov 03 2015 17:01:39 +0000 Subject: - We don't actually need to BuildRequires python-pocketlint. (clumens) - docs/kickstart-docs.rst: iscrypted has no argument (sol) --- diff --git a/.gitignore b/.gitignore index 51965ba..2f148a0 100644 --- a/.gitignore +++ b/.gitignore @@ -156,3 +156,4 @@ pykickstart-1.78.tar.gz /pykickstart-2.16.tar.gz /pykickstart-2.17.tar.gz /pykickstart-2.18.tar.gz +/pykickstart-2.19.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index c9c263c..d730507 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,5 +1,5 @@ Name: pykickstart -Version: 2.18 +Version: 2.19 Release: 1%{?dist} License: GPLv2 and MIT Group: System Environment/Libraries @@ -23,7 +23,6 @@ BuildRequires: transifex-client BuildRequires: python3-devel BuildRequires: python3-nose -BuildRequires: python3-pocketlint BuildRequires: python3-requests BuildRequires: python3-setuptools BuildRequires: python3-six @@ -115,6 +114,10 @@ popd %{python3_sitelib}/pykickstart/locale/ %changelog +* Tue Nov 03 2015 Chris Lumens - 2.19-1 +- We don't actually need to BuildRequires python-pocketlint. (clumens) +- docs/kickstart-docs.rst: iscrypted has no argument (sol) + * Thu Oct 22 2015 Chris Lumens - 2.18-1 - More tests for driverdisk, iscsi, ostreesetup, partition, raid and repo commands (atodorov) - Add more unit tests (atodorov) diff --git a/sources b/sources index 4233921..4166032 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -04f3fef5c7afead4588d8873c7913228 pykickstart-2.18.tar.gz +df992e8e855e53582e0783f7c77f94bf pykickstart-2.19.tar.gz