libnetwork:disable go module build as go1.17 enable it by default
Signed-off-by: xiadanni <xiadanni1@huawei.com>
This commit is contained in:
parent
8628d5b21f
commit
83308b3aef
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: libnetwork
|
Name: libnetwork
|
||||||
Version: 0.8.0.dev.2
|
Version: 0.8.0.dev.2
|
||||||
Release: 102
|
Release: 103
|
||||||
Summary: Proxy used for docker port mapping
|
Summary: Proxy used for docker port mapping
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
URL: https://github.com/docker/libnetwork
|
URL: https://github.com/docker/libnetwork
|
||||||
@ -18,6 +18,7 @@ Obsoletes: docker-proxy
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
cd libnetwork-d00ceed44cc447c77f25cdf5d59e83163bdcb4c9
|
cd libnetwork-d00ceed44cc447c77f25cdf5d59e83163bdcb4c9
|
||||||
|
export GO111MODULE=off
|
||||||
export CGO_ENABLED=0
|
export CGO_ENABLED=0
|
||||||
export GOPATH=`pwd`/.gopath
|
export GOPATH=`pwd`/.gopath
|
||||||
mkdir -p $GOPATH/src/github.com/docker/
|
mkdir -p $GOPATH/src/github.com/docker/
|
||||||
@ -41,11 +42,17 @@ install -p -m 755 libnetwork-d00ceed44cc447c77f25cdf5d59e83163bdcb4c9/docker-pro
|
|||||||
%{_bindir}/docker-proxy
|
%{_bindir}/docker-proxy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Mar 18 2021 xiadanni<xiadanni1@huawei.com> 0.8.0.dev.2-102
|
* Mon Jan 10 2022 xiadanni<xiadanni1@huawei.com> 0.8.0.dev.2-103
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
- SUG:NA
|
- SUG:NA
|
||||||
- DESC:compile option compliance
|
- DESC:disable go module build
|
||||||
|
|
||||||
|
* Thu Mar 18 2021 xiadanni<xiadanni1@huawei.com> 0.8.0.dev.2-102
|
||||||
|
- Type:bugfix
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:compile option compliance
|
||||||
|
|
||||||
* Thu Aug 20 2020 xiadanni<xiadanni1@huawei.com> 0.8.0.dev.2-101
|
* Thu Aug 20 2020 xiadanni<xiadanni1@huawei.com> 0.8.0.dev.2-101
|
||||||
- Type:cleancode
|
- Type:cleancode
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user