2014-08-01 11:48:31 +02:00
|
|
|
#
|
2014-07-17 17:31:28 +02:00
|
|
|
# spec file for package docker
|
2014-08-01 11:48:31 +02:00
|
|
|
#
|
2017-01-13 14:05:35 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2014-07-17 17:31:28 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
2016-06-21 12:05:57 +02:00
|
|
|
# nodebuginfo
|
2014-07-17 17:31:28 +02:00
|
|
|
|
2014-08-01 11:48:31 +02:00
|
|
|
|
2017-11-24 11:32:23 +01:00
|
|
|
# Where important update information will be stored, such that an administrator
|
|
|
|
# is guaranteed to see the relevant warning.
|
|
|
|
%define update_messages %{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}
|
|
|
|
|
2017-11-24 11:06:46 +01:00
|
|
|
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
|
|
|
%if ! %{defined _fillupdir}
|
|
|
|
%define _fillupdir /var/adm/fillup-templates
|
|
|
|
%endif
|
|
|
|
|
2017-10-24 12:02:17 +02:00
|
|
|
# Used when generating the "build" information for Docker version. The value of
|
|
|
|
# git_commit_epoch is unused here (we use SOURCE_DATE_EPOCH, which rpm
|
|
|
|
# helpfully injects into our build environment from the changelog). If you want
|
|
|
|
# to generate a new git_commit_epoch, use this:
|
|
|
|
# $ date --date="$(git show --format=fuller --date=iso $COMMIT_ID | grep -oP '(?<=^CommitDate: ).*')" '+%s'
|
|
|
|
%define git_version 87847530f717
|
|
|
|
%define git_commit_epoch 1508266293
|
|
|
|
|
2014-07-17 17:31:28 +02:00
|
|
|
Name: docker
|
2017-10-18 06:27:06 +02:00
|
|
|
Version: 17.07.0_ce
|
2014-07-17 17:31:28 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: The Linux container runtime
|
|
|
|
License: Apache-2.0
|
|
|
|
Group: System/Management
|
|
|
|
Url: http://www.docker.io
|
2017-10-18 06:27:06 +02:00
|
|
|
# TODO(VR): check those SOURCE files below
|
2015-10-12 22:33:58 +02:00
|
|
|
Source: %{name}-%{version}.tar.xz
|
2014-07-17 17:31:28 +02:00
|
|
|
Source1: docker.service
|
|
|
|
Source3: 80-docker.rules
|
|
|
|
Source4: sysconfig.docker
|
|
|
|
Source6: docker-rpmlintrc
|
2014-08-16 15:38:01 +02:00
|
|
|
Source7: README_SUSE.md
|
2015-12-23 11:57:20 +01:00
|
|
|
Source8: docker-audit.rules
|
2017-10-18 06:27:06 +02:00
|
|
|
Source9: tests.sh
|
2016-10-11 12:30:52 +02:00
|
|
|
# SUSE-FEATURE: Adds the /run/secrets mountpoint inside all Docker containers
|
|
|
|
# which is not snapshotted when images are committed. Note that if you modify
|
|
|
|
# this patch, please also modify the patch in the suse-secrets-v<version>
|
|
|
|
# branch in http://github.com/suse/docker.mirror.
|
2017-03-08 10:03:15 +01:00
|
|
|
Patch200: secrets-0001-daemon-allow-directory-creation-in-run-secrets.patch
|
|
|
|
Patch201: secrets-0002-SUSE-implement-SUSE-container-secrets.patch
|
2017-10-18 06:27:06 +02:00
|
|
|
# SUSE-BACKPORT: Backport of https://github.com/moby/moby/pull/35205. bsc#1055676
|
|
|
|
Patch401: bsc1055676-0001-daemon-oci-obey-CL_UNPRIVILEGED-for-user-namespaced-.patch
|
|
|
|
# SUSE-BACKPORT: Backport of https://github.com/moby/moby/pull/34573. bsc#1045628
|
2017-09-07 09:53:28 +02:00
|
|
|
Patch402: bsc1045628-0001-devicemapper-remove-container-rootfs-mountPath-after.patch
|
2017-10-24 12:02:17 +02:00
|
|
|
# SUSE-BACKPORT: Backport of https://github.com/moby/moby/pull/34176. boo#1064781
|
|
|
|
Patch403: bsc1064781-0001-Allow-to-override-build-date.patch
|
2017-11-07 10:33:12 +01:00
|
|
|
# SUSE-BACKPORT: Backport of https://github.com/moby/moby/pull/35399. boo#1066801 CVE-2017-16539
|
|
|
|
Patch404: bsc1066801-0001-oci-add-proc-scsi-to-masked-paths.patch
|
2017-11-07 18:23:31 +01:00
|
|
|
# SUSE-BACKPORT: Backport of https://github.com/moby/moby/pull/35424. boo#1066210 CVE-2017-14992
|
|
|
|
Patch405: bsc1066210-0001-vendor-update-to-github.com-vbatts-tar-split-v0.10.2.patch
|
2015-12-23 11:57:20 +01:00
|
|
|
BuildRequires: audit
|
2014-07-17 17:31:28 +02:00
|
|
|
BuildRequires: bash-completion
|
2017-03-05 04:07:44 +01:00
|
|
|
BuildRequires: ca-certificates
|
2014-07-17 17:31:28 +02:00
|
|
|
BuildRequires: device-mapper-devel >= 1.2.68
|
|
|
|
BuildRequires: glibc-devel-static
|
2014-08-01 11:48:31 +02:00
|
|
|
BuildRequires: libapparmor-devel
|
2014-07-17 17:31:28 +02:00
|
|
|
BuildRequires: libbtrfs-devel >= 3.8
|
2017-07-27 18:11:06 +02:00
|
|
|
# enable libseccomp for sle >= sle12sp2
|
|
|
|
%if 0%{?sle_version} >= 120200
|
|
|
|
%define with_libseccomp 1
|
|
|
|
%endif
|
|
|
|
# enable libseccomp for leap >= 42.2
|
|
|
|
%if 0%{?leap_version} >= 420200
|
|
|
|
%define with_libseccomp 1
|
|
|
|
%endif
|
|
|
|
# enable libseccomp for Factory
|
|
|
|
%if 0%{?suse_version} > 1320
|
2017-03-31 13:32:13 +02:00
|
|
|
%define with_libseccomp 1
|
|
|
|
%endif
|
|
|
|
%if 0%{?with_libseccomp}
|
2017-03-05 04:07:44 +01:00
|
|
|
BuildRequires: libseccomp-devel
|
2017-03-31 13:32:13 +02:00
|
|
|
%endif
|
2017-03-05 04:07:44 +01:00
|
|
|
BuildRequires: libtool
|
2014-07-17 17:31:28 +02:00
|
|
|
BuildRequires: procps
|
|
|
|
BuildRequires: sqlite3-devel
|
|
|
|
BuildRequires: systemd-devel
|
|
|
|
BuildRequires: zsh
|
2014-08-01 11:48:31 +02:00
|
|
|
Requires: apparmor-parser
|
2014-07-17 17:31:28 +02:00
|
|
|
Requires: bridge-utils
|
|
|
|
Requires: ca-certificates-mozilla
|
2017-11-09 13:24:37 +01:00
|
|
|
# Required in order for networking to work. fix_bsc_1057743 is a work-around
|
|
|
|
# for some old packaging issues (where rpm would delete a binary that was
|
|
|
|
# installed by docker-libnetwork). See bsc#1057743 for more details.
|
2017-10-18 08:27:21 +02:00
|
|
|
Requires: docker-libnetwork = 0.7.0+gitr2322_4a242dba7739
|
2017-11-09 13:24:37 +01:00
|
|
|
Requires: fix_bsc_1057743
|
2016-08-16 12:57:11 +02:00
|
|
|
# Containerd and runC are required as they are the only currently supported
|
|
|
|
# execdrivers of Docker. NOTE: The version pinning here matches upstream's
|
2017-10-18 06:27:06 +02:00
|
|
|
# vendor.conf to ensure that we don't use a slightly incompatible version of
|
2016-08-16 12:57:11 +02:00
|
|
|
# runC or containerd (which would be bad).
|
2017-10-18 08:27:21 +02:00
|
|
|
Requires: containerd = 0.2.8+gitr671_3addd8406531
|
2017-10-18 06:27:06 +02:00
|
|
|
Requires: docker-runc = 1.0.0rc3+gitr3201_2d41c04
|
2015-01-22 21:49:38 +01:00
|
|
|
# Provides mkfs.ext4 - used by Docker when devicemapper storage driver is used
|
|
|
|
Requires: e2fsprogs
|
2014-07-17 17:31:28 +02:00
|
|
|
Requires: git-core >= 1.7
|
|
|
|
Requires: iproute2 >= 3.5
|
|
|
|
Requires: iptables >= 1.4
|
|
|
|
Requires: procps
|
|
|
|
Requires: tar >= 1.26
|
|
|
|
Requires: xz >= 4.9
|
2016-06-21 12:05:57 +02:00
|
|
|
Requires(post): %fillup_prereq
|
|
|
|
Requires(post): udev
|
2017-03-07 11:40:30 +01:00
|
|
|
Requires(post): shadow
|
2017-04-11 11:17:58 +02:00
|
|
|
# Not necessary, but must be installed when the underlying system is
|
|
|
|
# configured to use lvm and the user doesn't explicitly provide a
|
|
|
|
# different storage-driver than devicemapper
|
|
|
|
Recommends: lvm2 >= 2.2.89
|
2014-08-01 11:48:31 +02:00
|
|
|
Conflicts: lxc < 1.0
|
2014-07-17 17:31:28 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2016-06-21 12:05:57 +02:00
|
|
|
ExcludeArch: %ix86 s390 ppc
|
2017-10-18 06:27:06 +02:00
|
|
|
# Make sure we build with go 1.8
|
2016-06-21 12:05:57 +02:00
|
|
|
BuildRequires: go-go-md2man
|
2017-10-18 06:27:06 +02:00
|
|
|
BuildRequires: golang(API) = 1.8
|
2016-05-18 16:21:48 +02:00
|
|
|
|
2014-07-17 17:31:28 +02:00
|
|
|
%description
|
|
|
|
Docker complements LXC with a high-level API which operates at the process
|
|
|
|
level. It runs unix processes with strong guarantees of isolation and
|
|
|
|
repeatability across servers.
|
|
|
|
|
|
|
|
Docker is a great building block for automating distributed systems: large-scale
|
|
|
|
web deployments, database clusters, continuous deployment systems, private PaaS,
|
|
|
|
service-oriented architectures, etc.
|
|
|
|
|
|
|
|
%package bash-completion
|
|
|
|
Summary: Bash Completion for %{name}
|
|
|
|
Group: System/Management
|
|
|
|
Requires: %{name} = %{version}
|
2016-12-11 05:45:46 +01:00
|
|
|
Supplements: packageand(docker:bash-completion)
|
2014-07-17 17:31:28 +02:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description bash-completion
|
|
|
|
Bash command line completion support for %{name}.
|
|
|
|
|
|
|
|
%package zsh-completion
|
|
|
|
Summary: Zsh Completion for %{name}
|
|
|
|
Group: System/Management
|
|
|
|
Requires: %{name} = %{version}
|
2016-04-19 09:54:05 +02:00
|
|
|
Supplements: packageand(docker:zsh)
|
2014-07-17 17:31:28 +02:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description zsh-completion
|
|
|
|
Zsh command line completion support for %{name}.
|
|
|
|
|
2015-06-10 10:16:24 +02:00
|
|
|
%package test
|
2016-06-21 12:05:57 +02:00
|
|
|
%global __requires_exclude ^libgo.so.*$
|
2015-06-10 10:16:24 +02:00
|
|
|
Summary: Test package for docker
|
|
|
|
Group: System/Management
|
2015-10-12 22:33:58 +02:00
|
|
|
BuildRequires: fdupes
|
2015-06-10 10:16:24 +02:00
|
|
|
Requires: apparmor-parser
|
|
|
|
Requires: bash-completion
|
2016-06-21 12:05:57 +02:00
|
|
|
Requires: device-mapper-devel >= 1.2.68
|
|
|
|
Requires: glibc-devel-static
|
2017-05-04 21:02:51 +02:00
|
|
|
# Make sure we require go 1.7
|
2015-06-10 10:16:24 +02:00
|
|
|
Requires: libapparmor-devel
|
|
|
|
Requires: libbtrfs-devel >= 3.8
|
|
|
|
Requires: procps
|
|
|
|
Requires: sqlite3-devel
|
2017-10-18 06:27:06 +02:00
|
|
|
Requires: golang(API) = 1.8
|
2016-01-20 19:58:55 +01:00
|
|
|
|
2015-06-10 10:16:24 +02:00
|
|
|
%description test
|
|
|
|
Test package for docker. It contains the source code and the tests.
|
|
|
|
|
2014-07-17 17:31:28 +02:00
|
|
|
%prep
|
2016-06-21 12:05:57 +02:00
|
|
|
%setup -q
|
2016-04-15 12:21:32 +02:00
|
|
|
%if 0%{?is_opensuse}
|
|
|
|
# nothing
|
|
|
|
%else
|
2017-10-18 06:27:06 +02:00
|
|
|
%patch200 -p1 -d components/engine
|
|
|
|
%patch201 -p1 -d components/engine
|
2016-04-15 12:21:32 +02:00
|
|
|
%endif
|
2017-10-18 06:27:06 +02:00
|
|
|
# bsc#1055676
|
|
|
|
%patch401 -p1 -d components/engine
|
2017-09-07 09:53:28 +02:00
|
|
|
# bsc#1045628
|
2017-10-18 06:27:06 +02:00
|
|
|
%patch402 -p1 -d components/engine
|
2017-10-24 12:02:17 +02:00
|
|
|
# boo#1064781
|
|
|
|
%patch403 -p1 -d components/engine
|
2017-11-07 10:33:12 +01:00
|
|
|
# boo#1066801 CVE-2017-16539
|
|
|
|
%patch404 -p1 -d components/engine
|
2017-11-07 18:23:31 +01:00
|
|
|
# boo#1066210 CVE-2017-14992
|
|
|
|
%patch405 -p1 -d components/engine
|
2017-10-18 06:27:06 +02:00
|
|
|
|
2014-08-16 15:38:01 +02:00
|
|
|
cp %{SOURCE7} .
|
2017-10-18 06:27:06 +02:00
|
|
|
cp %{SOURCE9} .
|
2014-07-17 17:31:28 +02:00
|
|
|
|
|
|
|
%build
|
2017-03-31 13:32:13 +02:00
|
|
|
BUILDTAGS="exclude_graphdriver_aufs apparmor selinux pkcs11"
|
|
|
|
%if 0%{?with_libseccomp}
|
|
|
|
BUILDTAGS="seccomp $BUILDTAGS"
|
|
|
|
%endif
|
2017-07-27 18:11:06 +02:00
|
|
|
# For SLE12 libdevmapper.h is not recent enough to define
|
|
|
|
# dm_task_deferred_remove().
|
|
|
|
%if 0%{?sle_version} == 120000
|
2017-03-05 04:07:44 +01:00
|
|
|
BUILDTAGS="libdm_no_deferred_remove $BUILDTAGS"
|
|
|
|
%endif
|
|
|
|
|
2015-06-10 10:16:24 +02:00
|
|
|
(cat <<EOF
|
2014-09-01 16:59:21 +02:00
|
|
|
export AUTO_GOPATH=1
|
2017-03-05 04:07:44 +01:00
|
|
|
export DOCKER_BUILDTAGS="$BUILDTAGS"
|
2017-05-10 16:04:27 +02:00
|
|
|
# Until boo#1038493 is fixed properly we need to do this hack to get the
|
|
|
|
# compiled-into-the-binary GOROOT.
|
|
|
|
export GOROOT="$(GOROOT= go env GOROOT)"
|
2017-08-11 14:09:59 +02:00
|
|
|
# Make sure we always build PIC code. bsc#1048046
|
|
|
|
export BUILDFLAGS="-buildmode=pie"
|
2017-10-24 12:02:17 +02:00
|
|
|
# Specify all of the versioning information. We use SOURCE_DATE_EPOCH if it's
|
|
|
|
# been injected by rpmbuild, otherwise we use the hardcoded git_commit_epoch
|
|
|
|
# generated above. boo#1064781
|
|
|
|
export VERSION="$(cat ./VERSION 2>/dev/null || echo '%{version}')"
|
|
|
|
export DOCKER_GITCOMMIT="%{git_version}"
|
|
|
|
export GITCOMMIT="%{git_version}"
|
|
|
|
export SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-%{git_commit_epoch}}"
|
|
|
|
export BUILDTIME="$(date -u -d "@$SOURCE_DATE_EPOCH" --rfc-3339 ns 2>/dev/null | sed -e 's/ /T/')"
|
2015-06-10 10:16:24 +02:00
|
|
|
EOF
|
|
|
|
) > docker_build_env
|
|
|
|
. ./docker_build_env
|
2016-01-20 19:58:55 +01:00
|
|
|
|
2017-10-18 06:27:06 +02:00
|
|
|
# Preparing GOPATH so that the client is visible to the compiler
|
|
|
|
mkdir -p src/github.com/docker/
|
|
|
|
ln -s $(pwd)/components/cli $(pwd)/src/github.com/docker/cli
|
|
|
|
GOPATH=$GOPATH:$(pwd)
|
2016-01-20 19:58:55 +01:00
|
|
|
|
2017-10-18 06:27:06 +02:00
|
|
|
# DOCKER ENGINE
|
|
|
|
cd components/engine/
|
|
|
|
# ignore the warning that we compile outside a Docker container
|
|
|
|
./hack/make.sh dynbinary
|
2016-08-26 14:49:06 +02:00
|
|
|
# build the tests binary
|
|
|
|
GOPATH=$(pwd)/vendor:$(pwd)/.gopath/ go test \
|
2017-08-11 14:09:59 +02:00
|
|
|
-buildmode=pie \
|
2017-10-18 06:27:06 +02:00
|
|
|
-tags "$DOCKER_BUILDTAGS daemon autogen" \
|
|
|
|
-c github.com/docker/docker/integration-cli -o tests.main
|
|
|
|
cd ../..
|
2016-08-26 14:49:06 +02:00
|
|
|
|
2017-10-18 06:27:06 +02:00
|
|
|
# DOCKER CLIENT
|
|
|
|
cd components/cli
|
|
|
|
./scripts/build/dynbinary
|
|
|
|
./man/md2man-all.sh
|
|
|
|
cd ../..
|
2014-07-17 17:31:28 +02:00
|
|
|
|
2016-08-23 16:44:42 +02:00
|
|
|
%check
|
|
|
|
. ./docker_build_env
|
|
|
|
|
2017-10-18 06:27:06 +02:00
|
|
|
# DOCKER ENGINE
|
2016-08-23 16:44:42 +02:00
|
|
|
# go test will look in github.com/docker/docker/vendor for vendored packages but
|
|
|
|
# Docker keeps them in github.com/docker/docker/vendor/src. Let's do it like
|
|
|
|
# Docker does it and append github.com/docker/docker/vendor to the GOPATH so the
|
|
|
|
# packages are found by go test.
|
|
|
|
export GOPATH=$HOME/go/src/github.com/docker/docker/vendor:$GOPATH
|
|
|
|
|
|
|
|
# Create or dir if it doesn't exist already
|
|
|
|
mkdir -p $HOME/go/src/github.com/docker
|
|
|
|
|
|
|
|
# Remove any existing symlinks.
|
|
|
|
rm -rf $HOME/go/src/github.com/docker/*
|
|
|
|
|
|
|
|
# go list -e ... doesn't seem to work with symlinks so do a full copy instead.
|
2017-10-18 06:27:06 +02:00
|
|
|
cp -ar %{buildroot}/usr/src/docker/engine $HOME/go/src/github.com/docker/docker
|
2016-08-23 16:44:42 +02:00
|
|
|
|
|
|
|
cd $HOME/go/src/github.com/docker/docker
|
|
|
|
|
|
|
|
# The command is taken from hack/make/test-unit and various test runs.
|
|
|
|
# Everything that follows github.com/docker/pkg/integration-cli are packages
|
2017-10-18 06:27:06 +02:00
|
|
|
# containing tests that cannot run in an obs build context. Some tests must be
|
|
|
|
# excluded as they will always fail in our build environments.
|
2016-08-23 16:44:42 +02:00
|
|
|
PKG_LIST=$(go list -e \
|
|
|
|
-f '{{if ne .Name "github.com/docker/docker"}} {{.ImportPath}}
|
|
|
|
{{end}}' \
|
2017-03-05 04:07:44 +01:00
|
|
|
-tags "$DOCKER_BUILDTAGS" \
|
2016-08-23 16:44:42 +02:00
|
|
|
-a "${BUILDFLAGS[@]}" ... \
|
2017-10-18 06:27:06 +02:00
|
|
|
| grep 'github.com/docker/docker' \
|
2017-10-19 04:18:11 +02:00
|
|
|
| grep -Ev 'vendor/(.+/)?github.com/docker/docker' \
|
2016-08-23 16:44:42 +02:00
|
|
|
| grep -v 'github.com/docker/docker/vendor' \
|
|
|
|
| grep -v 'github.com/docker/docker/integration-cli' \
|
|
|
|
| grep -v 'github.com/docker/docker/pkg/archive$' \
|
|
|
|
| grep -v 'github.com/docker/docker/pkg/chrootarchive$' \
|
|
|
|
| grep -v 'github.com/docker/docker/pkg/gitutils$' \
|
|
|
|
| grep -v 'github.com/docker/docker/pkg/idtools$' \
|
|
|
|
| grep -v 'github.com/docker/docker/pkg/jsonlog$' \
|
|
|
|
| grep -v 'github.com/docker/docker/pkg/mount$' \
|
|
|
|
| grep -v 'github.com/docker/docker/pkg/sysinfo$' \
|
|
|
|
| grep -v 'github.com/docker/docker/registry$' \
|
|
|
|
| grep -v 'github.com/docker/docker/volume/local$' \
|
|
|
|
| grep -v 'github.com/docker/docker/builder$' \
|
2017-10-18 06:27:06 +02:00
|
|
|
| grep -v 'github.com/docker/docker/builder/remotecontext' \
|
2016-08-23 16:44:42 +02:00
|
|
|
| grep -v 'github.com/docker/docker/builder/dockerfile$' \
|
|
|
|
| grep -v 'github.com/docker/docker/builder/dockerfile/parser$' \
|
2017-10-18 06:27:06 +02:00
|
|
|
| grep -v 'github.com/docker/docker/daemon$' \
|
|
|
|
| grep -v 'github.com/docker/docker/daemon/graphdriver' \
|
|
|
|
| grep -v 'github.com/docker/docker/cmd/dockerd$' \
|
2017-03-31 13:32:13 +02:00
|
|
|
| grep -v 'github.com/docker/docker/pkg/integration$' \
|
2017-10-19 04:18:11 +02:00
|
|
|
| grep -v 'github.com/docker/docker/pkg/testutil' \
|
|
|
|
%if 0%{?sle_version} == 120000
|
|
|
|
| grep -v 'github.com/docker/docker/pkg/devicemapper$' \
|
|
|
|
%endif
|
2017-08-11 14:09:59 +02:00
|
|
|
%if ! 0%{?with_libseccomp}
|
|
|
|
| grep -v 'github.com/docker/docker/profiles/seccomp$' \
|
2017-03-31 13:32:13 +02:00
|
|
|
%endif
|
2017-08-11 14:09:59 +02:00
|
|
|
)
|
2016-08-23 16:44:42 +02:00
|
|
|
|
2017-10-18 06:27:06 +02:00
|
|
|
rm ./pkg/system/rm_test.go
|
|
|
|
|
2017-10-19 04:18:11 +02:00
|
|
|
go test -buildmode=pie -cover -ldflags -w -tags "$DOCKER_BUILDTAGS" -a -test.timeout=10m $PKG_LIST
|
2017-10-18 06:27:06 +02:00
|
|
|
|
|
|
|
# DOCKER CLIENT
|
|
|
|
cp -ar %{buildroot}/usr/src/docker/cli $HOME/go/src/github.com/docker/cli
|
|
|
|
cd $HOME/go/src/github.com/docker/cli
|
|
|
|
PKG_LIST=$(go list ./... \
|
|
|
|
| grep 'github.com/docker/cli' \
|
|
|
|
| grep -v 'github.com/docker/cli/vendor' \
|
|
|
|
| grep -v 'github.com/docker/cli/cli/command/idresolver' \
|
|
|
|
| grep -v 'github.com/docker/cli/cli/command/image' \
|
2017-10-24 12:02:17 +02:00
|
|
|
| grep -v 'github.com/docker/cli/cli/image' \
|
2017-10-18 06:27:06 +02:00
|
|
|
)
|
|
|
|
|
2017-10-24 12:02:17 +02:00
|
|
|
go test -buildmode=pie -cover -ldflags -w -tags daemon -a -test.timeout=10m $PKG_LIST
|
2016-08-23 16:44:42 +02:00
|
|
|
|
2014-07-17 17:31:28 +02:00
|
|
|
%install
|
|
|
|
install -d %{buildroot}%{go_contribdir}
|
|
|
|
install -d %{buildroot}%{_bindir}
|
2017-10-18 06:27:06 +02:00
|
|
|
install -D -m755 components/cli/build/docker %{buildroot}/%{_bindir}/docker
|
|
|
|
install -D -m755 components/engine/bundles/latest/dynbinary-daemon/dockerd %{buildroot}/%{_bindir}/dockerd
|
2017-11-24 11:32:23 +01:00
|
|
|
install -d %{buildroot}/%{_localstatedir}/lib/docker
|
2016-08-23 16:44:42 +02:00
|
|
|
install -Dd -m 0755 \
|
2017-10-18 06:27:06 +02:00
|
|
|
%{buildroot}%{_sysconfdir}/init.d \
|
|
|
|
%{buildroot}%{_sbindir}
|
2014-07-17 17:31:28 +02:00
|
|
|
|
2017-10-18 06:27:06 +02:00
|
|
|
install -D -m0644 components/cli/contrib/completion/bash/docker "%{buildroot}%{_sysconfdir}/bash_completion.d/%{name}"
|
|
|
|
install -D -m0644 components/cli/contrib/completion/zsh/_docker "%{buildroot}%{_sysconfdir}/zsh_completion.d/%{name}"
|
2015-06-10 10:16:24 +02:00
|
|
|
# copy all for the test package
|
2016-06-21 12:05:57 +02:00
|
|
|
install -d %{buildroot}%{_prefix}/src/docker/
|
2017-10-18 06:27:06 +02:00
|
|
|
cp -a components/engine/. %{buildroot}%{_prefix}/src/docker/engine
|
|
|
|
cp -a components/cli/. %{buildroot}%{_prefix}/src/docker/cli
|
2014-07-17 17:31:28 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# systemd service
|
|
|
|
#
|
2016-06-21 12:05:57 +02:00
|
|
|
install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
|
|
|
|
ln -sf service %{buildroot}%{_sbindir}/rcdocker
|
2014-07-17 17:31:28 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# udev rules that prevents dolphin to show all docker devices and slows down
|
|
|
|
# upstream report https://bugs.kde.org/show_bug.cgi?id=329930
|
|
|
|
#
|
2016-06-21 12:05:57 +02:00
|
|
|
install -D -m 0644 %{SOURCE3} %{buildroot}%{_udevrulesdir}/80-%{name}.rules
|
2014-07-17 17:31:28 +02:00
|
|
|
|
2015-12-23 11:57:20 +01:00
|
|
|
# audit rules
|
2016-06-21 12:05:57 +02:00
|
|
|
install -D -m 0640 %{SOURCE8} %{buildroot}%{_sysconfdir}/audit/rules.d/%{name}.rules
|
2015-12-23 11:57:20 +01:00
|
|
|
|
2014-07-17 17:31:28 +02:00
|
|
|
# sysconfig file
|
2017-11-24 11:06:46 +01:00
|
|
|
install -D -m 644 %{SOURCE4} %{buildroot}%{_fillupdir}/sysconfig.docker
|
2014-07-17 17:31:28 +02:00
|
|
|
|
2017-10-18 06:27:06 +02:00
|
|
|
# install manpages (using the ones from the engine)
|
2015-05-27 12:27:27 +02:00
|
|
|
install -d %{buildroot}%{_mandir}/man1
|
2017-10-18 06:27:06 +02:00
|
|
|
install -p -m 644 components/cli/man/man1/*.1 %{buildroot}%{_mandir}/man1
|
2015-05-27 12:27:27 +02:00
|
|
|
install -d %{buildroot}%{_mandir}/man5
|
2017-10-18 06:27:06 +02:00
|
|
|
install -p -m 644 components/cli/man/man5/Dockerfile.5 %{buildroot}%{_mandir}/man5
|
2016-09-14 12:14:05 +02:00
|
|
|
install -d %{buildroot}%{_mandir}/man8
|
2017-10-18 06:27:06 +02:00
|
|
|
install -p -m 644 components/cli/man/man8/*.8 %{buildroot}%{_mandir}/man8
|
2015-05-27 12:27:27 +02:00
|
|
|
|
2015-07-22 17:00:07 +02:00
|
|
|
%fdupes %{buildroot}
|
|
|
|
|
2014-07-17 17:31:28 +02:00
|
|
|
%pre
|
2016-06-21 12:05:57 +02:00
|
|
|
getent group docker >/dev/null || groupadd -r docker
|
2016-12-21 10:44:20 +01:00
|
|
|
%service_add_pre %{name}.service
|
2014-07-17 17:31:28 +02:00
|
|
|
|
|
|
|
%post
|
2016-12-21 10:44:20 +01:00
|
|
|
%service_add_post %{name}.service
|
2014-07-17 17:31:28 +02:00
|
|
|
%{fillup_only -n docker}
|
|
|
|
|
|
|
|
%preun
|
2016-12-21 10:44:20 +01:00
|
|
|
%service_del_preun %{name}.service
|
2014-07-17 17:31:28 +02:00
|
|
|
|
|
|
|
%postun
|
2016-12-21 10:44:20 +01:00
|
|
|
%service_del_postun %{name}.service
|
2014-07-17 17:31:28 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2017-10-18 06:27:06 +02:00
|
|
|
%doc components/engine/README.md components/engine/LICENSE README_SUSE.md CHANGELOG.md
|
2014-07-17 17:31:28 +02:00
|
|
|
%{_bindir}/docker
|
2016-08-23 16:44:42 +02:00
|
|
|
%{_bindir}/dockerd
|
2014-12-03 22:48:32 +01:00
|
|
|
%{_sbindir}/rcdocker
|
2014-07-17 17:31:28 +02:00
|
|
|
%{_unitdir}/%{name}.service
|
2015-12-23 11:57:20 +01:00
|
|
|
%config %{_sysconfdir}/audit/rules.d/%{name}.rules
|
2016-06-21 12:05:57 +02:00
|
|
|
%{_udevrulesdir}/80-%{name}.rules
|
2017-11-24 11:06:46 +01:00
|
|
|
%{_fillupdir}/sysconfig.docker
|
2017-11-24 11:32:23 +01:00
|
|
|
%dir %{_localstatedir}/lib/docker/
|
2016-06-21 12:05:57 +02:00
|
|
|
%{_mandir}/man1/docker-*.1%{ext_man}
|
|
|
|
%{_mandir}/man1/docker.1%{ext_man}
|
|
|
|
%{_mandir}/man5/Dockerfile.5%{ext_man}
|
2016-09-14 12:14:05 +02:00
|
|
|
%{_mandir}/man8/dockerd.8%{ext_man}
|
2014-07-17 17:31:28 +02:00
|
|
|
|
|
|
|
%files bash-completion
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%config %{_sysconfdir}/bash_completion.d/%{name}
|
|
|
|
|
|
|
|
%files zsh-completion
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%config %{_sysconfdir}/zsh_completion.d/%{name}
|
|
|
|
|
2015-06-10 10:16:24 +02:00
|
|
|
%files test
|
|
|
|
%defattr(-,root,root)
|
2016-06-21 12:05:57 +02:00
|
|
|
%{_prefix}/src/docker/
|
2015-07-10 13:27:13 +02:00
|
|
|
# exclude binaries
|
2017-10-18 06:27:06 +02:00
|
|
|
%exclude %{_prefix}/src/docker/engine/bundles/
|
|
|
|
%exclude %{_prefix}/src/docker/cli/build/
|
2015-07-10 13:27:13 +02:00
|
|
|
# exclude init configurations other than systemd
|
2017-10-18 06:27:06 +02:00
|
|
|
%exclude %{_prefix}/src/docker/engine/contrib/init/openrc
|
|
|
|
%exclude %{_prefix}/src/docker/engine/contrib/init/sysvinit-debian
|
|
|
|
%exclude %{_prefix}/src/docker/engine/contrib/init/sysvinit-redhat
|
|
|
|
%exclude %{_prefix}/src/docker/engine/contrib/init/upstart
|
2015-06-10 10:16:24 +02:00
|
|
|
|
2014-07-17 17:31:28 +02:00
|
|
|
%changelog
|