!4 update to 3.27

Merge pull request !4 from wangchen/wangchen
This commit is contained in:
openeuler-ci-bot 2020-08-29 10:02:57 +08:00 committed by Gitee
commit 2370126bbd
4 changed files with 18 additions and 3 deletions

Binary file not shown.

BIN
pykickstart-3.27.tar.gz Normal file

Binary file not shown.

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEtMa0UeT6i0IyyhkeEX6MFo7+On8FAl8EwRcACgkQEX6MFo7+
On9eUwgAhi5ktYb4a1wtmX/D329FYG26xuqZqa0P4GAzimeRmWbUVvl1WOr59dRI
i3Y4v8NXMk086PjN6fcn2/o+nnVWGq2TV4PyStbEVB/TpvV8UQ/QMOeQ/B1DPc6h
NxwjkRmNO7+XQ+WniK8yCPRUMt6CzmuRYclvGEtj2a0Ltvy3nLewoKdlON+15zTa
goklwObsb90XuI7rp56sWPgqJQQcdpDZXqowhRLQAt8UNESdVlRSWr0YcmPk+7fi
nZ2krtxrVCnQzYmvQUjGrND+zIVXQ5UfJYSdCkYB/txFQ15M1as4nToWrcO4iyyO
ltULQeRQh4G63v5JArCCIQn8Ai2f4w==
=Wb3C
-----END PGP SIGNATURE-----

View File

@ -2,12 +2,13 @@
%global debug_package %{nil}
Name: pykickstart
Version: 3.16
Release: 2
Version: 3.27
Release: 1
Summary: Python tools for using kickstart files.
License: GPLv2 and MIT
Url: http://fedoraproject.org/wiki/pykickstart
Source0: %{name}-%{version}.tar.gz
Source0: https://github.com/pykickstart/pykickstart/releases/download/r3.27/%{name}-%{version}.tar.gz
Source1: https://github.com/pykickstart/pykickstart/releases/download/r3.27/%{name}-%{version}.tar.gz.asc
BuildRequires: gettext git
BuildRequires: python2-coverage python2-devel python2-nose python2-ordered-set python2-setuptools python2-requests
@ -96,5 +97,8 @@ make -C %{py3dir} PYTHON=%{__python3} test
%doc docs/kickstart-docs.txt
%changelog
* Wed Aug 26 2020 wangchen <wangchen137@huawei.com> - 3.27-1
- update to 3.27
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.16-2
- Package init