Avoid building systems that cannot handle hidden files
This commit is contained in:
parent
85acd34683
commit
b05a2a96bc
@ -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,9 @@ fi
|
|||||||
%{_datadir}/openEuler/secrets/*
|
%{_datadir}/openEuler/secrets/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 18 2024 lijian <lijian2@kylinos.cn> - 4:1-3
|
||||||
|
- Avoid building systems that cannot handle hidden files
|
||||||
|
|
||||||
* 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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user