- We don't actually need to BuildRequires python-pocketlint. (clumens)

- docs/kickstart-docs.rst: iscrypted has no argument (sol)
This commit is contained in:
Chris Lumens 2015-11-03 12:01:39 -05:00
parent 669d847057
commit 8c9369dd1d
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <clumens@redhat.com> - 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 <clumens@redhat.com> - 2.18-1
- More tests for driverdisk, iscsi, ostreesetup, partition, raid and repo commands (atodorov)
- Add more unit tests (atodorov)

View File

@ -1 +1 @@
04f3fef5c7afead4588d8873c7913228 pykickstart-2.18.tar.gz
df992e8e855e53582e0783f7c77f94bf pykickstart-2.19.tar.gz