!2 Fix check stage when building package
From: @sean-lau Reviewed-by: @huangtianhua Signed-off-by: @huangtianhua
This commit is contained in:
commit
dd37908890
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-confget
|
||||
Version: 2.3.4
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Parse configuration files and extract values from them
|
||||
License: BSD
|
||||
URL: https://devel.ringlet.net/textproc/confget/
|
||||
@ -25,6 +25,9 @@ BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pbr
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-ddt
|
||||
%description -n python3-confget
|
||||
confget parse configuration files The confget library parses configuration files
|
||||
(currently INI-style files and CGI QUERY_STRING environment variable) and allows
|
||||
@ -92,5 +95,8 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 26 2021 liusheng<liusheng2048@huawei.com> - 2.3.4-2
|
||||
- Fix check stage when building package
|
||||
|
||||
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 2.3.4-1
|
||||
- Package Spec generate
|
||||
- Package Spec generate
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user