!137 docker:fix compile problem
From: @DCCooper Reviewed-by: @jackchan8, @duguhaotian, @Vanient Signed-off-by: @duguhaotian
This commit is contained in:
commit
ec2ddd5603
@ -1 +1 @@
|
|||||||
18.09.0.243
|
18.09.0.244
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Name: docker-engine
|
Name: docker-engine
|
||||||
Version: 18.09.0
|
Version: 18.09.0
|
||||||
Release: 243
|
Release: 244
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: The open-source application container engine
|
Summary: The open-source application container engine
|
||||||
Group: Tools/Docker
|
Group: Tools/Docker
|
||||||
@ -91,7 +91,7 @@ install -p -m 755 /usr/bin/containerd $RPM_BUILD_ROOT/%{_bindir}/containerd
|
|||||||
install -p -m 755 /usr/bin/containerd-shim $RPM_BUILD_ROOT/%{_bindir}/containerd-shim
|
install -p -m 755 /usr/bin/containerd-shim $RPM_BUILD_ROOT/%{_bindir}/containerd-shim
|
||||||
|
|
||||||
# install runc
|
# install runc
|
||||||
install -p -m 755 /usr/local/bin/runc $RPM_BUILD_ROOT/%{_bindir}/runc
|
install -p -m 755 /usr/bin/runc $RPM_BUILD_ROOT/%{_bindir}/runc
|
||||||
|
|
||||||
# install udev rules
|
# install udev rules
|
||||||
install -d $RPM_BUILD_ROOT/%{_sysconfdir}/udev/rules.d
|
install -d $RPM_BUILD_ROOT/%{_sysconfdir}/udev/rules.d
|
||||||
@ -199,6 +199,12 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 15 2022 DCCooper <1866858@gmail.com> - 18.09.0-244
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:change runc original install location (/usr/local/bin --> /usr/bin) to fix compile problem
|
||||||
|
|
||||||
* Wed Sep 21 2022 chenjiankun <chenjiankun1@huawei.com> - 18.09.0-243
|
* Wed Sep 21 2022 chenjiankun <chenjiankun1@huawei.com> - 18.09.0-243
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user