Fix check stage when building package
This commit is contained in:
parent
8fcbe0b0c6
commit
280b42dd82
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-confget
|
Name: python-confget
|
||||||
Version: 2.3.4
|
Version: 2.3.4
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Parse configuration files and extract values from them
|
Summary: Parse configuration files and extract values from them
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://devel.ringlet.net/textproc/confget/
|
URL: https://devel.ringlet.net/textproc/confget/
|
||||||
@ -25,6 +25,9 @@ BuildRequires: python3-setuptools
|
|||||||
BuildRequires: python3-pbr
|
BuildRequires: python3-pbr
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-wheel
|
BuildRequires: python3-wheel
|
||||||
|
BuildRequires: python3-six
|
||||||
|
BuildRequires: python3-pytest
|
||||||
|
BuildRequires: python3-ddt
|
||||||
%description -n python3-confget
|
%description -n python3-confget
|
||||||
confget parse configuration files The confget library parses configuration files
|
confget parse configuration files The confget library parses configuration files
|
||||||
(currently INI-style files and CGI QUERY_STRING environment variable) and allows
|
(currently INI-style files and CGI QUERY_STRING environment variable) and allows
|
||||||
@ -92,5 +95,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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