upgrade, cleanup

This commit is contained in:
Alexander Stefanov 2020-12-05 09:47:35 +00:00
parent bc536e80a5
commit 1574ae261d
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
sources:
docker-ce-19.03.13.tar.gz: 4e04a6b17d8f2baba981cb52d2a5d0bc4f63601d
libnetwork-master.zip: b2d123edfb2e93ca74980991f6e8a26d18ed831e
docker-ce-19.03.14.tar.gz: 5f7cf037ab3517d591c5a0c80b18ffa918f8bab1
libnetwork-master.zip: dc986499f23f77eb734e3a06b37089c1ed2f3e15
tini-0.19.0.tar.gz: 2245210bdd29faea02e566a192df4c7df702b264

View file

@ -12,7 +12,7 @@
Summary: Automates deployment of containerized applications
Name: docker
Version: 19.03.13
Version: 19.03.14
Release: 1
License: ASL 2.0
Group: System/Kernel and hardware
@ -174,7 +174,7 @@ ln -s ../../../components/engine src/github.com/%{name}/%{name}
# dockerd
pushd components/engine
DOCKER_BUILDTAGS='seccomp journald' VERSION=%{version} hack/make.sh dynbinary
DOCKER_BUILDTAGS='seccomp selinux journald' VERSION=%{version} hack/make.sh dynbinary
popd
# docker cli
@ -184,13 +184,13 @@ popd
### docker proxy
fake_gopath_pushd libnetwork github.com/%{name}/libnetwork
go build -ldflags='-linkmode=external' github.com/%{name}/libnetwork/cmd/proxy
%gobuild github.com/%{name}/libnetwork/cmd/proxy
fake_gopath_popd
### docker-init
fake_gopath_pushd tini github.com/krallin/tini
%cmake
%make tini-static
%make_build tini-static
fake_gopath_popd
%install