runc: move install path to /usr/bin

This commit is contained in:
zhongjiawei 2022-09-29 10:36:47 +08:00
parent c1ead8c4c0
commit 908ef1dfa8
2 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
3cd040ca87658befd016fb613b3e9e8ad6a528a6 cb26a1d64df3e8697823357efc86c33f567714d7

View File

@ -1,10 +1,10 @@
#needsrootforbuild #needsrootforbuild
%global _bindir /usr/local/bin %global _bindir /usr/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: 304 Release: 305
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
@ -53,6 +53,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc
%{_bindir}/runc %{_bindir}/runc
%changelog %changelog
* Wed Sep 28 2022 zhongjiawei<zhongjiawei1@huawei.com> - 1.0.0.rc3-305
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:move install path to /usr/bin
* Thu Sep 22 2022 zhongjiawei<zhongjiawei1@huawei.com> - 1.0.0.rc3-304 * Thu Sep 22 2022 zhongjiawei<zhongjiawei1@huawei.com> - 1.0.0.rc3-304
- Type:bugfix - Type:bugfix
- CVE:NA - CVE:NA
@ -90,7 +96,7 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc
- SUG:NA - SUG:NA
- DESC:disable go module build - DESC:disable go module build
* Thu Mar 18 2021 xiadanni<xiadanni1@huawei.com> - 1.0.0.rc3-113 * Wed Mar 18 2021 xiadanni<xiadanni1@huawei.com> - 1.0.0.rc3-113
- Type:bugfix - Type:bugfix
- CVE:NA - CVE:NA
- SUG:NA - SUG:NA