- We don't actually need to BuildRequires python-pocketlint. (clumens)
- docs/kickstart-docs.rst: iscrypted has no argument (sol)
This commit is contained in:
parent
669d847057
commit
8c9369dd1d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user