Change to BuildRequires golang-1.17.3
This commit is contained in:
parent
b3715d1cd4
commit
d4bd95473a
10
moby.spec
10
moby.spec
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: docker
|
Name: docker
|
||||||
Version: 20.10.21
|
Version: 20.10.21
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: The open-source application container engine
|
Summary: The open-source application container engine
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://www.docker.com
|
URL: https://www.docker.com
|
||||||
@ -47,7 +47,7 @@ Requires: libseccomp >= 2.3
|
|||||||
Requires: systemd
|
Requires: systemd
|
||||||
Requires: iptables
|
Requires: iptables
|
||||||
Requires: libcgroup
|
Requires: libcgroup
|
||||||
Requires: containerd >= 1.4.1
|
Requires: containerd
|
||||||
Requires: tar
|
Requires: tar
|
||||||
Requires: xz
|
Requires: xz
|
||||||
|
|
||||||
@ -70,7 +70,7 @@ BuildRequires: selinux-policy-devel
|
|||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
BuildRequires: tar
|
BuildRequires: tar
|
||||||
BuildRequires: which
|
BuildRequires: which
|
||||||
BuildRequires: golang >= 1.18
|
BuildRequires: golang >= 1.17.3
|
||||||
|
|
||||||
%description engine
|
%description engine
|
||||||
Docker daemon binary and related utilities
|
Docker daemon binary and related utilities
|
||||||
@ -87,6 +87,7 @@ Docker client binary and related utilities
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_source_client}
|
%setup -q -n %{_source_client}
|
||||||
%setup -q -T -n %{_source_engine} -b 1
|
%setup -q -T -n %{_source_engine} -b 1
|
||||||
|
%patch0001 -p1
|
||||||
%setup -q -T -n %{_source_docker_init} -b 2
|
%setup -q -T -n %{_source_docker_init} -b 2
|
||||||
%setup -q -T -n %{_source_docker_proxy} -b 3
|
%setup -q -T -n %{_source_docker_proxy} -b 3
|
||||||
|
|
||||||
@ -196,6 +197,9 @@ fi
|
|||||||
%systemd_postun_with_restart docker.service
|
%systemd_postun_with_restart docker.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 28 2022 xulei<xulei@xfusion.com> - 20.10.21-3
|
||||||
|
- DESC: change to BuildRequires golang-1.17.3
|
||||||
|
|
||||||
* Wed Dec 21 2022 wanglimin<wanglimin@xfusion.com> - 20.10.21-2
|
* Wed Dec 21 2022 wanglimin<wanglimin@xfusion.com> - 20.10.21-2
|
||||||
- DESC: revert any to interface{} temporarily to allow builtable with golang-1.17.x
|
- DESC: revert any to interface{} temporarily to allow builtable with golang-1.17.x
|
||||||
- it will be withdrawed if golang upgrade to 1.18.x in the branch
|
- it will be withdrawed if golang upgrade to 1.18.x in the branch
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user