!5 update version to 3.30
From: @zou_lin77 Reviewed-by: @xiezhipeng1 Signed-off-by: @xiezhipeng1
This commit is contained in:
commit
02cf905ce1
Binary file not shown.
@ -1,11 +0,0 @@
|
|||||||
-----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-----
|
|
||||||
BIN
pykickstart-3.30.tar.gz
Normal file
BIN
pykickstart-3.30.tar.gz
Normal file
Binary file not shown.
11
pykickstart-3.30.tar.gz.asc
Normal file
11
pykickstart-3.30.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEtMa0UeT6i0IyyhkeEX6MFo7+On8FAl9zuYcACgkQEX6MFo7+
|
||||||
|
On9yqQf9FpuGLR3WTKIIb3LHEZSLUr5YzPKQ5cVzSFDnaBh2YZQbjvjAxZwpeOMl
|
||||||
|
IEARehR+oavRIGfceFlOttqRROvJt0XDGAJhp+UvcTdRbstwR1enVMg4IEsf5wd7
|
||||||
|
5QMqJDGjabquZRdMXhC6YHa7VJp9O/cTnBe6yp5nvIn5X/7HlXyB6siwHXChpR02
|
||||||
|
35uB+CsuIthTQQm/MgERwWIZAvyPTURu4sVSri1bxP0o+4V4LsIOCKSbHREqwHKH
|
||||||
|
ErwvT6IVD/zhL53G/4tnyOSYNi0mjil8hADiYWkuZmZnlAWYnAagRa7b6wIsdxtD
|
||||||
|
jgY8P6wQhSIa/XV49xiayxajpQ2Uig==
|
||||||
|
=y3r6
|
||||||
|
-----END PGP SIGNATURE-----
|
||||||
@ -1,18 +1,18 @@
|
|||||||
%bcond_with runtests
|
%bcond_with runtests
|
||||||
|
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Version: 3.27
|
Version: 3.30
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Python utilities for manipulating kickstart files.
|
Summary: Python utilities for manipulating kickstart files.
|
||||||
License: GPLv2 and MIT
|
License: GPLv2 and MIT
|
||||||
Url: http://fedoraproject.org/wiki/pykickstart
|
Url: http://fedoraproject.org/wiki/pykickstart
|
||||||
Source0: https://github.com/pykickstart/pykickstart/releases/download/r3.27/%{name}-%{version}.tar.gz
|
Source0: https://github.com/pykickstart/pykickstart/releases/download/r3.30/%{name}-%{version}.tar.gz
|
||||||
Source1: https://github.com/pykickstart/pykickstart/releases/download/r3.27/%{name}-%{version}.tar.gz.asc
|
Source1: https://github.com/pykickstart/pykickstart/releases/download/r3.30/%{name}-%{version}.tar.gz.asc
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: gettext python3-coverage python3-devel python3-nose
|
BuildRequires: gettext python3-coverage python3-devel python3-nose
|
||||||
BuildRequires: python3-ordered-set python3-requests python3-setuptools
|
BuildRequires: python3-requests python3-setuptools
|
||||||
BuildRequires: python3-six python3-sphinx git
|
BuildRequires: python3-six python3-sphinx git
|
||||||
|
|
||||||
Requires: python3-kickstart = %{version}-%{release}
|
Requires: python3-kickstart = %{version}-%{release}
|
||||||
@ -28,7 +28,7 @@ The %{name}-help package conatins man manual
|
|||||||
|
|
||||||
%package -n python3-kickstart
|
%package -n python3-kickstart
|
||||||
Summary: Python 3 library for manipulating kickstart files.
|
Summary: Python 3 library for manipulating kickstart files.
|
||||||
Requires: python3-six python3-requests python3-ordered-set
|
Requires: python3-six python3-requests
|
||||||
|
|
||||||
%description -n python3-kickstart
|
%description -n python3-kickstart
|
||||||
Python 3 library for manipulating kickstart files. The binaries are found in
|
Python 3 library for manipulating kickstart files. The binaries are found in
|
||||||
@ -79,6 +79,9 @@ make PYTHON=%{__python3} test
|
|||||||
%doc docs/kickstart-docs.txt
|
%doc docs/kickstart-docs.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 26 2021 zoulin <zoulin13@huawei.com> - 3.30-1
|
||||||
|
- update version to 3.30
|
||||||
|
|
||||||
* Fri Jul 24 2020 wangchen<wangchen137@huawei.com> - 3.27-1
|
* Fri Jul 24 2020 wangchen<wangchen137@huawei.com> - 3.27-1
|
||||||
- update version to 3.27
|
- update version to 3.27
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user