docker: fix compile problem

This commit is contained in:
chenjiankun 2022-10-17 17:57:01 +08:00
parent 5eb470f8b2
commit 0044b4982f
2 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
18.09.0.311
18.09.0.312

View File

@ -1,6 +1,6 @@
Name: docker-engine
Version: 18.09.0
Release: 311
Release: 312
Epoch: 2
Summary: The open-source application container engine
Group: Tools/Docker
@ -105,7 +105,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 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 -d $RPM_BUILD_ROOT/%{_sysconfdir}/udev/rules.d
@ -213,6 +213,12 @@ fi
%endif
%changelog
* Mon Oct 17 2022 chenjiankun<chenjiankun1@huawei.com> - 18.09.0-312
- 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-311
- Type:bugfix
- CVE:NA