!50 add macro
From: @fu-shanqing Reviewed-by: @jackchan8, @duguhaotian Signed-off-by: @duguhaotian
This commit is contained in:
commit
eb907822d8
@ -1,9 +1,10 @@
|
|||||||
#needsrootforbuild
|
#needsrootforbuild
|
||||||
|
%global _bindir /usr/local/bin
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: docker-runc
|
Name: docker-runc
|
||||||
Version: 1.0.0.rc3
|
Version: 1.0.0.rc3
|
||||||
Release: 116
|
Release: 117
|
||||||
Summary: runc is a CLI tool for spawning and running containers according to the OCI specification.
|
Summary: runc is a CLI tool for spawning and running containers according to the OCI specification.
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -52,6 +53,9 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc
|
|||||||
%{_bindir}/runc
|
%{_bindir}/runc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 11 2022 fushanqing <fushanqing@kylinos.cn> - 1.0.0.rc3-117
|
||||||
|
- add macro
|
||||||
|
|
||||||
* Thu Feb 10 2022 fushanqing <fushanqing@kylinos.cn> - 1.0.0.rc3-116
|
* Thu Feb 10 2022 fushanqing <fushanqing@kylinos.cn> - 1.0.0.rc3-116
|
||||||
- remove "%global _bindir /usr/local/bin"
|
- remove "%global _bindir /usr/local/bin"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user