From: @fu-shanqing 
Reviewed-by: @jackchan8, @duguhaotian 
Signed-off-by: @duguhaotian
This commit is contained in:
openeuler-ci-bot 2022-04-12 01:42:56 +00:00 committed by Gitee
commit eb907822d8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,9 +1,10 @@
#needsrootforbuild
%global _bindir /usr/local/bin
%global debug_package %{nil}
Name: docker-runc
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.
License: ASL 2.0
@ -52,6 +53,9 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc
%{_bindir}/runc
%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
- remove "%global _bindir /usr/local/bin"