!17 enable debug package

From: @duguhaotian
Reviewed-by: @lifeng2221dd1,@caihaomin
Signed-off-by: @lifeng2221dd1,@caihaomin
This commit is contained in:
openeuler-ci-bot 2021-03-18 19:15:54 +08:00 committed by Gitee
commit f415fc06fa

View File

@ -3,7 +3,7 @@
%global with_unit_test 0 %global with_unit_test 0
%global with_check 0 %global with_check 0
%global with_debug 0 %global with_debug 1
%if 0%{?with_debug} %if 0%{?with_debug}
%global _find_debuginfo_dwz_opts %{nil} %global _find_debuginfo_dwz_opts %{nil}
@ -30,7 +30,7 @@ ExcludeArch: ppc64
Name: %{repo} Name: %{repo}
Epoch: 1 Epoch: 1
Version: 1.1.0 Version: 1.1.0
Release: 5.dev.git%{shortcommit0} Release: 6.dev.git%{shortcommit0}
Summary: Work with remote images registries - retrieving information, images, signing content Summary: Work with remote images registries - retrieving information, images, signing content
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/containers/skopeo URL: https://github.com/containers/skopeo
@ -335,6 +335,8 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/bash-completion/completions/%{name} %{_datadir}/bash-completion/completions/%{name}
%changelog %changelog
* Thu Mar 18 2021 haozi007 <liuhao27@huawei.com> - 1.1.0-6.dev.git63085f5
- enable debug rpm
* Fri Feb 19 2021 haozi007 <liuhao27@huawei.com> - 1.1.0-5.dev.git63085f5 * Fri Feb 19 2021 haozi007 <liuhao27@huawei.com> - 1.1.0-5.dev.git63085f5
- Change BuildRequires to source go-md2man - Change BuildRequires to source go-md2man
* Mon Feb 8 2021 haozi007 <liuhao27@huawei.com> - 1.1.0-4.dev.git63085f5 * Mon Feb 8 2021 haozi007 <liuhao27@huawei.com> - 1.1.0-4.dev.git63085f5