containerd: add ctr binary into package

(cherry picked from commit 5876c9e6d9925fbfb536a16dbf6e925a9f50a5bf)
This commit is contained in:
zhongjiawei 2022-11-16 16:29:13 +08:00 committed by openeuler-sync-bot
parent be88b9a6d1
commit cee6e7b310

View File

@ -2,7 +2,7 @@
%global debug_package %{nil}
Version: 1.2.0
Name: containerd
Release: 205
Release: 206
Summary: An industry-standard container runtime
License: ASL 2.0
URL: https://containerd.io
@ -36,12 +36,20 @@ make
install -d $RPM_BUILD_ROOT/%{_bindir}
install -p -m 755 bin/containerd $RPM_BUILD_ROOT/%{_bindir}/containerd
install -p -m 755 bin/containerd-shim $RPM_BUILD_ROOT/%{_bindir}/containerd-shim
install -p -m 755 bin/ctr $RPM_BUILD_ROOT/%{_bindir}/ctr
%files
%{_bindir}/containerd
%{_bindir}/containerd-shim
%{_bindir}/ctr
%changelog
* Wed Nov 16 2022 zhongjiawei<zhongjiawei1@huawei.com> - 1.2.0-206
- Type:bugfix
- ID:NA
- SUG:NA
- DESC: add ctr binary into package
* Wed Nov 16 2022 zhongjiawei<zhongjiawei1@huawei.com> - 1.2.0-205
- Type:bugfix
- ID:NA