!10 Avoid building systems that cannot handle hidden files & Rebuild for golang CVE

From: @jianli-97 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-02-20 09:57:49 +00:00 committed by Gitee
commit 08dfceaaef
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 8 additions and 3 deletions

View File

@ -15,7 +15,7 @@
Epoch: 4 Epoch: 4
Name: containers-common Name: containers-common
Version: 1 Version: 1
Release: 2 Release: 3
Summary: Common configuration and documentation for containers. Summary: Common configuration and documentation for containers.
URL: https://github.com/containers/common URL: https://github.com/containers/common
License: Apache-2.0 License: Apache-2.0
@ -49,7 +49,8 @@ Source18: %{github_containers}/storage/%{storage_branch}/docs/containers-st
Source19: %{github_containers}/storage/%{storage_branch}/storage.conf Source19: %{github_containers}/storage/%{storage_branch}/storage.conf
Source20: %{github_containers}/common/%{common_branch}/docs/Containerfile.5.md Source20: %{github_containers}/common/%{common_branch}/docs/Containerfile.5.md
Source21: %{github_containers}/common/%{common_branch}/docs/containerignore.5.md Source21: %{github_containers}/common/%{common_branch}/docs/containerignore.5.md
Source22: %{github_containers}/common/%{common_branch}/docs/links/.containerignore.5 #Source22: %{github_containers}/common/%{common_branch}/docs/links/.containerignore.5
Source22: %{github_containers}/common/%{common_branch}/docs/links/containerignore.5
%description %description
This package contains common configuration files and documentation for container This package contains common configuration files and documentation for container
@ -82,7 +83,7 @@ cp %{SOURCE18} .
cp %{SOURCE19} . cp %{SOURCE19} .
cp %{SOURCE20} . cp %{SOURCE20} .
cp %{SOURCE21} . cp %{SOURCE21} .
cp %{SOURCE22} . cp %{SOURCE22} .containerignore.5
%build %build
GO_MD2MAN_PATH="$(pwd)%{_bindir}" GO_MD2MAN_PATH="$(pwd)%{_bindir}"
@ -163,6 +164,10 @@ fi
%{_datadir}/openEuler/secrets/* %{_datadir}/openEuler/secrets/*
%changelog %changelog
* Tue Feb 20 2024 lijian <lijian2@kylinos.cn> - 4:1-3
- Avoid building systems that cannot handle hidden files
- Rebuild for golang CVE
* Wed Oct 18 2023 wangyueliang <wangyueliang@kylinos.cn> - 4:1-2 * Wed Oct 18 2023 wangyueliang <wangyueliang@kylinos.cn> - 4:1-2
- Unify containers-common to the corresponding version in the openEuler community - Unify containers-common to the corresponding version in the openEuler community