runc:move install path to /usr/bin

This commit is contained in:
zhong-jiawei-1 2022-10-18 09:48:53 +08:00
parent 3cc05c8258
commit fe500b5b4c
2 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
b49101bf7dc504614d65a73bc3a5d8d6033962ff
9e829af4b75cbee163a3e444a4234a7d6f6a2127

View File

@ -1,9 +1,9 @@
%global _bindir /usr/local/bin
%global _bindir /usr/bin
%global debug_package %{nil}
Name: docker-runc
Version: 1.1.3
Release: 3
Release: 4
Summary: runc is a CLI tool for spawning and running containers according to the OCI specification.
License: ASL 2.0
@ -43,6 +43,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc
%{_bindir}/runc
%changelog
* Tue Oct 18 2022 zhongjiawei<zhongjiawei1@huawei.com> - 1.1.3-4
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:move install path to /usr/bin
* Tue Aug 16 2022 zhongjiawei<zhongjiawei1@huawei.com> - 1.1.3-3
- Type:bugfix
- CVE:NA
@ -76,7 +82,7 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc
* Thu Feb 10 2022 fushanqing <fushanqing@kylinos.cn> - 1.0.0.rc3-116
- remove "%global _bindir /usr/local/bin"
* Tue Jan 26 2022 songyanting <songyanting@huawei.com> - 1.0.0.rc3-115
* Wed Jan 26 2022 songyanting <songyanting@huawei.com> - 1.0.0.rc3-115
- Type:bugfix
- CVE:NA
- SUG:NA