remove '%global _bindir /usr/local/bin'
This commit is contained in:
parent
78e3c21a75
commit
ef818eb786
@ -1,10 +1,9 @@
|
|||||||
#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: 115
|
Release: 116
|
||||||
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 +52,9 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc
|
|||||||
%{_bindir}/runc
|
%{_bindir}/runc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Tue Jan 26 2022 songyanting <songyanting@huawei.com> - 1.0.0.rc3-115
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user