!10 Update package diskimage-builder of version 3.20.3

From: @han-guangyu 
Reviewed-by: @huangtianhua 
Signed-off-by: @huangtianhua
This commit is contained in:
openeuler-ci-bot 2022-07-15 07:33:42 +00:00 committed by Gitee
commit 9b7d729e12
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: diskimage-builder
Version: 3.7.0
Version: 3.20.3
Release: 1
Summary: Golden Disk Image builder.
License: ASL 2.0
License: Apache-2.0
URL: https://docs.openstack.org/diskimage-builder
Source0: https://files.pythonhosted.org/packages/22/18/65e46612652edd6cfb1b7c14ce38a6a90552d797b303bbe7115d667a0be5/diskimage-builder-3.7.0.tar.gz
Source0: https://files.pythonhosted.org/packages/d6/44/fd52369109e56e0219a7607ccd4f2e0cc7c4caf730956cc27f62533babe8/diskimage-builder-3.20.3.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
@ -41,7 +41,7 @@ use with OpenStack.
%define __requires_exclude /sbin/runscript
%prep
%autosetup -n diskimage-builder-3.7.0
%autosetup -n diskimage-builder-%{version}
%build
%py3_build
@ -81,6 +81,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Jul 04 2022 OpenStack_SIG <openstack@openeuler.org> - 3.20.3-1
- Upgrade package python3-diskimage-builder to version 3.20.3
* Wed Jul 14 2021 liksh <liks11@chinaunicom.cn> - 3.7.0-1
- update from 3.2.1 to 3.7.0