Blame SPECS/docker.spec

26b193
%if 0%{?fedora}
26b193
%global with_devel 1
26b193
%global with_unit_test 1
26b193
%else
26b193
%global with_devel 0
26b193
%global with_unit_test 0
26b193
%endif
26b193
e34f9a
%global with_unit_test 1
b28b51
# modifying the dockerinit binary breaks the SHA1 sum check by docker
b28b51
%global __os_install_post %{_rpmconfigdir}/brp-compress
b28b51
b28b51
#debuginfo not supported with Go
699406
%global provider_tld com
699406
%global provider github
699406
%global project docker
311a84
%global repo %{project}
699406
78f495
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
26b193
cc6bf7
%if ! 0%{?gobuild:1}
cc6bf7
%define gobuild(o:) go build -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x %{?**};
cc6bf7
%endif
cc6bf7
26b193
# docker
f21b62
%global git_docker https://github.com/projectatomic/docker
86b31f
%global commit_docker ec8512ba42f349cbe5a63140c4d9c810f7afa527
f21b62
%global shortcommit_docker %(c=%{commit_docker}; echo ${c:0:7})
3ae847
# docker_branch used in %%check
cc6bf7
%global docker_branch %{name}-%{version}
26b193
3ae847
# d-s-s
037cc3
%global git_dss https://github.com/projectatomic/container-storage-setup
037cc3
%global commit_dss 8276a1e9abf9607e82018c96001858d04420208e
f21b62
%global shortcommit_dss %(c=%{commit_dss}; echo ${c:0:7})
3ae847
%global dss_libdir %{_exec_prefix}/lib/%{name}-storage-setup
699406
638b7f
# v1.10-migrator
f21b62
%global git_migrator https://github.com/%{repo}/v1.10-migrator
f21b62
%global commit_migrator c417a6a022c5023c111662e8280f885f6ac259be
f21b62
%global shortcommit_migrator %(c=%{commit_migrator}; echo ${c:0:7})
638b7f
3ae847
# docker-novolume-plugin
f21b62
%global git_novolume https://github.com/projectatomic/%{repo}-novolume-plugin
f21b62
%global commit_novolume 385ec70baac3ef356f868f391c8d7818140fbd44
f21b62
%global shortcommit_novolume %(c=%{commit_novolume}; echo ${c:0:7})
3ae847
3ae847
# rhel-push-plugin
86b31f
%global git_rhel_push https://github.com/projectatomic/rhel-push-plugin
86b31f
%global commit_rhel_push af9107b2aedb235338e32a3c19507cad3f218b0d
86b31f
%global shortcommit_rhel_push %(c=%{commit_rhel_push}; echo ${c:0:7})
3ae847
3ae847
# docker-lvm-plugin
f21b62
%global git_lvm https://github.com/projectatomic/%{repo}-lvm-plugin
f21b62
%global commit_lvm 8647404eed561d32835d6bc032b1c330ee31ed5b
f21b62
%global shortcommit_lvm %(c=%{commit_lvm}; echo ${c:0:7})
b215bf
cc6bf7
# docker-runc
f21b62
%global git_runc https://github.com/projectatomic/runc
0ed995
%global commit_runc c5d311627d39439c5b1cc35c67a51c9c6ccda648
f21b62
%global shortcommit_runc %(c=%{commit_runc}; echo ${c:0:7})
cc6bf7
cc6bf7
# docker-containerd
f21b62
%global git_containerd https://github.com/projectatomic/containerd
037cc3
%global commit_containerd fa8fb3d455e1baf716f3131581f0ed8b07c573a6
f21b62
%global shortcommit_containerd %(c=%{commit_containerd}; echo ${c:0:7})
cc6bf7
311a84
Name: %{repo}
0279f8
Epoch: 2
478cdc
Version: 1.12.6
86b31f
Release: 68.git%{shortcommit_docker}%{?dist}
699406
Summary: Automates deployment of containerized applications
699406
License: ASL 2.0
311a84
URL: https://%{import_path}
f21b62
Source0: %{git_docker}/archive/%{commit_docker}.tar.gz
037cc3
Source2: %{git_dss}/archive/%{commit_dss}/container-storage-setup-%{shortcommit_dss}.tar.gz
f21b62
Source4: %{git_novolume}/archive/%{commit_novolume}/%{repo}-novolume-plugin-%{shortcommit_novolume}.tar.gz
86b31f
Source5: %{git_rhel_push}/archive/%{commit_rhel_push}/rhel-push-plugin-%{shortcommit_rhel_push}.tar.gz
f21b62
Source6: %{git_lvm}/archive/%{commit_lvm}/%{repo}-lvm-plugin-%{shortcommit_lvm}.tar.gz
3ae847
Source8: %{name}.service
3ae847
Source9: %{name}.sysconfig
3ae847
Source10: %{name}-storage.sysconfig
3ae847
Source11: %{name}-network.sysconfig
3ae847
Source12: %{name}-logrotate.sh
3ae847
Source13: README.%{name}-logrotate
3ae847
Source14: %{name}-common.sh
3ae847
Source15: README-%{name}-common
f21b62
Source17: %{git_migrator}/archive/%{commit_migrator}/v1.10-migrator-%{shortcommit_migrator}.tar.gz
638b7f
Source18: v1.10-migrator-helper
f21b62
Source19: %{git_runc}/archive/%{commit_runc}/runc-%{shortcommit_runc}.tar.gz
f21b62
Source20: %{git_containerd}/archive/%{commit_containerd}/containerd-%{shortcommit_containerd}.tar.gz
cc6bf7
Source21: %{name}-containerd-common.sh
cc6bf7
Source22: %{name}-containerd-shim-common.sh
478cdc
Source24: %{name}d-common.sh
478cdc
Source25: %{name}-cleanup.service
478cdc
Source26: %{name}-cleanup.timer
9c0a82
Source27: daemon.json
037cc3
Source29: 99-docker.conf
9c0a82
BuildRequires: sed
3ae847
BuildRequires: git
699406
BuildRequires: glibc-static
cc6bf7
BuildRequires: golang >= 1.7.4
cc6bf7
BuildRequires: gpgme-devel
699406
BuildRequires: device-mapper-devel
94c7ff
BuildRequires: pkgconfig(audit)
699406
BuildRequires: btrfs-progs-devel
699406
BuildRequires: sqlite-devel
26b193
BuildRequires: go-md2man >= 1.0.4
699406
BuildRequires: pkgconfig(systemd)
3ae847
BuildRequires: libseccomp-devel
cc6bf7
BuildRequires: libassuan-devel
0279f8
Requires: %{name}-common = %{epoch}:%{version}-%{release}
cc6bf7
Requires: %{name}-client = %{epoch}:%{version}-%{release}
275132
Requires(post): systemd
275132
Requires(preun): systemd
275132
Requires(postun): systemd
0279f8
Provides: lxc-%{name} = %{epoch}:%{version}-%{release}
0279f8
Provides: %{name}-io = %{epoch}:%{version}-%{release}
b28b51
b28b51
%description
b28b51
Docker is an open-source engine that automates the deployment of any
b28b51
application as a lightweight, portable, self-sufficient container that will
b28b51
run virtually anywhere.
b28b51
b28b51
Docker containers can encapsulate any payload, and will run consistently on
b28b51
and between virtually any server. The same container that a developer builds
b28b51
and tests on a laptop will run at scale, in production*, on VMs, bare-metal
b28b51
servers, OpenStack clusters, public instances, or combinations of the above.
b28b51
e34f9a
%if 0%{?with_unit_test}
e34f9a
%package unit-test
e34f9a
Summary: %{summary} - for running unit tests
e34f9a
e34f9a
%description unit-test
e34f9a
%{summary} - for running unit tests
e34f9a
%endif
e34f9a
b215bf
%package logrotate
311a84
Summary: cron job to run logrotate on Docker containers
0279f8
Requires: %{name} = %{epoch}:%{version}-%{release}
0279f8
Provides: %{name}-io-logrotate = %{epoch}:%{version}-%{release}
b215bf
b215bf
%description logrotate
b215bf
This package installs %{summary}. logrotate is assumed to be installed on
b215bf
containers for this to work, failures are silently ignored.
b215bf
638b7f
%package v1.10-migrator
638b7f
License: ASL 2.0 and CC-BY-SA
638b7f
Summary: Calculates SHA256 checksums for docker layer content
638b7f
638b7f
%description v1.10-migrator
638b7f
Starting from v1.10 docker uses content addressable IDs for the images and
638b7f
layers instead of using generated ones. This tool calculates SHA256 checksums
638b7f
for docker layer content, so that they don't need to be recalculated when the
638b7f
daemon starts for the first time.
638b7f
638b7f
The migration usually runs on daemon startup but it can be quite slow(usually
638b7f
100-200MB/s) and daemon will not be able to accept requests during
638b7f
that time. You can run this tool instead while the old daemon is still
638b7f
running and skip checksum calculation on startup.
638b7f
78f495
%package common
78f495
Summary: Common files for docker and docker-latest
13738e
Requires: device-mapper-libs >= 7:1.02.97
0ed995
Requires: oci-umount >= 2:2.0.0-1
13738e
Requires: oci-register-machine >= 1:0-3.10
13738e
Requires: oci-systemd-hook >= 1:0.1.4-9
86b31f
Requires: %{name}-rhel-push-plugin = %{epoch}:%{version}-%{release}
86b31f
Requires: subscription-manager-plugin-container
13738e
Requires: xz
86b31f
Requires: atomic-registries
13738e
Requires: container-selinux >= 2:2.21-2
0ed995
Requires: container-storage-setup >= 0.7.0-1
13738e
# rhbz#1214070 - update deps for d-s-s
13738e
Requires: lvm2 >= 2.02.112
13738e
Requires: xfsprogs
13738e
# rhbz#1282898 - obsolete docker-storage-setup
13738e
Obsoletes: %{name}-storage-setup <= 0.0.4-2
86b31f
Requires: skopeo-containers >= 0.1.24-3
13738e
Requires: gnupg
13738e
Requires: tar
78f495
78f495
%description common
78f495
This package contains the common files %{_bindir}/%{name} which will point to
78f495
%{_bindir}/%{name}-current or %{_bindir}/%{name}-latest configurable via
78f495
%{_sysconfdir}/sysconfig/%{repo}
78f495
cc6bf7
%package client
cc6bf7
Summary: Client side files for Docker
cc6bf7
License: ASL 2.0
cc6bf7
Requires: %{repo}-common
cc6bf7
cc6bf7
%description client
cc6bf7
%{summary}
cc6bf7
3ae847
%package novolume-plugin
f21b62
URL: %{git_novolume}
3ae847
License: MIT
3ae847
Summary: Block container starts with local volumes defined
0279f8
Requires: %{name} = %{epoch}:%{version}-%{release}
3ae847
3ae847
%description novolume-plugin
3ae847
When a volume in provisioned via the `VOLUME` instruction in a Dockerfile or
3ae847
via `docker run -v volumename`, host's storage space is used. This could lead to
3ae847
an unexpected out of space issue which could bring down everything.
3ae847
There are situations where this is not an accepted behavior. PAAS, for
3ae847
instance, can't allow their users to run their own images without the risk of
3ae847
filling the entire storage space on a server. One solution to this is to deny users
3ae847
from running images with volumes. This way the only storage a user gets can be limited
3ae847
and PAAS can assign quota to it.
3ae847
3ae847
This plugin solves this issue by disallowing starting a container with
3ae847
local volumes defined. In particular, the plugin will block `docker run` with:
3ae847
3ae847
- `--volumes-from`
3ae847
- images that have `VOLUME`(s) defined
3ae847
- volumes early provisioned with `docker volume` command
3ae847
3ae847
The only thing allowed will be just bind mounts.
3ae847
86b31f
%package rhel-push-plugin
86b31f
License: GPLv2
86b31f
Summary: Avoids pushing a RHEL-based image to docker.io registry
3ae847
86b31f
%description rhel-push-plugin
86b31f
In order to use this plugin you must be running at least Docker 1.10 which
86b31f
has support for authorization plugins.
3ae847
86b31f
This plugin avoids any RHEL based image to be pushed to the default docker.io
86b31f
registry preventing users to violate the RH subscription agreement.
3ae847
3ae847
%package lvm-plugin
3ae847
License: LGPLv3
3ae847
Summary: Docker volume driver for lvm volumes
0279f8
Requires: %{name} = %{epoch}:%{version}-%{release}
3ae847
3ae847
%description lvm-plugin
3ae847
Docker Volume Driver for lvm volumes.
3ae847
037cc3
This plugin can be used to create lvm volumes of specified size, which can
3ae847
then be bind mounted into the container using `docker run` command.
3ae847
b28b51
%prep
f21b62
%setup -q -n %{name}-%{commit_docker}
b215bf
275132
# untar d-s-s
3ae847
tar zxf %{SOURCE2}
275132
3ae847
# untar novolume-plugin
3ae847
tar zxf %{SOURCE4}
3ae847
3ae847
# untar rhel-push-plugin
86b31f
tar zxf %{SOURCE5}
3ae847
3ae847
# untar lvm-plugin
3ae847
tar zxf %{SOURCE6}
f21b62
pushd %{repo}-lvm-plugin-%{commit_lvm}/vendor
3ae847
mkdir src
3ae847
mv g* src/
3ae847
popd
3ae847
3ae847
# systemd file
3ae847
cp %{SOURCE8} .
3ae847
3ae847
# sysconfig file
3ae847
cp %{SOURCE9} .
3ae847
3ae847
# storage sysconfig file
3ae847
cp %{SOURCE10} .
3ae847
037cc3
# network sysconfig file
3ae847
cp %{SOURCE11} .
3ae847
3ae847
# logrotate README
3ae847
cp %{SOURCE13} .
3ae847
3ae847
# common exec README
3ae847
cp %{SOURCE15} .
3ae847
638b7f
# untar v1.10-migrator
638b7f
tar zxf %{SOURCE17}
638b7f
cc6bf7
# untar docker-runc
cc6bf7
tar zxf %{SOURCE19}
cc6bf7
cc6bf7
# untar docker-containerd
cc6bf7
tar zxf %{SOURCE20}
cc6bf7
b28b51
%build
b28b51
mkdir _build
b28b51
9c0a82
%global version_tag %{name}-%{version}-%{release}.%{_arch}
9c0a82
%{__sed} -r -i 's/^([\t ]*PkgVersion:[\t ]*)"<unknown>",$/\1"%{version_tag}",/' daemon/info.go
9c0a82
%{__sed} -r -i 's/^([\t ]*PkgVersion:[\t ]*)"<unknown>",$/\1"%{version_tag}",/' api/client/system/version.go
9c0a82
b28b51
pushd _build
78f495
  mkdir -p src/%{provider}.%{provider_tld}/{%{name},projectatomic}
311a84
  ln -s $(dirs +1 -l) src/%{import_path}
f21b62
  ln -s $(dirs +1 -l)/%{repo}-novolume-plugin-%{commit_novolume} src/%{provider}.%{provider_tld}/projectatomic/%{repo}-novolume-plugin
86b31f
  ln -s $(dirs +1 -l)/rhel-push-plugin-%{commit_rhel_push} src/%{provider}.%{provider_tld}/projectatomic/rhel-push-plugin
f21b62
  ln -s $(dirs +1 -l)/%{repo}-lvm-plugin-%{commit_lvm} src/%{provider}.%{provider_tld}/projectatomic/%{repo}-lvm-plugin
b28b51
popd
b28b51
f21b62
export GOPATH=$(pwd)/%{repo}-novolume-plugin-%{commit_novolume}/Godeps/_workspace:$(pwd)/_build
cc6bf7
pushd $(pwd)/_build/src
cc6bf7
%gobuild %{provider}.%{provider_tld}/projectatomic/%{repo}-novolume-plugin
cc6bf7
popd
cc6bf7
86b31f
export GOPATH=$(pwd)/rhel-push-plugin-%{commit_rhel_push}/Godeps/_workspace:$(pwd)/_build
86b31f
pushd $(pwd)/_build/src
86b31f
%gobuild %{provider}.%{provider_tld}/projectatomic/rhel-push-plugin
86b31f
popd
cc6bf7
f21b62
export GOPATH=$(pwd)/%{repo}-lvm-plugin-%{commit_lvm}/vendor:$(pwd)/_build
cc6bf7
pushd $(pwd)/_build/src
cc6bf7
%gobuild %{provider}.%{provider_tld}/projectatomic/%{repo}-lvm-plugin
cc6bf7
popd
cc6bf7
f21b62
export DOCKER_GITCOMMIT="%{shortcommit_docker}/%{version}"
3ae847
export DOCKER_BUILDTAGS='selinux seccomp'
3ae847
export GOPATH=$(pwd)/_build:$(pwd)/vendor:%{gopath}
3ae847
3ae847
# build %%{name} manpages
3ae847
man/md2man-all.sh
f21b62
go-md2man -in %{repo}-novolume-plugin-%{commit_novolume}/man/%{repo}-novolume-plugin.8.md -out %{repo}-novolume-plugin.8
86b31f
go-md2man -in rhel-push-plugin-%{commit_rhel_push}/man/rhel-push-plugin.8.md -out rhel-push-plugin.8
f21b62
go-md2man -in %{repo}-lvm-plugin-%{commit_lvm}/man/%{repo}-lvm-plugin.8.md -out %{repo}-lvm-plugin.8
b28b51
311a84
# build %%{name} binary
78f495
IAMSTATIC=false DOCKER_DEBUG=1 hack/make.sh dynbinary
b28b51
cp contrib/syntax/vim/LICENSE LICENSE-vim-syntax
b28b51
cp contrib/syntax/vim/README.md README-vim-syntax.md
b28b51
3ae847
# build v1.10-migrator
f21b62
pushd v1.10-migrator-%{commit_migrator}
3ae847
export GOPATH=$GOPATH:$(pwd)/Godeps/_workspace
3ae847
sed -i 's/godep //g' Makefile
3ae847
make v1.10-migrator-local
3ae847
popd
3ae847
cc6bf7
# build %%{repo}-runc
f21b62
pushd runc-%{commit_runc}
cc6bf7
make BUILDTAGS="seccomp selinux"
cc6bf7
popd
cc6bf7
cc6bf7
# build %%{name}-containerd
cc6bf7
pushd _build
f21b62
ln -s $(dirs +1 -l)/containerd-%{commit_containerd} src/%{provider}.%{provider_tld}/%{repo}/containerd
cc6bf7
popd
f21b62
pushd containerd-%{commit_containerd}
cc6bf7
make
cc6bf7
popd
cc6bf7
b28b51
%install
b28b51
# install binary
b28b51
install -d %{buildroot}%{_bindir}
cc6bf7
install -d %{buildroot}%{_libexecdir}/%{repo}
b215bf
26b193
for x in bundles/latest; do
cc6bf7
    if ! test -d $x/dynbinary-client; then
26b193
        continue
94c7ff
    fi
cc6bf7
    rm $x/dynbinary-client/*.{md5,sha256}
cc6bf7
    install -p -m 755 $x/dynbinary-client/%{repo}-%{version}* %{buildroot}%{_bindir}/%{name}-current
cc6bf7
    break
cc6bf7
done
cc6bf7
cc6bf7
for x in bundles/latest; do
cc6bf7
    if ! test -d $x/dynbinary-daemon; then
cc6bf7
    continue
cc6bf7
    fi
cc6bf7
    rm $x/dynbinary-daemon/*.{md5,sha256}
cc6bf7
    install -p -m 755 $x/dynbinary-daemon/%{repo}-proxy-* %{buildroot}%{_libexecdir}/%{repo}/%{repo}-proxy-current
cc6bf7
    install -p -m 755 $x/dynbinary-daemon/%{repo}d-* %{buildroot}%{_bindir}/%{repo}d-current
94c7ff
    break
94c7ff
done
b28b51
9c0a82
install -dp %{buildroot}%{_sysconfdir}/%{name}
9c0a82
install -p -m 644 %{SOURCE27} %{buildroot}%{_sysconfdir}/%{name}
9c0a82
b28b51
# install manpages
b28b51
install -d %{buildroot}%{_mandir}/man1
e34f9a
install -p -m 644 man/man1/* %{buildroot}%{_mandir}/man1
b28b51
install -d %{buildroot}%{_mandir}/man5
e34f9a
install -p -m 644 man/man5/* %{buildroot}%{_mandir}/man5
26b193
install -d %{buildroot}%{_mandir}/man8
26b193
install -p -m 644 man/man8/%{repo}*.8 %{buildroot}%{_mandir}/man8
b28b51
b28b51
# install bash completion
c4784f
install -d %{buildroot}%{_datadir}/bash-completion/completions/
311a84
install -p -m 644 contrib/completion/bash/%{name} %{buildroot}%{_datadir}/bash-completion/completions/
b28b51
b215bf
# install fish completion
26b193
# create, install and own %%{_datadir}/fish/vendor_completions.d until
b215bf
# upstream fish provides it
b215bf
install -dp %{buildroot}%{_datadir}/fish/vendor_completions.d
311a84
install -p -m 644 contrib/completion/fish/%{name}.fish %{buildroot}%{_datadir}/fish/vendor_completions.d
b215bf
b215bf
# install container logrotate cron script
b215bf
install -dp %{buildroot}%{_sysconfdir}/cron.daily/
3ae847
install -p -m 755 %{SOURCE12} %{buildroot}%{_sysconfdir}/cron.daily/%{name}-logrotate
b28b51
b28b51
# install vim syntax highlighting
b28b51
install -d %{buildroot}%{_datadir}/vim/vimfiles/{doc,ftdetect,syntax}
311a84
install -p -m 644 contrib/syntax/vim/doc/%{name}file.txt %{buildroot}%{_datadir}/vim/vimfiles/doc
311a84
install -p -m 644 contrib/syntax/vim/ftdetect/%{name}file.vim %{buildroot}%{_datadir}/vim/vimfiles/ftdetect
311a84
install -p -m 644 contrib/syntax/vim/syntax/%{name}file.vim %{buildroot}%{_datadir}/vim/vimfiles/syntax
b28b51
b215bf
# install zsh completion
b215bf
install -d %{buildroot}%{_datadir}/zsh/site-functions
311a84
install -p -m 644 contrib/completion/zsh/_%{name} %{buildroot}%{_datadir}/zsh/site-functions
b215bf
b28b51
# install udev rules
275132
install -d %{buildroot}%{_udevrulesdir}
311a84
install -p -m 755 contrib/udev/80-%{name}.rules %{buildroot}%{_udevrulesdir}
b28b51
b28b51
# install storage dir
311a84
install -d -m 700 %{buildroot}%{_sharedstatedir}/%{name}
b28b51
b28b51
# install systemd/init scripts
b28b51
install -d %{buildroot}%{_unitdir}
3ae847
install -p -m 644 %{SOURCE8} %{buildroot}%{_unitdir}
478cdc
install -p -m 644 %{SOURCE25} %{buildroot}%{_unitdir}
478cdc
install -p -m 644 %{SOURCE26} %{buildroot}%{_unitdir}
b215bf
b28b51
# for additional args
b28b51
install -d %{buildroot}%{_sysconfdir}/sysconfig/
3ae847
install -p -m 644 %{SOURCE9} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
3ae847
install -p -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/sysconfig/%{name}-storage
3ae847
install -p -m 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/sysconfig/%{name}-network
d9c15b
e34f9a
%if 0%{?with_unit_test}
311a84
install -d -m 0755 %{buildroot}%{_sharedstatedir}/%{name}-unit-test/
311a84
cp -pav VERSION Dockerfile %{buildroot}%{_sharedstatedir}/%{name}-unit-test/.
311a84
for d in */ ; do
311a84
  cp -a $d %{buildroot}%{_sharedstatedir}/%{name}-unit-test/
e34f9a
done
311a84
# remove %%{name}.initd as it requires /sbin/runtime no packages in Fedora
311a84
rm -rf %{buildroot}%{_sharedstatedir}/%{name}-unit-test/contrib/init/openrc/%{name}.initd
e34f9a
%endif
e34f9a
86b31f
# install certs for redhat registries
0ed995
mkdir -p %{buildroot}/etc/%{name}/certs.d/redhat.{com,io}
0ed995
mkdir -p %{buildroot}/etc/%{name}/certs.d/registry.access.redhat.com
0ed995
ln -s %{_sysconfdir}/rhsm/ca/redhat-uep.pem %{buildroot}/%{_sysconfdir}/%{name}/certs.d/redhat.com/redhat-ca.crt
0ed995
ln -s %{_sysconfdir}/rhsm/ca/redhat-uep.pem %{buildroot}/%{_sysconfdir}/%{name}/certs.d/redhat.io/redhat-ca.crt
0ed995
ln -s %{_sysconfdir}/rhsm/ca/redhat-uep.pem %{buildroot}/%{_sysconfdir}/%{name}/certs.d/registry.access.redhat.com/redhat-ca.crt
b215bf
037cc3
# install container-storage-setup
f21b62
pushd container-storage-setup-%{commit_dss}
037cc3
make install-docker DESTDIR=%{buildroot}
275132
popd
275132
cc6bf7
# install %%{_bindir}/%%{name}
78f495
install -d %{buildroot}%{_bindir}
3ae847
install -p -m 755 %{SOURCE14} %{buildroot}%{_bindir}/%{name}
478cdc
install -p -m 755 %{SOURCE24} %{buildroot}%{_bindir}/%{name}d
cc6bf7
install -p -m 755 %{SOURCE21} %{buildroot}%{_bindir}/%{name}-containerd
cc6bf7
install -p -m 755 %{SOURCE22} %{buildroot}%{_bindir}/%{name}-containerd-shim
3ae847
3ae847
# install novolume-plugin executable, unitfile, socket and man
3ae847
install -d %{buildroot}/%{_libexecdir}/%{repo}
3ae847
install -p -m 755 _build/src/%{repo}-novolume-plugin %{buildroot}/%{_libexecdir}/%{repo}/%{repo}-novolume-plugin
f21b62
install -p -m 644 %{repo}-novolume-plugin-%{commit_novolume}/systemd/%{repo}-novolume-plugin.s* %{buildroot}%{_unitdir}
3ae847
install -d %{buildroot}%{_mandir}/man8
3ae847
install -p -m 644 %{repo}-novolume-plugin.8 %{buildroot}%{_mandir}/man8
3ae847
3ae847
# install rhel-push-plugin executable, unitfile, socket and man
86b31f
install -d %{buildroot}%{_libexecdir}/%{repo}
86b31f
install -p -m 755 _build/src/rhel-push-plugin %{buildroot}%{_libexecdir}/%{repo}/rhel-push-plugin
86b31f
install -p -m 644 rhel-push-plugin-%{commit_rhel_push}/systemd/rhel-push-plugin.service %{buildroot}%{_unitdir}/rhel-push-plugin.service
86b31f
install -p -m 644 rhel-push-plugin-%{commit_rhel_push}/systemd/rhel-push-plugin.socket %{buildroot}%{_unitdir}/rhel-push-plugin.socket
86b31f
install -d %{buildroot}%{_mandir}/man8
86b31f
install -p -m 644 rhel-push-plugin.8 %{buildroot}%{_mandir}/man8
3ae847
3ae847
# install %%{repo}-lvm-plugin executable, unitfile, socket and man
3ae847
install -d %{buildroot}/%{_libexecdir}/%{repo}
3ae847
install -p -m 755 _build/src/%{repo}-lvm-plugin %{buildroot}/%{_libexecdir}/%{repo}/%{repo}-lvm-plugin
f21b62
install -p -m 644 %{repo}-lvm-plugin-%{commit_lvm}/systemd/%{repo}-lvm-plugin.s* %{buildroot}%{_unitdir}
3ae847
install -d %{buildroot}%{_mandir}/man8
3ae847
install -p -m 644 %{repo}-lvm-plugin.8 %{buildroot}%{_mandir}/man8
3ae847
mkdir -p %{buildroot}%{_sysconfdir}/%{repo}
f21b62
install -p -m 644 %{repo}-lvm-plugin-%{commit_lvm}%{_sysconfdir}/%{repo}/%{repo}-lvm-plugin %{buildroot}%{_sysconfdir}/%{repo}/%{repo}-lvm-plugin
3ae847
3ae847
# install v1.10-migrator
3ae847
install -d %{buildroot}%{_bindir}
f21b62
install -p -m 700 v1.10-migrator-%{commit_migrator}/v1.10-migrator-local %{buildroot}%{_bindir}/%{name}-v1.10-migrator-local
3ae847
3ae847
# install v1.10-migrator-helper
638b7f
install -p -m 700 %{SOURCE18} %{buildroot}%{_bindir}/%{name}-v1.10-migrator-helper
78f495
cc6bf7
# install docker-runc
cc6bf7
install -d %{buildroot}%{_libexecdir}/%{repo}
f21b62
install -p -m 755 runc-%{commit_runc}/runc %{buildroot}%{_libexecdir}/%{repo}/%{repo}-runc-current
cc6bf7
cc6bf7
#install docker-containerd
f21b62
install -p -m 755 containerd-%{commit_containerd}/bin/containerd %{buildroot}%{_bindir}/%{repo}-containerd-current
f21b62
install -p -m 755 containerd-%{commit_containerd}/bin/containerd-shim %{buildroot}%{_bindir}/%{repo}-containerd-shim-current
f21b62
install -p -m 755 containerd-%{commit_containerd}/bin/ctr %{buildroot}%{_bindir}/%{repo}-ctr-current
cc6bf7
037cc3
#install sysctl knob
037cc3
install -d -p %{buildroot}%{_usr}/lib/sysctl.d
037cc3
install -p -m 644 %{SOURCE29} %{buildroot}%{_usr}/lib/sysctl.d
037cc3
b215bf
%check
311a84
[ ! -w /run/%{name}.sock ] || {
b215bf
    mkdir test_dir
b215bf
    pushd test_dir
cc6bf7
    git clone https://%{provider}.%{provider_tld}/projectatomic/%{repo}.git -b %{docker_branch}
cc6bf7
    pushd %{repo}
b215bf
    make test
b215bf
    popd
b215bf
    popd
b215bf
}
b28b51
b28b51
%pre
311a84
getent passwd %{name}root > /dev/null || %{_sbindir}/useradd -r -d %{_sharedstatedir}/%{name} -s /sbin/nologin -c "Docker User" %{name}root
b28b51
exit 0
b28b51
b28b51
%post
311a84
%systemd_post %{name}.service
b28b51
b28b51
%preun
311a84
%systemd_preun %{name}.service
b28b51
b28b51
%postun
311a84
%systemd_postun_with_restart %{name}.service
b28b51
037cc3
%post common
037cc3
%sysctl_apply 99-%{name}.conf
037cc3
478cdc
%post lvm-plugin
478cdc
%systemd_post %{name}-lvm-plugin.service
478cdc
478cdc
%preun lvm-plugin
478cdc
%systemd_preun %{name}-lvm-plugin.service
478cdc
478cdc
%postun lvm-plugin
478cdc
%systemd_postun_with_restart %{name}-lvm-plugin.service
478cdc
478cdc
%post novolume-plugin
478cdc
%systemd_post %{name}-novolume-plugin.service
478cdc
478cdc
%preun novolume-plugin
478cdc
%systemd_preun %{name}-novolume-plugin.service
478cdc
478cdc
%postun novolume-plugin
478cdc
%systemd_postun_with_restart %{name}-novolume-plugin.service
478cdc
86b31f
%post rhel-push-plugin
86b31f
%systemd_post rhel-push-plugin.service
478cdc
86b31f
%preun rhel-push-plugin
86b31f
%systemd_preun rhel-push-plugin.service
478cdc
86b31f
%postun rhel-push-plugin
86b31f
%systemd_postun_with_restart rhel-push-plugin.service
d3ef29
78f495
#define license tag if not already defined
78f495
%{!?_licensedir:%global license %doc}
78f495
b28b51
%files
78f495
%license LICENSE*
78f495
%doc AUTHORS CHANGELOG.md CONTRIBUTING.md MAINTAINERS NOTICE README*.md
13738e
%config(noreplace) %attr(644, root, root) %{_sysconfdir}/sysconfig/%{name}-storage
13738e
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}-network
13738e
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}-storage-setup
9c0a82
%config(noreplace) %{_sysconfdir}/%{name}/daemon.json
78f495
%dir %{_sysconfdir}/%{name}
cc6bf7
%{_bindir}/%{name}d-current
cc6bf7
%{_bindir}/%{name}-storage-setup
cc6bf7
%{_bindir}/%{name}-containerd-current
cc6bf7
%{_bindir}/%{name}-containerd-shim-current
cc6bf7
%{_bindir}/%{name}-ctr-current
3ae847
%{_sysconfdir}/%{name}/certs.d
26b193
%{_mandir}/man1/%{name}*.1.gz
26b193
%{_mandir}/man5/*.5.gz
cc6bf7
%{_mandir}/man8/%{name}d.8.gz
9ae94f
%{_unitdir}/%{name}.service
3ae847
%{_unitdir}/%{name}-storage-setup.service
311a84
%{_datadir}/bash-completion/completions/%{name}
13738e
%dir %attr(711, root, root) %{_sharedstatedir}/%{name}
311a84
%{_udevrulesdir}/80-%{name}.rules
b215bf
%dir %{_datadir}/fish/vendor_completions.d/
311a84
%{_datadir}/fish/vendor_completions.d/%{name}.fish
b28b51
%dir %{_datadir}/vim/vimfiles/doc
311a84
%{_datadir}/vim/vimfiles/doc/%{name}file.txt
b28b51
%dir %{_datadir}/vim/vimfiles/ftdetect
311a84
%{_datadir}/vim/vimfiles/ftdetect/%{name}file.vim
b28b51
%dir %{_datadir}/vim/vimfiles/syntax
311a84
%{_datadir}/vim/vimfiles/syntax/%{name}file.vim
b215bf
%dir %{_datadir}/zsh/site-functions
311a84
%{_datadir}/zsh/site-functions/_%{name}
cc6bf7
# 1.12 specific
cc6bf7
%dir %{_libexecdir}/%{repo}
cc6bf7
%{_libexecdir}/%{repo}/%{repo}-runc-current
cc6bf7
%{_libexecdir}/%{repo}/%{repo}-proxy-current
f21b62
%{_unitdir}/%{name}-cleanup.service
f21b62
%{_unitdir}/%{name}-cleanup.timer
cc6bf7
#%%{_unitdir}/%%{repo}-containerd.service
e34f9a
e34f9a
%if 0%{?with_unit_test}
e34f9a
%files unit-test
311a84
%{_sharedstatedir}/%{name}-unit-test/
e34f9a
%endif
b215bf
b215bf
%files logrotate
311a84
%doc README.%{name}-logrotate
311a84
%{_sysconfdir}/cron.daily/%{name}-logrotate
b28b51
78f495
%files common
78f495
%doc README-%{name}-common
78f495
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
cc6bf7
%{_bindir}/%{name}
478cdc
%{_bindir}/%{name}d
cc6bf7
%{_bindir}/%{name}-containerd
cc6bf7
%{_bindir}/%{name}-containerd-shim
cc6bf7
%dir %{_libexecdir}/%{repo}
037cc3
%{_usr}/lib/sysctl.d/99-%{name}.conf
78f495
cc6bf7
%files client
cc6bf7
%license LICENSE*
cc6bf7
%{_bindir}/%{name}-current
cc6bf7
3ae847
%files novolume-plugin
f21b62
%license %{repo}-novolume-plugin-%{commit_novolume}/LICENSE
f21b62
%doc %{repo}-novolume-plugin-%{commit_novolume}/README.md
3ae847
%{_mandir}/man8/%{repo}-novolume-plugin.8.gz
3ae847
%{_libexecdir}/%{repo}/%{repo}-novolume-plugin
3ae847
%{_unitdir}/%{repo}-novolume-plugin.*
3ae847
86b31f
%files rhel-push-plugin
86b31f
%license rhel-push-plugin-%{commit_rhel_push}/LICENSE
86b31f
%doc rhel-push-plugin-%{commit_rhel_push}/README.md
86b31f
%{_mandir}/man8/rhel-push-plugin.8.gz
86b31f
%{_libexecdir}/%{repo}/rhel-push-plugin
86b31f
%{_unitdir}/rhel-push-plugin.*
3ae847
3ae847
%files lvm-plugin
f21b62
%license %{repo}-lvm-plugin-%{commit_lvm}/LICENSE
f21b62
%doc %{repo}-lvm-plugin-%{commit_lvm}/README.md
3ae847
%config(noreplace) %{_sysconfdir}/%{repo}/%{repo}-lvm-plugin
3ae847
%{_mandir}/man8/%{repo}-lvm-plugin.8.gz
3ae847
%{_libexecdir}/%{repo}/%{repo}-lvm-plugin
3ae847
%{_unitdir}/%{repo}-lvm-plugin.*
3ae847
3ae847
%files v1.10-migrator
f21b62
%license v1.10-migrator-%{commit_migrator}/LICENSE.{code,docs}
f21b62
%doc v1.10-migrator-%{commit_migrator}/{CONTRIBUTING,README}.md
638b7f
%{_bindir}/%{name}-v1.10-migrator-*
3ae847
b28b51
%changelog
86b31f
* Thu Nov 16 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-68.gitec8512b
86b31f
- revert some docker.sysconfig deletions wrongly done in commit 3b003db
86b31f
86b31f
* Thu Nov 09 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-67.gitec8512b
86b31f
- built docker @projectatomic/docker-1.12.6 commit ec8512b
86b31f
- built docker-novolume-plugin commit 385ec70
86b31f
- built rhel-push-plugin commit af9107b
86b31f
- built docker-lvm-plugin commit 8647404
86b31f
- built docker-runc @projectatomic/docker-1.12.6 commit c5d3116
86b31f
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d
86b31f
86b31f
* Thu Nov 09 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-66.gitd6f7b83
86b31f
- built docker @projectatomic/docker-1.12.6 commit d6f7b83
86b31f
- built docker-novolume-plugin commit 385ec70
86b31f
- built rhel-push-plugin commit af9107b
86b31f
- built docker-lvm-plugin commit 8647404
86b31f
- built docker-runc @projectatomic/docker-1.12.6 commit c5d3116
86b31f
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d
86b31f
86b31f
* Tue Nov 07 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-65.git61aa37c
86b31f
- adjust sources file
86b31f
86b31f
* Fri Nov 03 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-64.git61aa37c
86b31f
- Resolves: #1498553
86b31f
- built docker @projectatomic/docker-1.12.6 commit 61aa37c
86b31f
- built docker-novolume-plugin commit 385ec70
86b31f
- built rhel-push-plugin commit af9107b
86b31f
- built docker-lvm-plugin commit 8647404
86b31f
- built docker-runc @projectatomic/docker-1.12.6 commit c5d3116
86b31f
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d
86b31f
86b31f
* Thu Nov 02 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-63.git6f58874
86b31f
- built docker @projectatomic/docker-1.12.6 commit 6f58874
86b31f
- built docker-novolume-plugin commit 385ec70
86b31f
- built rhel-push-plugin commit af9107b
86b31f
- built docker-lvm-plugin commit 8647404
86b31f
- built docker-runc @projectatomic/docker-1.12.6 commit c5d3116
86b31f
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d
86b31f
86b31f
* Thu Oct 19 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-62.git85d7426
86b31f
- rhel subscription secrets info moved to skopeo-containers
86b31f
- require skopeo-containers >= 0.1.24-3
70f534
0ed995
* Tue Sep 26 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-61.git85d7426
0ed995
- reverted sources, the same file name should not have a different name
0ed995
0ed995
* Tue Sep 26 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-60.git85d7426
0ed995
- Resolves: #1475768
0ed995
- built docker @projectatomic/docker-1.12.6 commit 85d7426
0ed995
- built docker-novolume-plugin commit 385ec70
0ed995
- built rhel-push-plugin commit af9107b
0ed995
- built docker-lvm-plugin commit 8647404
0ed995
- built docker-runc @projectatomic/docker-1.12.6 commit c5d3116
0ed995
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d
0ed995
0ed995
* Fri Sep 22 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 2:1.12.6-59.git85d7426
0ed995
- reverted sources, the same file name should not have a different hash
0ed995
0ed995
* Thu Sep 21 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-58.git85d7426
0ed995
- Resolves: #1455071
0ed995
- built docker @projectatomic/docker-1.12.6 commit 85d7426
0ed995
- built docker-novolume-plugin commit 385ec70
0ed995
- built rhel-push-plugin commit af9107b
0ed995
- built docker-lvm-plugin commit 8647404
0ed995
- built docker-runc @projectatomic/docker-1.12.6 commit c5d3116
0ed995
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d
0ed995
0ed995
* Wed Sep 20 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-57.git85d7426
0ed995
- built docker @projectatomic/docker-1.12.6 commit 85d7426
0ed995
- built docker-novolume-plugin commit 385ec70
0ed995
- built rhel-push-plugin commit af9107b
0ed995
- built docker-lvm-plugin commit 8647404
0ed995
- built docker-runc @projectatomic/docker-1.12.6 commit 31a9f6e
0ed995
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d
0ed995
0ed995
* Mon Sep 18 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-56.git638a809
0ed995
- built docker @projectatomic/docker-1.12.6 commit 638a809
0ed995
- built docker-novolume-plugin commit 385ec70
0ed995
- built rhel-push-plugin commit af9107b
0ed995
- built docker-lvm-plugin commit 8647404
0ed995
- built docker-runc @projectatomic/docker-1.12.6 commit 31a9f6e
0ed995
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d
0ed995
- built oci-umount commit 21c84aa
633b05
13738e
* Thu Aug 24 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-55.gitc4618fb
13738e
- Resolves: #1477787
13738e
- built oci-umount commit 6f0317a
13738e
13738e
* Tue Aug 22 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-54.gitc4618fb
13738e
- built oci-umount commit 8377044
13738e
- ensure diff between 1.12.6-51 and latest is only container-selinux NVR
13738e
13738e
* Tue Aug 22 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-53.gitc4618fb
13738e
- Resolves: #1484146
13738e
- need container-selinux >= 2:2.21-2
13738e
13738e
* Tue Aug 15 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-52.gitc4618fb
13738e
- built docker @projectatomic/docker-1.12.6 commit c4618fb
13738e
- built docker-novolume-plugin commit 385ec70
13738e
- built rhel-push-plugin commit af9107b
13738e
- built docker-lvm-plugin commit 8647404
13738e
- built docker-runc @projectatomic/docker-1.12.6 commit 31a9f6e
13738e
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d
13738e
- built oci-umount commit 299e781
13738e
13738e
* Tue Aug 08 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-51.gitc4618fb
13738e
- Resolves: #1472974
13738e
- built docker @projectatomic/docker-1.12.6 commit c4618fb
13738e
- built docker-novolume-plugin commit 385ec70
13738e
- built rhel-push-plugin commit af9107b
13738e
- built docker-lvm-plugin commit 8647404
13738e
- built docker-runc @projectatomic/docker-1.12.6 commit 31a9f6e
13738e
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d
13738e
- built oci-umount commit 8377044
13738e
13738e
* Wed Aug 02 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-50.git0fdc778
13738e
- Resolves: #1428142, #1454371, #1454420, #1456184, #1470261, #1430905
13738e
- Resolves: #1446526, #1450221, #1451474, #1459268, #1461024, #1461071
13738e
- Resolves: #1464188, #1466242, #1464933, #1470640
13738e
- built docker @projectatomic/docker-1.12.6 commit 0fdc778
13738e
- built docker-novolume-plugin commit 385ec70
13738e
- built rhel-push-plugin commit af9107b
13738e
- built docker-lvm-plugin commit 8647404
13738e
- built docker-runc @projectatomic/docker-1.12.6 commit 31a9f6e
13738e
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d
13738e
- built oci-umount commit 8377044
13738e
13738e
* Tue Jul 25 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 2:1.12.6-49.git0fdc778
13738e
- changed permissions of /var/lib/docker and /etc/sysconfig/docker-storage, #1473785 
65d2e6
037cc3
* Thu Jul 20 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-48.git0fdc778
037cc3
- built docker @projectatomic/docker-1.12.6 commit 0fdc778
b0a40a
- built docker-novolume-plugin commit 385ec70
b0a40a
- built rhel-push-plugin commit af9107b
b0a40a
- built docker-lvm-plugin commit 8647404
037cc3
- built docker-runc @projectatomic/docker-1.12.6 commit 79c3939
037cc3
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d
037cc3
- built oci-umount commit 8377044
b0a40a
037cc3
* Wed Jul 19 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-47.git0fdc778
037cc3
- Resolves: #1471218
037cc3
- built docker @projectatomic/docker-1.12.6 commit 0fdc778
b0a40a
- built docker-novolume-plugin commit 385ec70
b0a40a
- built rhel-push-plugin commit af9107b
b0a40a
- built docker-lvm-plugin commit 8647404
037cc3
- built docker-runc @projectatomic/docker-1.12.6 commit 79c3939
037cc3
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d
037cc3
- built oci-umount commit 4f960ae
037cc3
037cc3
* Wed Jul 19 2017 fkluknav <fkluknav@redhat.com> - 2:1.12.6-46.git1680dd8
037cc3
- rebased runc to 79c3939053c870fbb4de5484d98640d5ba028ef4, #1471803
037cc3
037cc3
* Wed Jul 12 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-45.git1680dd8
037cc3
- Resolves: #1467350, #1463824, #1460931, #1446635, #1436731, #1418173
037cc3
- Resolves: #1413536, #1412881, #1389545, #1366803, #1264971
037cc3
- add bzs fixed so far ^
037cc3
- built docker @projectatomic/docker-1.12.6 commit 1680dd8
b0a40a
- built docker-novolume-plugin commit 385ec70
b0a40a
- built rhel-push-plugin commit af9107b
b0a40a
- built docker-lvm-plugin commit 8647404
b0a40a
- built docker-runc @projectatomic/docker-1.12.6 commit f572169
037cc3
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d
037cc3
- built oci-umount commit afbf716
671376
037cc3
* Tue Jul 11 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-44.gitf55a118
037cc3
- Resolves: #1454371 - depend on subscription-manager-plugin-container
9c0a82
037cc3
* Tue Jul 11 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-43.gitf55a118
037cc3
- built docker @projectatomic/docker-1.12.6 commit 1680dd8
037cc3
- built oci-umount commit afbf716
9c0a82
037cc3
* Tue Jul 11 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 2:1.12.6-42.1.gitf55a118
037cc3
- /etc/docker/certs.d/registry.access.redhat.com/redhat-ca.crt symlink added, #1428142
9c0a82
037cc3
* Mon Jul 03 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-41.1.gitf55a118
037cc3
- Resolves: #1468249, #1468244
037cc3
- record exact commits rebased to in previous build
037cc3
- built oci-umount commit c134575
9c0a82
037cc3
* Mon Jul 03 2017 fkluknav <fkluknav@redhat.com> - 2:1.12.6-40.1.gitf55a118
037cc3
- rebased docker and containerd
037cc3
- built docker @projectatomic/docker-1.12.6 commit f55a118
037cc3
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d 
9c0a82
037cc3
* Wed Jun 14 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-39.1.git6ffd653
037cc3
- enable all arches
9c0a82
037cc3
* Tue Jun 13 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-38.1.git6ffd653
037cc3
- disable s390x again
9c0a82
037cc3
* Tue Jun 13 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-37.1.git6ffd653
037cc3
- enable all arches again
9c0a82
037cc3
* Tue Jun 13 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-36.1.git6ffd653
037cc3
- disable s390x temporarily because of indefinite wait time on brew
9c0a82
037cc3
* Tue Jun 13 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-35.1.git6ffd653
037cc3
- Resolves: #1460266, #1460326
037cc3
- built docker @projectatomic/docker-1.12.6 commit 6ffd653
9c0a82
- built docker-novolume-plugin commit 385ec70
037cc3
- built rhel-push-plugin commit af9107b
9c0a82
- built docker-lvm-plugin commit 8647404
037cc3
- built docker-runc @projectatomic/docker-1.12.6 commit f572169
037cc3
- built docker-containerd @projectatomic/docker-1.12.6 commit d4e2f9d
9c0a82
037cc3
* Thu Jun 08 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-34.1.git3a6eaeb
037cc3
- built docker @projectatomic/docker-1.12.6 commit 3a6eaeb
9c0a82
- built docker-novolume-plugin commit 385ec70
037cc3
- built rhel-push-plugin commit af9107b
9c0a82
- built docker-lvm-plugin commit 8647404
037cc3
- built docker-runc @projectatomic/docker-1.12.6 commit f572169
037cc3
- built docker-containerd @projectatomic/docker-1.12.6 commit d4e2f9d
9c0a82
037cc3
* Thu Apr 27 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-18.1.gitc14458a
037cc3
- Resolves: #1400255 - enable criu
037cc3
- built docker @projectatomic/docker-1.12.6 commit c14458a
9c0a82
- built docker-novolume-plugin commit 385ec70
9c0a82
- built rhel-push-plugin commit 70653ed
9c0a82
- built docker-lvm-plugin commit 8647404
9c0a82
- built docker-runc @projectatomic/docker-1.12.6 commit 81b2542
9c0a82
- built docker-containerd @projectatomic/docker-1.12.6 commit f3f35e9
923334
037cc3
* Fri Mar 24 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-17.1
037cc3
- rebuild for all available arches for 7.4 Extras
037cc3
f21b62
* Tue Mar 21 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-16
f21b62
- require oci-register-machine >= 1:0-3.10
f21b62
f21b62
* Mon Mar 20 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-15
f21b62
- require: container-selinux >= 2:2.10-2 (RE: #1433223)
f21b62
- Resolves: #1427332 - container-selinux removal should remove docker as well
f21b62
- move cleanup unitfiles to docker package
f21b62
- remove /etc/docker/daemon.json
f21b62
f21b62
* Thu Mar 16 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-14
f21b62
- built docker @projectatomic/docker-1.12.6 commit 3a094bd
f21b62
- built v1.10-migrator commit c417a6a
f21b62
- built docker-novolume-plugin commit 385ec70
f21b62
- built rhel-push-plugin commit 70653ed
f21b62
- built docker-lvm-plugin commit 8647404
f21b62
- built docker-runc @docker-1.12.6 commit 81b2542
f21b62
- built docker-containerd @projectatomic/docker-1.12.4 commit 471f03c
f21b62
f21b62
* Fri Mar 03 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-13
f21b62
- move docker-cleanup unitfiles to docker-common
f21b62
f21b62
* Thu Mar 02 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-12
f21b62
- built docker @projectatomic/docker-1.12.6 commit 3a094bd
f21b62
- built v1.10-migrator commit c417a6a
f21b62
- built docker-novolume-plugin commit 385ec70
f21b62
- built rhel-push-plugin commit 70653ed
f21b62
- built docker-lvm-plugin commit 8647404
f21b62
- built docker-runc @projectatomic/docker-1.12.6 commit 81b2542
f21b62
- built docker-containerd @projectatomic/docker-1.12.4 commit 471f03c
e75a68
478cdc
* Thu Feb 23 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-11
478cdc
- Resolves: #1426290
478cdc
- built docker @projectatomic/docker-1.12.6 commit 96d83a5
478cdc
478cdc
* Tue Feb 21 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-10
478cdc
- Resolves: #1360892
478cdc
- From: Luwen Su <lsu@redhat.com>
478cdc
478cdc
* Tue Feb 21 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-9
478cdc
- Resolves: #1420147
478cdc
- built docker @projectatomic/docker-1.12.6 commit 7f3e2af
478cdc
- require container-selinux >= 2:2.9-4
478cdc
478cdc
* Mon Feb 20 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-8
478cdc
- bump to -8 for consistent nvr with docker-latest
478cdc
478cdc
* Mon Feb 20 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-7
478cdc
- require container-selinux >= 2:2.9-3
478cdc
478cdc
* Thu Feb 16 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-6
478cdc
- Resolves: #1415850
478cdc
478cdc
* Wed Feb 15 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-5
478cdc
- Resolves: #1421714
478cdc
- built docker @projectatomic/docker-1.12.6 commit ddff1c3
478cdc
- built v1.10-migrator commit c417a6a
478cdc
- built docker-novolume-plugin commit 385ec70
478cdc
- built rhel-push-plugin commit 70653ed
478cdc
- built docker-lvm-plugin commit 8647404
478cdc
- built docker-runc @projectatomic/docker-1.12.6 commit 81b2542
478cdc
- built docker-containerd @projectatomic/docker-1.12.4 commit 471f03c
478cdc
478cdc
* Tue Feb 14 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-4
478cdc
- Resolves: #1360892 - handle plugin restart
478cdc
- From: Dan Walsh <dwalsh@redhat.com>
478cdc
478cdc
* Mon Feb 13 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-3
478cdc
- Resolves: #1420591
478cdc
- requires: container-selinux >= 2:2.9-1
478cdc
478cdc
* Tue Feb 07 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-2
478cdc
- built docker @projectatomic/docker-1.12.6 commit dfc4aea
478cdc
- built v1.10-migrator commit c417a6a
478cdc
- built docker-novolume-plugin commit 385ec70
478cdc
- built rhel-push-plugin commit 70653ed
478cdc
- built docker-lvm-plugin commit 8647404
478cdc
- built docker-runc commit 81b2542
478cdc
- built docker-containerd commit 471f03c
478cdc
478cdc
* Wed Jan 18 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-1
478cdc
- Resolves: #1413535 - container-selinux should obsolete docker-selinux
478cdc
- Resolves: #1411980 - honor the --default-runtime flag
478cdc
- Resolves: #1414250 - /usr/bin/dockerd execs dockerd-[current|latest]
478cdc
- Resolves: #1414436 - enable --restart=on-failure
478cdc
- Resolves: #1381929 - update manpages for '--format' example
478cdc
- built docker @projectatomic/docker-1.12.6 commit 037a2f5
478cdc
- built container-selinux commit 1169298
478cdc
- built d-s-s commit f7a3746
478cdc
- built v1.10-migrator commit c417a6a
478cdc
- built docker-novolume-plugin commit 385ec70
478cdc
- built rhel-push-plugin commit eb9e6be
478cdc
- built docker-lvm-plugin commit 8647404
478cdc
- built docker-runc commit 81b2542
478cdc
- built docker-containerd commit 471f03c
478cdc
478cdc
* Thu Jan 12 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-15
478cdc
- use oci-systemd-hook >= 1:0.1.4-9
f3da01
cc6bf7
* Wed Jan 11 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-14
cc6bf7
- reference correct container-selinux commit id (58209b8)
cc6bf7
in 2:1.12.5-13 changelog
cc6bf7
cc6bf7
* Wed Jan 11 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-13
cc6bf7
- Resolves: #1412385 - SELinux issues
cc6bf7
- built container-selinux origin/RHEL-1.12 commit 58209b8
cc6bf7
cc6bf7
* Tue Jan 10 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-12
cc6bf7
- relabel docker-latest unitfiles as well
cc6bf7
cc6bf7
* Tue Jan 10 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-11
cc6bf7
- enforce min version-release for oci-register-machine and oci-systemd-hook
cc6bf7
cc6bf7
* Tue Jan 10 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-10
cc6bf7
- Resolves: #1409706 - *CVE-2016-9962* - set init processes as non-dumpable,
cc6bf7
runc patch from Michael Crosby <crosbymichael@gmail.com>
cc6bf7
cc6bf7
* Thu Jan 05 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-9
cc6bf7
- Resolves: #1403264 - friendlier error message if no /usr/bin/docker-current
cc6bf7
or /usr/bin/docker-latest found.
cc6bf7
- Resolves: #1410434 - fix panic on push
cc6bf7
- built docker @projectatomic/docker-1.12.5 commit 047e51b
cc6bf7
- built container-selinux commit a85092b
cc6bf7
- built d-s-s commit 6709fe6
cc6bf7
- built v1.10-migrator commit c417a6a
cc6bf7
- built docker-novolume-plugin commit 385ec70
cc6bf7
- built rhel-push-plugin commit eb9e6be
cc6bf7
- built docker-lvm-plugin commit 8647404
cc6bf7
- built docker-runc commit b8dbc3b
cc6bf7
- built docker-containerd commit 471f03c
cc6bf7
cc6bf7
* Wed Dec 21 2016 Dan Walsh <dwalsh@redhat.com> - 2:1.12.5-8
cc6bf7
- Fix handling of container-selinux update and relabel
cc6bf7
- Resolves: #1404372, #1395401, #1368092, #1405464, #1400372, #1381929,
cc6bf7
- Resolves: #1351609, #1404298, #1368426, #1399398, #1244300, #1374514,
cc6bf7
- Resolves: #1400228, #1405306, #1405888, #1403270
cc6bf7
cc6bf7
* Tue Dec 20 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-7
cc6bf7
- remove DOCKER_PROXY_BINARY env var
cc6bf7
cc6bf7
* Tue Dec 20 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-6
cc6bf7
- version-release consistent with docker-latest
cc6bf7
cc6bf7
* Tue Dec 20 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-5
cc6bf7
- Resolves: #1406460 - add --userland-proxy-path option to unitfile
cc6bf7
- Resolves: #1406446 - add --signature-verification=false to $OPTIONS in
cc6bf7
/etc/sysconfig/docker
cc6bf7
cc6bf7
* Mon Dec 19 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-4
cc6bf7
- Resolves: #1405989
cc6bf7
- From: Jan Pazdziora <jpazdziora@redhat.com>
cc6bf7
cc6bf7
* Fri Dec 16 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-3
cc6bf7
- built docker @projectatomic/docker-1.12.5 commit 6009905
cc6bf7
- built container-selinux commit a85092b
cc6bf7
- built d-s-s commit b7175b4
cc6bf7
- built v1.10-migrator commit c417a6a
cc6bf7
- built docker-novolume-plugin commit 385ec70
cc6bf7
- built rhel-push-plugin commit eb9e6be
cc6bf7
- built docker-lvm-plugin commit d918081
cc6bf7
- built docker-runc commit b8dbc3b
cc6bf7
- built docker-containerd commit 471f03c
cc6bf7
cc6bf7
* Fri Dec 16 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-2
cc6bf7
- built docker @projectatomic/docker-1.12.5 commit 6009905
cc6bf7
- built container-selinux commit a85092b
cc6bf7
- built d-s-s commit b7175b4
cc6bf7
- built v1.10-migrator commit c417a6a
cc6bf7
- built docker-novolume-plugin commit 385ec70
cc6bf7
- built rhel-push-plugin commit eb9e6be
cc6bf7
- built docker-lvm-plugin commit d918081
cc6bf7
- built docker-runc commit b8dbc3b
cc6bf7
- built docker-containerd commit 471f03c
cc6bf7
cc6bf7
* Fri Dec 16 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-1
cc6bf7
- built docker @projectatomic/docker-1.12.5 commit 6009905
cc6bf7
- built container-selinux commit a85092b
cc6bf7
- built d-s-s commit b7175b4
cc6bf7
- built v1.10-migrator commit c417a6a
cc6bf7
- built docker-novolume-plugin commit 385ec70
cc6bf7
- built rhel-push-plugin commit eb9e6be
cc6bf7
- built docker-lvm-plugin commit d918081
cc6bf7
- built docker-runc commit b8dbc3b
cc6bf7
- built docker-containerd commit 471f03c
cc6bf7
cc6bf7
* Tue Dec 13 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.4-3
cc6bf7
- docker requires docker-client
cc6bf7
cc6bf7
* Tue Dec 13 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.4-2
cc6bf7
- built docker @projectatomic/docker-1.12.4 commit 1b5971a
cc6bf7
- built container-selinux commit cc14935
cc6bf7
- built d-s-s commit 0d53efa
cc6bf7
- built v1.10-migrator commit c417a6a
cc6bf7
- built docker-novolume-plugin commit 385ec70
cc6bf7
- built rhel-push-plugin commit eb9e6be
cc6bf7
- built docker-lvm-plugin commit d918081
cc6bf7
- built docker-runc commit b8dbc3b
cc6bf7
- built docker-containerd commit 471f03c
cc6bf7
cc6bf7
* Tue Dec 13 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.4-1
cc6bf7
- Resolves: #1403264 - packaging fixes (from runcom@redhat.com)
cc6bf7
- Resolves: #1403843 - disable any existing gear modules (from
cc6bf7
dwalsh@redhat.com)
cc6bf7
- built docker @projectatomic/docker-1.12.4 commit 1b5971a
cc6bf7
- built container-selinux commit cc14935
cc6bf7
- built d-s-s commit 0d53efa
cc6bf7
- built v1.10-migrator commit c417a6a
cc6bf7
- built docker-novolume-plugin commit 385ec70
cc6bf7
- built rhel-push-plugin commit eb9e6be
cc6bf7
- built docker-lvm-plugin commit d918081
cc6bf7
- built docker-runc commit b8dbc3b
cc6bf7
- built docker-containerd commit 471f03c
cc6bf7
cc6bf7
* Mon Dec 12 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.3-11
cc6bf7
- Resolves: #1403370 - fix relabeling of /usr/bin/docker*
cc6bf7
- built docker @projectatomic/docker-1.12.3 commit 0423d89
cc6bf7
- built container-selinux commit 554f844
cc6bf7
- built d-s-s commit 0d53efa
cc6bf7
- built v1.10-migrator commit c417a6a
cc6bf7
- built docker-novolume-plugin commit 385ec70
cc6bf7
- built rhel-push-plugin commit eb9e6be
cc6bf7
- built docker-lvm-plugin commit d918081
cc6bf7
- built docker-runc commit b8dbc3b
cc6bf7
- built docker-containerd commit 9f45393
cc6bf7
cc6bf7
* Thu Dec 08 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.3-10
cc6bf7
- move docker-proxy to /usr/libexec/docker/
cc6bf7
- append '-current' to files inside /usr/libexec/docker/
cc6bf7
cc6bf7
* Wed Dec 07 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.3-9
cc6bf7
- Resolves: #1402677 - create a docker-client subpackage
cc6bf7
- built docker @projectatomic/docker-1.12.3 commit 3abc089
cc6bf7
- built container-selinux commit bdad20c
cc6bf7
- built d-s-s commit 0d53efa
cc6bf7
- built v1.10-migrator commit c417a6a
cc6bf7
- built docker-novolume-plugin commit 385ec70
cc6bf7
- built rhel-push-plugin commit eb9e6be
cc6bf7
- built docker-lvm-plugin commit d918081
cc6bf7
- built docker-runc commit b8dbc3b
cc6bf7
- built docker-containerd commit 9f45393
cc6bf7
0279f8
* Sat Nov 19 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.10.3-59
0279f8
- correct typo
0279f8
0279f8
* Fri Nov 18 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.10.3-58
0279f8
- Resolves: #1382997 - correctly remove docker-selinux policies when the
0279f8
subpackage is removed, remove docker policy if it is installed at 100, 200 or
0279f8
400 levels
0279f8
- Resolves: #1346206 - do not override DOCKER_CERT_PATH if it's already set
0279f8
- Resolves: #1389328, #1393443 - rhel-push-plugin fixes
0279f8
- bump Epoch to 2, since the recent 1.12.3 was already on Epoch: 1
0279f8
- move docker-selinux to container-selinux   
0279f8
- built rhel-push-plugin commit eb9e6be
0279f8
- built container-selinux origin/RHEL-1.12 commit 98617f3
0279f8
- built dss commit 0d53efa
0279f8
638b7f
* Thu Oct 20 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-57
638b7f
- Resolves: #1385641 - additional policy rules for RHEL rpms
638b7f
638b7f
* Tue Oct 18 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-56
638b7f
- Resolves: #1380474
638b7f
- built docker projectatomic/rhel7-1.10.3 commit 30bf0b8
638b7f
638b7f
* Mon Sep 19 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-55
638b7f
- Resolves: #1376950, #1376953
638b7f
- built docker-novolume-plugin commit c521254
638b7f
- built rhel-push-plugin commit d89861d
638b7f
638b7f
* Mon Sep 12 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-54
638b7f
- Resolves: #1374265
638b7f
- built commit 25e0f0e
638b7f
638b7f
* Wed Sep 07 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-53
638b7f
- Resolves: #1373952 - typebounds can't be used in rhel yet
638b7f
- re-add v1.10-migrator
638b7f
- built docker-selinux commit 583a67f
638b7f
- built v1.10-migrator commit c417a6a
638b7f
638b7f
* Tue Sep 06 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-52
638b7f
- Resolves: #1370935 - fs_rw_nsfs_files broken in selinux-policy, included in
638b7f
docker-selinux
638b7f
- built docker-selinux commit 3d17c3f
638b7f
638b7f
* Tue Sep 06 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-51
638b7f
- Resolves: #1370935 - remove label for kubelet directory from docker-selinux
638b7f
- Resolves: #1357121 - install cron job to cleanup dead containers
638b7f
- Resolves: #1303123, #1330141, #1336857, #1346185, #1353626, #1355783,
638b7f
- Resolves: #1362611, #1370935
638b7f
- built docker projectatomic/rhel7-1.10.3 commit ef55c88
638b7f
- built docker-selinux commit edbbfc9
638b7f
- built docker-lvm-plugin commit bc03b53
638b7f
- built d-s-s commit 95194cb
638b7f
638b7f
* Wed Aug 31 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-50
638b7f
- built docker-selinux commit 45be230
638b7f
638b7f
* Fri Aug 26 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-49
638b7f
- built docker-selinux commit dba8e03
638b7f
- update oci-* dependency NVRs
638b7f
638b7f
* Tue Aug 16 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-48
f015fc
- built docker projectatomic/rhel7-1.10.3 commit f9d4a2c
638b7f
- built docker-selinux commit 69140d6
f015fc
- built d-s-s commit 338cf62
638b7f
- built rhel-push-plugin commit 4eaaf33
638b7f
- built docker-lvm-plugin commit 532c7ad
f015fc
638b7f
* Thu Jun 23 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-47
638b7f
- 46.x release tag used for 7.2.6, use 47 and up for 7.3
f015fc
638b7f
* Thu Jun 23 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-45
638b7f
- built docker-selinux commit 7419650
638b7f
- use selinux-policy >= 3.13.1-64 [rhel-7.3]
30b6aa
3ae847
* Fri Jun 17 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-44
3ae847
- Resolves: #1311544 (bz added, no other change since -43)
3ae847
3ae847
* Fri Jun 17 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-43
3ae847
- add MountFlags=slave to unitfile
3ae847
3ae847
* Mon Jun 13 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-42
3ae847
- Resolves: #1344448
3ae847
- built rhel-push-plugin commit 1a0046f
3ae847
3ae847
* Mon Jun 13 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-41
3ae847
- Resolves: #1341171 - docker should require oci-register-machine and oci-systemd-hook
3ae847
- Resolves: #1342274 - docker doesn't own /etc/docker/docker-lvm-plugin
3ae847
3ae847
* Thu Jun 09 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-40
3ae847
- bump release tag to make it consistent with docker-latest
3ae847
 
3ae847
* Thu Jun 09 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-39
3ae847
- bump release tag to make it consistent with docker-latest
3ae847
3ae847
* Thu Jun 09 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-38
3ae847
- built docker projectatomic/rhel7-1.10.3 commit a46c31a
3ae847
- fixes a panic
3ae847
3ae847
* Wed Jun 08 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-37
3ae847
- migrator doesn't require docker at runtime either
3ae847
- From: Jonathan Lebon <jlebon@redhat.com>
3ae847
3ae847
* Wed Jun 08 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-36
3ae847
- Do not run migrator script via %%triggerin
3ae847
- If the docker daemon is already running prior, the new daemon will be
3ae847
restarted which will handle migration
3ae847
- Remove migrator subpackage from docker runtime deps
3ae847
- From: Jonathan Lebon <jlebon@redhat.com>
3ae847
3ae847
* Wed Jun 08 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-35
3ae847
- Resolves: #1338894, #1324150, #1343702, #1339146, #1304808, #1286787,
3ae847
#1323819, #1283891, #1339164, #1328917, #1317096,
3ae847
#1318690, #1309900, #1245325
3ae847
- same as previous build, bugs referenced
3ae847
3ae847
* Tue Jun 07 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-34
3ae847
- Patch0 in previous build has been merged in projectatomic/docker rhel7-1.10.3 branch
3ae847
- built docker projectatomic/rhel7-1.10.3 commit 6baafd8
3ae847
- define docker_branch macro to be used in %%check
3ae847
3ae847
* Tue Jun 07 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-33
3ae847
- Patch0 used in previous build updated
3ae847
3ae847
* Mon Jun 06 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-32
3ae847
- Resolves: #1341906 - use RWMutex to acces container store
3ae847
3ae847
* Thu Jun 02 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-31
3ae847
- Resolves: #1342274 - update file listings to avoid file ownerships by
3ae847
multiple subpackages
3ae847
- update docker.sysconfig to include --log-driver=journald in OPTIONS
3ae847
3ae847
* Thu Jun 02 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-30
3ae847
- Resolves: #1342149 - v1.10-migrator shipped separately in both docker and
3ae847
docker-latest
3ae847
- The v1.10-migrator subpackage in docker-latest has executables prepended 
3ae847
with 'docker-latest-', while there's no change in the ones shipped with 
3ae847
docker (RE: #1342149)
3ae847
3ae847
* Thu Jun 02 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-29
3ae847
- Resolves: #1342149 - docker-v1.10-migrator obsoletes
3ae847
docker-latest-v1.10-migrator
3ae847
3ae847
* Wed Jun 01 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-28
3ae847
- Resolves: #1341789 - update unitfile to use systemd for cgroups
3ae847
3ae847
* Wed Jun 01 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-27
3ae847
- Resolves: #1341328 - include v1.10-migrator-helper script in the migrator
3ae847
subpackage
3ae847
- Resolves: #1335635 - solve log spam issues
3ae847
- built docker projectatomic/rhel7-1.10.3 commit 4779225
3ae847
- built dss commit 194eca2
3ae847
3ae847
* Sat May 14 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-26
3ae847
- Resolves: #1341171 - add oci-register-machine and oci-systemd-hook subpackages
3ae847
- built oci-register-machine commit 7d4ce65
3ae847
- built oci-systemd-hook commit 41491a3
3ae847
3ae847
* Sat May 14 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-25
3ae847
- docker requires docker-rhel-push-plugin
3ae847
3ae847
* Sat May 14 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-24
3ae847
- docker unitfile updates to include rhel-push-plugin
3ae847
3ae847
* Tue May 03 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-23
3ae847
- bump release tag to obsolete packages in docker-latest
3ae847
3ae847
* Tue May 03 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-1
3ae847
- Resolves: #1335597 - rebase to v1.10.3 + rh patches
3ae847
- add subpackages for novolume-plugin, lvm-plugin, rhel-push-plugin, v1.10-migrator
3ae847
- BR: libseccomp-devel
3ae847
- built docker @projectatomic/rhel7-1.10.3 commit 86bbf84
3ae847
- built docker-selinux @origin/rhel7-1.10 commit 032bcda
3ae847
- built d-s-s commit df2af94
3ae847
- built forward-journald commit 77e02a9
3ae847
- built novolume-plugin commit 7715854
3ae847
- built rhel-push-plugin commit 904c0ca
3ae847
- built lvm-plugin commit 3253f53
3ae847
- built v1.10-migrator commit c417a6a
0ceb99
78f495
* Tue May 03 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-40
78f495
- Resolves: #1332592 - requires docker-common = version-release
78f495
- From: Ed Santiago <santiago@redhat.com>
78f495
78f495
* Tue May 03 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-39
78f495
- Resolves: #1332016, #1329743
78f495
- built docker projectatomic/rhel7-1.9 commit ab77bde
78f495
- built docker-selinux origin/rhel-1.10 commit 032bcda
78f495
78f495
* Wed Apr 27 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-38
78f495
- Resolves: #1331007 - fix selinux labels for new docker execs names
78f495
- built docker-selinux commit#501ea4c
78f495
78f495
* Tue Apr 26 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-37
78f495
- Resolves: #1330622 - /usr/bin/docker handles docker/docker-latest
78f495
conditions
78f495
- Resolves: #1330290 - d-s-s: do not pass devices which have 'creation of
78f495
device node' in progress
78f495
- built d-s-s commit#df2af94
78f495
78f495
* Tue Apr 26 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-36
78f495
- Resolves: #1330622 - don't allow $DOCKERBINARY==/usr/bin/docker
78f495
78f495
* Tue Apr 26 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-35
78f495
- #1330595 fix From: Ed Santiago <santiago@redhat.com>
78f495
78f495
* Tue Apr 26 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-34
78f495
- Resolves: #1330595
78f495
- use correct exec path for docker-current in unitfile
78f495
78f495
* Mon Apr 25 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-33
78f495
- Resolves: #1328219 - include docker-common subpackage
78f495
- docker-common is a runtime requirement for both docker and docker-latest
78f495
78f495
* Thu Apr 21 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-32
78f495
- update upstream URL
78f495
- Resolves: #1329423 - skip /dev setup in container when it's bind mounted in
78f495
- Resolves: #1329452 - CVE-2016-3697
78f495
- built docker @projectatomic/rhel7-1.9 commit#639e055
78f495
- built docker-selinux commit#39c092c
78f495
- built d-s-s commit#04a3847
78f495
- built forward-journald commit#77e02a9
78f495
78f495
* Thu Apr 21 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-31
78f495
- test-fix for https://github.com/openshift/openshift-ansible/issues/1779
78f495
78f495
* Mon Apr 18 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-30
78f495
- Bump release - previous git log had 2 docker commit values
78f495
- built docker @projectatomic/rhel7-1.9 commit#a1c9058
78f495
- built docker-selinux commit#39c092c
78f495
- built d-s-s commit#04a3847
78f495
- built forward-journald commit#77e02a9
78f495
78f495
* Mon Apr 18 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-29
78f495
- Resolves: #1283718, #1277982, #1126555 #1134424, #1186066,
78f495
    #1228777, #1255060, #1256832, #1261565, #1264562, #1266307,
78f495
    #1266525 #1266902 #1268059 #1272143 #1277982 #1283718 #1300033,
78f495
    #1303110 #1309739 #1316651 #1319783
78f495
- remove conflicts with atomic-openshift and origin
78f495
- built docker @projectatomic/rhel7-1.9 commit#a1c9058
78f495
- built docker-selinux commit#39c092c
78f495
- built d-s-s commit#04a3847
78f495
- built forward-journald commit#77e02a9
78f495
- do not even build dockerinit
78f495
78f495
* Sun Apr 10 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-28
78f495
- built docker @projectatomic/rhel7-1.9 commit#b795b73
78f495
- built docker-selinux commit#39c092c
78f495
- built d-s-s commit#ac50cee
78f495
- built docker-utils commit#b851c03
78f495
- built v1.10-migrator commit#c417a6a
78f495
- built forward-journald commit#77e02a9
78f495
78f495
* Sun Apr 10 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-27
78f495
- split docker-utils into a subpackage so docker-latest can reuse it.
78f495
- docker requires docker-utils at runtime
78f495
- do not ship dockerinit
78f495
- spec cleanups
78f495
78f495
* Mon Apr 04 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-26
78f495
- Resolves: rhbz#1323819 - allow images with VOLUME(s) when binds destination
78f495
override volume definition
78f495
- built docker @projectatomic/rhel7-1.9 commit#b795b73
78f495
- built docker-selinux commit#e72d8d7
78f495
- built d-s-s commit#346018e
78f495
- built docker-utils commit#b851c03
78f495
- built forward-journald commit#77e02a9
31f2c3
26b193
* Wed Mar 23 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-25
26b193
- Resolves: rhbz#1320302 - Backport fix for --cgroup-parent in docker
26b193
- same commits as release -24, only added bug number
26b193
26b193
* Wed Mar 23 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-24
26b193
- built docker @projectatomic/rhel7-1.9 commit#78ee77d
26b193
- built docker-selinux commit#8718b62
26b193
- built d-s-s commit#c6f0553
26b193
- built docker-utils commit#b851c03
26b193
- built forward-journald commit#77e02a9
26b193
26b193
* Thu Mar 17 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-23
26b193
- Resolves: rhbz#1318360 - delete bounds checking rules
26b193
- built docker @projectatomic/rhel7-1.9 commit#f97fb16
26b193
- built docker-selinux commit#8718b62
26b193
- built d-s-s commit#c6f0553
26b193
- built docker-utils commit#b851c03
26b193
- built forward-journald commit#77e02a9
26b193
26b193
* Tue Mar 15 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-22
26b193
- Resolves: rhbz#1317991 - Set Delegate=yes for cgroup transient units
26b193
- built docker @projectatomic/rhel7-1.9 commit#f97fb16
26b193
- built docker-selinux commit#69be4dc
26b193
- built d-s-s commit#03dfc7b
26b193
- built docker-utils commit#b851c03
26b193
- built forward-journald commit#77e02a9
26b193
26b193
* Mon Mar 14 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-21
26b193
- Resolves: rhbz#1317662 - include manpage for docker daemon (corrected)
26b193
26b193
* Mon Mar 14 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-20
26b193
- Resolves: rhbz#1317662 - include manpage for docker run
26b193
- Resolves: rhbz#1317627 - ensure that we join all the cgroups
26b193
- built docker @projectatomic/rhel7-1.9 commit#0275914
26b193
- built docker-selinux commit#69be4dc
26b193
- built d-s-s commit#03dfc7b
26b193
- built docker-utils commit#b851c03
26b193
- built forward-journald commit#77e02a9
26b193
26b193
* Wed Mar 09 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-19
26b193
- Resolves: rhbz#1316190 - set NotifyAccess=all in unitfile
26b193
26b193
* Tue Mar 08 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-18
26b193
- Resolves: rhbz#1286765 - set TimeoutStartSec=0 in unitfile
26b193
- Resolves: rhbz#1298363, rhbz#1300076, rhbz#1304038, rhbz#1302418
26b193
- built forward-journald commit#77e02a9 - other subpackage commits same as
26b193
previous build
26b193
26b193
* Tue Mar 08 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-17
26b193
- built docker @projectatomic/rhel7-1.9 commit#185277d
26b193
- built docker-selinux commit#e2e1f22
26b193
- built d-s-s commit#03dfc7b
26b193
- built docker-utils commit#b851c03
26b193
- built forward-journald commit#48b9599
26b193
26b193
* Tue Feb 02 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-16
26b193
- Resolves: rhbz#1304038 - conflict with openshift 3.1
26b193
- allow golang >= 1.4.2
26b193
26b193
* Thu Jan 28 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-15
26b193
- Resolves: rhbz#1302411
26b193
- built docker @projectatomic/rhel7-1.9 commit#50e78a0
26b193
- built docker-selinux commit#e2e1f22
26b193
- built d-s-s commit#1c2b95b
26b193
- built docker-utils commit#dab51ac
26b193
26b193
* Tue Jan 26 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-14
26b193
- built docker @projectatomic/rhel7-1.9 commit#fe0b590
26b193
- built docker-selinux commit#e2e1f22
26b193
- built d-s-s commit#1c2b95b
26b193
- built docker-utils commit#dab51ac
26b193
26b193
* Mon Jan 25 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-13
26b193
- Resolves: rhbz#1301199 - do not append distro tag to docker version
26b193
26b193
* Wed Jan 20 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-12
26b193
- built docker @projectatomic/rhel7-1.9 commit#2dbcc37
26b193
- built docker-selinux commit#e2e1f22
26b193
- built d-s-s commit#1c2b95b
26b193
- built docker-utils commit#dab51ac
26b193
26b193
* Fri Jan 15 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-11
26b193
- built docker @projectatomic/rhel7-1.9 commit#2dbcc37
26b193
- built docker-selinux commit#e2e1f22
26b193
- built d-s-s commit#1c2b95b
26b193
- built docker-utils commit#dab51ac
26b193
26b193
* Mon Jan 11 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-10
26b193
- built docker @projectatomic/rhel7-1.9 commit#26797f7
26b193
- built docker-selinux commit#e2e1f22
26b193
- built d-s-s commit#1c2b95b
26b193
- built docker-utils commit#dab51ac
26b193
26b193
* Sat Dec 12 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-9
26b193
- built docker @projectatomic/rhel7-1.9 commit#401dfee
26b193
- built docker-selinux commit#e2e1f22
26b193
- built d-s-s commit#91d6cfd
26b193
- built docker-utils commit#dab51ac
26b193
26b193
* Fri Dec 04 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-8
26b193
- built docker @projectatomic/rhel7-1.9 commit#32fb322
26b193
- built docker-selinux commit#441f312
26b193
- built d-s-s commit#e38b94d
26b193
- built docker-utils commit#dab51ac
26b193
26b193
* Wed Dec 02 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-7
26b193
- built docker @projectatomic/rhel7-1.9 commit#32fb322
26b193
- built docker-selinux commit#441f312
26b193
- built d-s-s commit#0814c26
26b193
- built docker-utils commit#dab51ac
26b193
26b193
* Wed Dec 02 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-6
26b193
- built docker @projectatomic/rhel7-1.9 commit#32fb322
26b193
- built docker-selinux commit#441f312
26b193
- built d-s-s commit#0814c26
26b193
- built docker-utils commit#dab51ac
26b193
26b193
* Mon Nov 30 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-5
26b193
- built docker @projectatomic/rhel7-1.9 commit#32fb322
26b193
- built docker-selinux commit#dbfad05
26b193
- built d-s-s commit#0814c26
26b193
- built docker-utils commit#dab51ac
26b193
26b193
* Wed Nov 25 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-4
26b193
- Resolves: rhbz#1275399
26b193
- built docker @projectatomic/rhel7-1.9 commit#390a466
26b193
- built docker-selinux commit#dbfad05
26b193
- built d-s-s commit#0814c26
26b193
- built docker-utils commit#dab51ac
26b193
26b193
* Tue Nov 24 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-3
26b193
- built docker @projectatomic/rhel7-1.9 commit#698d463
26b193
- built docker-selinux commit#dbfad05
26b193
- built d-s-s commit#0814c26
26b193
- built docker-utils commit#dab51ac
26b193
26b193
* Tue Nov 24 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-2
26b193
- Resolves: rhbz#1263394 - set unitfile to 5 mins
26b193
26b193
* Tue Nov 24 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-1
26b193
- use correct version number, no other change since last build
26b193
26b193
* Tue Nov 24 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-11
26b193
- built docker @projectatomic/rhel7-1.9 commit#f1cda67
26b193
- built docker-selinux commit#dbfad05
26b193
- built d-s-s commit#0814c26
26b193
- built docker-utils commit#dab51ac
26b193
26b193
* Mon Nov 23 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-10
26b193
- Resolves: rhbz#1283718
26b193
- built docker @projectatomic/rhel7-1.9 commit#0ba2491
26b193
- built docker-selinux commit#dbfad05
26b193
- built d-s-s commit#0814c26
26b193
- built docker-utils commit#dab51ac
26b193
26b193
* Thu Nov 19 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-9
26b193
- built docker @projectatomic/rhel7-1.9 commit#eb84909
26b193
- built docker-selinux commit#dbfad05
26b193
- built d-s-s commit#c638a60
26b193
- built docker-utils commit#dab51ac
3a39d3
94c7ff
* Wed Nov 11 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8.2-10
94c7ff
- Resolves: rhbz#1281805, rhbz#1271229, rhbz#1276346
94c7ff
- Resolves: rhbz#1275376, rhbz#1282898
94c7ff
94c7ff
* Wed Nov 11 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8.2-9
94c7ff
- Resolves: rhbz#1280068 - Build docker with DWARF
94c7ff
- Move back to 1.8.2
94c7ff
- built docker @rhatdan/rhel7-1.8 commit#a01dc02
94c7ff
- built docker-selinux commit#dbfad05
94c7ff
- built d-s-s commit#e9722cc
94c7ff
- built docker-utils commit#dab51ac
94c7ff
94c7ff
* Mon Nov 02 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-8
94c7ff
- Resolves: rhbz#1225093 (partially)
94c7ff
- built docker @projectatomic/rhel7-1.9 commit#cdd3941
94c7ff
- built docker-selinux commit#dbfad05
94c7ff
- built d-s-s commit#e9722cc
94c7ff
- built docker-utils commit#dab51ac
94c7ff
94c7ff
* Wed Oct 28 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-7
94c7ff
- Resolves: rhbz#1275554
94c7ff
- built docker @projectatomic/rhel7-1.9 commit#61fd965
94c7ff
- built docker-selinux commit#dbfad05
94c7ff
- built d-s-s commit#e9722cc
94c7ff
- built docker-utils commit#dab51ac
94c7ff
94c7ff
* Wed Oct 28 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-6
94c7ff
- built docker @projectatomic/rhel7-1.9 commit#166d43b
94c7ff
- built docker-selinux commit#dbfad05
94c7ff
- built d-s-s commit#e9722cc
94c7ff
- built docker-utils commit#dab51ac
94c7ff
94c7ff
* Mon Oct 26 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-5
94c7ff
- built docker @projectatomic/rhel7-1.9 commit#6897d78
94c7ff
- built docker-selinux commit#dbfad05
94c7ff
- built d-s-s commit#e9722cc
94c7ff
- built docker-utils commit#dab51ac
94c7ff
94c7ff
* Fri Oct 23 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-4
94c7ff
- built docker @projectatomic/rhel7-1.9 commit#0bb2bf4
94c7ff
- built docker-selinux commit#dbfad05
94c7ff
- built d-s-s commit#e9722cc
94c7ff
- built docker-utils commit#dab51ac
94c7ff
94c7ff
* Thu Oct 22 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-3
94c7ff
- built docker @projectatomic/rhel7-1.9 commit#1ea7f30
94c7ff
- built docker-selinux commit#dbfad05
94c7ff
- built d-s-s commit#01df512
94c7ff
- built docker-utils commit#dab51ac
94c7ff
94c7ff
* Thu Oct 22 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-2
94c7ff
- built docker @projectatomic/rhel7-1.9 commit#1ea7f30
94c7ff
- built docker-selinux commit#fe61432
94c7ff
- built d-s-s commit#01df512
94c7ff
- built docker-utils commit#dab51ac
94c7ff
853e82
* Wed Oct 14 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8.2-8
853e82
- built docker @rhatdan/rhel7-1.8 commit#a01dc02
853e82
- built docker-selinux master commit#e2a5226
853e82
- built d-s-s master commit#6898d43
853e82
- built docker-utils master commit#dab51ac
853e82
311a84
* Fri Oct 09 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8.2-7
311a84
- https://github.com/rhatdan/docker/pull/127 (changes for libcontainer/user)
311a84
- https://github.com/rhatdan/docker/pull/128 (/dev mount from host)
311a84
311a84
* Wed Oct 07 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8.2-6
311a84
- built docker @rhatdan/rhel7-1.8 commit#bb472f0
311a84
- built docker-selinux master commit#44abd21
311a84
- built d-s-s master commit#6898d43
311a84
- built docker-utils master commit#dab51ac
311a84
311a84
* Wed Sep 30 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8.2-5
311a84
- Resolves: rhbz#1267743
311a84
- https://github.com/docker/docker/pull/16639
311a84
- https://github.com/opencontainers/runc/commit/c9d58506297ed6c86c9d8a91d861e4de3772e699
311a84
311a84
* Wed Sep 30 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8.2-4
311a84
- built docker @rhatdan/rhel7-1.8 commit#23f26d9
311a84
- built docker-selinux master commit#2ed73eb
311a84
- built d-s-s master commit#6898d43
311a84
- built docker-utils master commit#dab51ac
311a84
311a84
* Wed Sep 30 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8.2-3
311a84
- Resolves: rhbz#1264557 (extras-rhel-7.1.6) - rebase to 1.8.2
311a84
- Resolves: rhbz#1265810 (extras-rhel-7.2) - rebase to 1.8.2
311a84
- built docker @rhatdan/rhel7-1.8 commit#23f26d9
311a84
- built docker-selinux master commit#d6560f8
311a84
- built d-s-s master commit#6898d43
311a84
- built docker-utils master commit#dab51ac
311a84
- use golang == 1.4.2
311a84
311a84
* Mon Sep 21 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.8.2-2
311a84
- built docker-selinux master commit#d6560f8
311a84
311a84
* Fri Sep 18 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.8.2-1
311a84
- package only provides docker, docker-selinux and docker-logrotate
311a84
- Resolves: rhbz#1261329, rhbz#1263394, rhbz#1264090
311a84
- built docker @rhatdan/rhel7-1.8 commit#23f26d9
311a84
- built d-s-s master commit#6898d43
311a84
- built docker-selinux master commit#b5281b7
311a84
- built docker-utils master commit#dab51ac
97eaeb
699406
* Thu Aug 27 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-115
699406
- Resolves: rhbz#1252421
699406
- built docker @rhatdan/rhel7-1.7 commit#446ad9b
699406
- built docker-py @rhatdan/master commit#54a154d
699406
- built d-s-s master commit#d3b9ba7
699406
- built atomic master commit#011a826
699406
- built docker-selinux master commit#6267b83
699406
- built docker-utils master commit#dab51ac
699406
699406
* Mon Aug 24 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-114
699406
- Resolves: rhbz#1255874 - (#1255488 is for 7.2)
699406
699406
* Fri Aug 21 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-113
699406
- Resolves: rhbz#1255488
699406
- built docker @rhatdan/rhel7-1.7 commit#4136d06
699406
- built docker-py @rhatdan/master commit#54a154d
699406
- built d-s-s master commit#d3b9ba7
699406
- built atomic master commit#995a223
699406
- built docker-selinux master commit#39a894e
699406
- built docker-utils master commit#dab51ac
699406
699406
* Thu Aug 20 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-112
699406
- Resolves: rhbz#1255051
699406
- built docker @rhatdan/rhel7-1.7 commit#4136d06
699406
- built docker-py @rhatdan/master commit#54a154d
699406
- built d-s-s master commit#ac1b30e
699406
- built atomic master commit#53169d5
699406
- built docker-selinux master commit#39a894e
699406
- built docker-utils master commit#dab51ac
699406
699406
* Tue Aug 18 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-111
699406
- built docker @rhatdan/rhel7-1.7 commit#9fe211a
699406
- built docker-py @rhatdan/master commit#54a154d
699406
- built d-s-s master commit#ac1b30e
699406
- built atomic master commit#53169d5
699406
- built docker-selinux master commit#39a894e
699406
- built docker-utils master commit#dab51ac
699406
699406
* Mon Aug 17 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-110
699406
- built docker @rhatdan/rhel7-1.7 commit#ba2de95
699406
- built docker-py @rhatdan/master commit#54a154d
699406
- built d-s-s master commit#ac1b30e
699406
- built atomic master commit#53169d5
699406
- built docker-selinux master commit#39a894e
699406
- built docker-utils master commit#dab51ac
699406
699406
* Mon Aug 10 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-109
699406
- Resolves: rhbz#1249651 - unpin python-requests requirement
699406
- update python-websocket-client to 0.32.0
b1aebf
e34f9a
* Tue Jul 28 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-108
e34f9a
- built docker @rhatdan/rhel7-1.7 commit#3043001
e34f9a
- built docker-py @rhatdan/master commit#54a154d
e34f9a
- built d-s-s master commit#b152398
e34f9a
- built atomic master commit#a4442c4
e34f9a
- built docker-selinux master commit#bebf349
e34f9a
- built docker-utils master commit#dab51ac
e34f9a
e34f9a
* Fri Jul 24 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-107
e34f9a
- built docker @rhatdan/rhel7-1.7 commit#3043001
e34f9a
- built docker-py @rhatdan/master commit#54a154d
e34f9a
- built d-s-s master commit#b152398
e34f9a
- built atomic master commit#52d695c
e34f9a
- built docker-selinux master commit#bebf349
e34f9a
e34f9a
* Thu Jul 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-106
e34f9a
- built docker @rhatdan/rhel7-1.7 commit#3043001
e34f9a
- built docker-py @rhatdan/master commit#54a154d
e34f9a
- built d-s-s master commit#b152398
e34f9a
- built atomic master commit#52d695c
e34f9a
- built docker-selinux master commit#bebf349
e34f9a
e34f9a
* Thu Jul 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-105
e34f9a
- Resolves: rhbz#1245325
e34f9a
- built docker @rhatdan/rhel7-1.7 commit#ac162a3
e34f9a
- built docker-py @rhatdan/master commit#54a154d
e34f9a
- built d-s-s master commit#b152398
e34f9a
- built atomic master commit#ac162a3
e34f9a
- built docker-selinux master commit#ac162a3
e34f9a
- disable dockerfetch and dockertarsum
e34f9a
e34f9a
* Wed Jul 22 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-104
e34f9a
- use a common release tag for all subpackages, much easier to update via
e34f9a
rpmdev-bumpspec
e34f9a
e34f9a
* Wed Jul 22 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-1
e34f9a
- built docker @rhatdan/rhel7-1.7 commit#d2fbc0b
e34f9a
- built docker-py @rhatdan/master commit#54a154d
e34f9a
- built d-s-s master commit#b152398
e34f9a
- built atomic master commit#d2fbc0b
e34f9a
- built docker-selinux master commit#d2fbc0b
e34f9a
e34f9a
* Fri Jul 17 2015 Jonathan Lebon <jlebon@redhat.com> - 1.7.0-5
e34f9a
- Add patch for atomic.sysconfig
e34f9a
- Related: https://github.com/projectatomic/atomic/pull/94
e34f9a
e34f9a
* Wed Jul 15 2015 Jan Chaloupka <jchaloup@redhat.com> - 1.7.0-3.1
e34f9a
- Add unit-test subpackage
e34f9a
e34f9a
* Thu Jul 09 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.0-3
e34f9a
- built docker @rhatdan/rhel7-1.7 commit#4740812
e34f9a
e34f9a
* Wed Jul 08 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.0-2
e34f9a
- increment all release tags to make koji happy
e34f9a
e34f9a
* Wed Jul 08 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.0-1
e34f9a
- Resolves: rhbz#1241186 - rebase to v1.7.0 + rh patches
e34f9a
- built docker @rhatdan/rhel7-1.7 commit#0f235fc
e34f9a
- built docker-selinux master commit#bebf349
e34f9a
- built d-s-s master commit#e9c3a4c
e34f9a
- built atomic master commit#f133684
e34f9a
- rebase python-docker-py to upstream v1.2.3
e34f9a
- disable docker-fetch for now, doesn't build
895974
275132
* Mon Jun 15 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-14
275132
- Resolves: rhbz#1218639, rhbz#1225556 (unresolved in -11)
275132
- build docker @lsm5/rhel7-1.6 commit#ba1f6c3
275132
275132
* Mon Jun 15 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-13
275132
- Resolves: rhbz#1222453
275132
275132
* Mon Jun 15 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-12
275132
- build docker-selinux master commit#9c089c6
275132
275132
* Mon Jun 15 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-11
275132
- Resolves: rhbz#1231936 (clone of fedora rhbz#1231134), rhbz#1225556, rhbz#1215819
275132
- build docker @rhatdan/rhel7-1.6 commit#7b32c6c
275132
275132
* Wed Jun 10 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-10
275132
- correct typo
275132
275132
* Wed Jun 10 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-9
275132
- Resolves: rhbz#1214070 - update d-s-s related deps
275132
- Resolves: rhbz#1229374 - use prior existing metadata volume if any
275132
- Resolves: rhbz#1230192 (include d-s-s master commit#eefbef7)
275132
- build docker @rhatdan/rhel7-1.6 commit#b79465d
275132
275132
* Mon Jun 08 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-8
275132
- Resolves: rhbz#1229319 - do not claim /run/secrets
275132
- Resolves: rhbz#1228167
275132
- build docker rhatdan/rhel7-1.6 commit#ac7d43f
275132
- build atomic master commit#f863afd
275132
275132
* Thu Jun 04 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-7
275132
- Resolves: rhbz#1228397 - install manpage for d-s-s
275132
- Resolves: rhbz#1228459 - solve 'Permission denied' error for d-s-s
275132
- Resolves: rhbz#1228685 - don't append dist tag to docker version
275132
(revert change in 1.6.2-4)
275132
275132
* Tue Jun 02 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-6
275132
- build docker rhatdan/rhel7-1.6 commit#f1561f6
275132
275132
* Tue Jun 02 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-5
275132
- build docker-selinux master commit#99c4c77
275132
- build atomic master commit#2f1398c
275132
- include docker-storage-setup in docker itself, no subpackage created
275132
- docker.service Wants=docker-storage-setup.service
275132
275132
* Mon Jun 01 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-4
275132
- include dist tag in 'docker version' to tell a distro build from a docker
275132
upstream rpm
275132
275132
* Mon Jun 01 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-3
275132
- Resolves: rhbz#1226989 - correct install path for docker-stroage-setup
275132
config file
275132
- Resolves: rhbz#1227040 - docker requires docker-storage-setup at runtime
275132
- built docker @rhatdan/rhel7-1.6 commit#a615a49
275132
- built atomic master commit#2f1398c
275132
- built d-s-s master commit#0f2b772
275132
275132
* Thu May 28 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-2
275132
- build docker @rhatdan/rhel7-1.6 commit#175dd9c
275132
275132
* Thu May 28 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-1
275132
- Resolves: rhbz#1225965 - rebase to 1.6.2
275132
- Resolves: rhbz#1226320, rhbz#1225549, rhbz#1225556
275132
- Resolves: rhbz#1219705 - CVE-2015-3627
275132
- Resolves: rhbz#1219701 - CVE-2015-3629
275132
- Resolves: rhbz#1219709 - CVE-2015-3630
275132
- Resolves: rhbz#1219713 - CVE-2015-3631
275132
- build docker @rhatdan/rhel7-1.6 commit#d8675b5
275132
- build atomic master commit#ec592be
275132
- build docker-selinux master commit#e86b2bc
275132
275132
* Tue May 26 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-15
275132
- d-s-s br: pkgconfig(systemd)
275132
- Resolves: rhbz#1214070 enforce min NVR for lvm2
275132
275132
* Tue May 26 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-14
275132
- build atomic master commit#cc9aed4
275132
- build docker-utils master commit#562e2c0
275132
- build docker-selinux master commit#ba1ff3c
275132
- include docker-storage-setup subpackage, use master commit#e075395
275132
- Resolves: rhbz#1216095
275132
275132
* Mon May 25 2015 Michal Minar <miminar@redhat.com> - 1.6.0-13
275132
- Remove all repositories when removing image by ID.
275132
- Resolves: #1222784
454056
d3ef29
* Thu Apr 30 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-11
d3ef29
- build docker @rhatdan/rhel7-1.6 commit#8aae715
d3ef29
- build atomic @projectatomic/master commit#5b2fa8d (fixes a typo)
d3ef29
- Resolves: rhbz#1207839
d3ef29
- Resolves: rhbz#1211765
d3ef29
- Resolves: rhbz#1209545 (fixed in 1.6.0-10)
d3ef29
- Resolves: rhbz#1151167 (fixed in 1.6.0-6)
d3ef29
d3ef29
* Tue Apr 28 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-10
d3ef29
- Resolves: rhbz#1215768
d3ef29
- Resolves: rhbz#1212579
d3ef29
- build docker @rhatdan/rhel7-1.6 commit#0852937
d3ef29
d3ef29
* Fri Apr 24 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-9
d3ef29
- build docker @rhatdan/rhel7-1.6 commit#6a57386
d3ef29
- fix registry unit test
d3ef29
d3ef29
* Wed Apr 22 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-8
d3ef29
- build docker @rhatdan/rhel7-1.6 commit#7bd2216
d3ef29
d3ef29
* Tue Apr 21 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-7
d3ef29
- build docker @rhatdan/rhel7-1.6 commit#c3721ce
d3ef29
- build atomic master commit#7b136161
d3ef29
- Resolves: rhbz#1213636
d3ef29
d3ef29
* Fri Apr 17 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-6
d3ef29
- Rebuilt with golang 1.4.2
d3ef29
- Resolves: rhbz#1212813
d3ef29
d3ef29
* Fri Apr 17 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-5
d3ef29
- build docker @rhatdan/rhel7-1.6 commit#9c42d44
d3ef29
- build docker-selinux master commit#d59539b
d3ef29
- Resolves: rhbz#1211750
d3ef29
d3ef29
* Thu Apr 16 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-4
d3ef29
- build docker @rhatdan/rhel7-1.6 commit#c1a573c
d3ef29
- includes 1.6.0 release + redhat patches
d3ef29
- include docker-selinux @fedora-cloud/master commit#d74079c
d3ef29
d3ef29
* Thu Apr 16 2015 Michal Minar <miminar@redhat.com> - 1.6.0-3
d3ef29
- Fixed login command
d3ef29
- Resolves: rhbz#1212188
d3ef29
d3ef29
* Wed Apr 15 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-2
d3ef29
- Resolves: rhbz#1211292 - move GOTRACEBACK=crash to unitfile
d3ef29
- build docker @rhatdan/rhel7-1.6 commit#fed6da1
d3ef29
- build atomic master commit#e5734c4
d3ef29
d3ef29
* Tue Apr 14 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-1
d3ef29
- use docker @rhatdan/rhel7-1.6 commit#a8ccea4
d3ef29
d3ef29
* Fri Apr 10 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-30
d3ef29
- use docker @rhatdan/1.6 commit#24bc1b9
d3ef29
d3ef29
* Fri Mar 27 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-29
d3ef29
- use docker @rhatdan/1.6 commit#2d06cf9
d3ef29
97f2a8
* Fri Mar 27 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-28
97f2a8
- Resolves: rhbz#1206443 - CVE-2015-1843
2af668
f0cb50
* Wed Mar 25 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-27
f0cb50
- revert rhatdan/docker commit 72a9000fcfa2ec5a2c4a29fb62a17c34e6dd186f
f0cb50
- Resolves: rhbz#1205276
f0cb50
f0cb50
* Tue Mar 24 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-26
f0cb50
- revert rhatdan/docker commit 74310f16deb3d66444bb461c29a09966170367db
f0cb50
f0cb50
* Mon Mar 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-25
f0cb50
- don't delete autogen in hack/make.sh
f0cb50
- re-enable docker-fetch
f0cb50
f0cb50
* Mon Mar 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-24
f0cb50
- bump release tags for all
f0cb50
f0cb50
* Mon Mar 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-23
f0cb50
- Resolves: rhbz#1204260 - do not delete linkgraph.db before starting service
f0cb50
f0cb50
* Mon Mar 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-22
f0cb50
- increment release tag (no other changes)
f0cb50
f0cb50
* Sun Mar 22 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-21
f0cb50
- install cert for redhat.io authentication
f0cb50
f0cb50
* Mon Mar 16 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-20
f0cb50
- Resolves: rhbz#1202517 - fd leak
f0cb50
- build docker rhatdan/1.5.0 commit#ad5a92a
f0cb50
- build atomic master commit#4ff7dbd
f0cb50
f0cb50
* Tue Mar 10 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-19
f0cb50
- Resolves: rhbz#1200394 - don't mount /run as tmpfs if mounted as a volume
d3ef29
- Resolves: rhbz#1187603 - 'atomic run' no longer ignores new image if
d3ef29
container still exists
f0cb50
- build docker rhatdan/1.5.0 commit#5992901
f0cb50
- no rpm change, ensure release tags in changelogs are consistent
f0cb50
f0cb50
* Tue Mar 10 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-18
f0cb50
- handle updates smoothly from a unified docker-python to split out
f0cb50
docker-python and atomic
f0cb50
f0cb50
* Tue Mar 10 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-17
f0cb50
- build docker @rhatdan/1.5.0 commit#d7dfe82
f0cb50
- Resolves: rhbz#1198599 - use homedir from /etc/passwd if $HOME isn't set
f0cb50
- atomic provided in a separate subpackage
f0cb50
f0cb50
* Mon Mar 09 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-16
f0cb50
- build docker @rhatdan/1.5.0 commit#867ff5e
f0cb50
- build atomic master commit#
f0cb50
- Resolves: rhbz#1194445 - patch docker-python to make it work with older
f0cb50
python-requests
f0cb50
- Resolves: rhbz#1200104 - dns resolution works with selinux enforced
f0cb50
f0cb50
* Mon Mar 09 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-15
f0cb50
- Resolves: rhbz#1199433 - correct install path for 80-docker.rules
f0cb50
f0cb50
* Mon Mar 09 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-14
f0cb50
- build docker, @rhatdan/1.5.0 commit#365cf68
f0cb50
- build atomic, master commit#f175fb6
f0cb50
f0cb50
* Fri Mar 06 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-13
f0cb50
- build docker, @rhatdan/1.5.0 commit#e0fdceb
f0cb50
- build atomic, master commit#ef2b661
f0cb50
f0cb50
* Thu Mar 05 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-12
f0cb50
- Resolves: rhbz#1198630
f0cb50
- build docker, @rhatdan/1.5.0 commit#233dc3e
f0cb50
- build atomic, master commit#c6390c7
f0cb50
f0cb50
* Tue Mar 03 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-11
f0cb50
- build docker rhatdan/1.5.0 commit#3a4d0f1
f0cb50
- build atomic master commit#d68d76b
f0cb50
- Resolves: rhbz#1188252 - rm /var/lib/docker/linkgraph.db in unit file
f0cb50
before starting docker daemon
f0cb50
f0cb50
* Mon Mar 02 2015 Michal Minar <miminar@redhat.com> - 1.5.0-10
f0cb50
- Fixed and speeded up repository searching
f0cb50
f0cb50
* Fri Feb 27 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-9
f0cb50
- increment all release tags
f0cb50
f0cb50
* Fri Feb 27 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-9
f0cb50
- increment docker release tag
f0cb50
f0cb50
* Thu Feb 26 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-7
f0cb50
- Resolves: rhbz#1196709 - fix docker build's authentication issue
f0cb50
- Resolves: rhbz#1197158 - fix ADD_REGISTRY and BLOCK_REGISTRY in unitfile
f0cb50
- Build docker-utils commit#dcb4518
f0cb50
- update docker-python to 1.0.0
f0cb50
- disable docker-fetch (not compiling currently)
f0cb50
f0cb50
* Tue Feb 24 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-6
f0cb50
- build docker rhatdan/1.5.0 commit#e5d3e08
f0cb50
- docker registers machine with systemd
f0cb50
- create journal directory so that journal on host can see journal content in
f0cb50
container
f0cb50
- build atomic commit#a7ff4cb
f0cb50
f0cb50
* Mon Feb 16 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-5
f0cb50
- use docker rhatdan/1.5.0 commit#1a4e592
f0cb50
- Complete fix for rhbz#1192171 - patch included in docker tarball
f0cb50
- use docker-python 0.7.2
f0cb50
- Resolves: rhbz#1192312 - solve version-release requirements for
f0cb50
subpackages
f0cb50
f0cb50
* Mon Feb 16 2015 Michal Minar <miminar@redhat.com> - 1.5.0-4
f0cb50
- Readded --(add|block)-registry flags.
f0cb50
f0cb50
* Fri Feb 13 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-2
f0cb50
- Resolves: rhbz#1192312 - custom release numbers for 
f0cb50
python-websocket-client and docker-py
f0cb50
- Resolves: rhbz#1192171 - changed options and env vars for
f0cb50
adding/replacing registries
f0cb50
f0cb50
* Thu Feb 12 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-1
f0cb50
- build docker rhatdan/1.5 a06d357
f0cb50
- build atomic projectaomic/master d8c35ce
f0cb50
f0cb50
* Thu Feb 05 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-39
f0cb50
- Resolves: rhbz#1187993 - allow core dump with no size limit
f0cb50
- build atomic commit#98c21fd
f0cb50
f0cb50
* Mon Feb 02 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-38
f0cb50
- Resolves: rhbz#1188318
f0cb50
- atom commit#ea7ab31
57c396
b215bf
* Fri Jan 30 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-37
b215bf
- add extra options to /etc/sysconfig/docker to add/block registries
b215bf
- build atom commit#3d4fd20
b215bf
b215bf
* Fri Jan 30 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-36
b215bf
- remove dependency on python-backports
b215bf
b215bf
* Fri Jan 30 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-35
b215bf
- build atomic rhatdan/master commit#973142b
b215bf
- build docker rhatdan/1.4.1-beta2 commit#d26b358
b215bf
b215bf
* Fri Jan 30 2015 Michal Minar <miminar@redhat.com> - 1.4.1-34
b215bf
- added patch fixed tagging issue
b215bf
b215bf
* Fri Jan 30 2015 Michal Minar <miminar@redhat.com> - 1.4.1-33
b215bf
- build docker rhatdan/1.4.1-beta2 commit#b024f0f
b215bf
- --registry-(replace|preprend) replaced with --(add|block)-registry
b215bf
b215bf
* Thu Jan 29 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-32
b215bf
- build atom commit#567c2c8
b215bf
b215bf
* Thu Jan 29 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-31
b215bf
- build atom commit#b9e02ad
b215bf
b215bf
* Wed Jan 28 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-30
b215bf
- Require python-backports >= 1.0-8 for docker-python
b215bf
b215bf
* Wed Jan 28 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-29
b215bf
- build docker rhatdan/1.4.1-beta2 commit#0af307b
b215bf
- --registry-replace|prepend flags via Michal Minar <miminar@redhat.com>
b215bf
- build atomic rhatdan/master commit#37f9be0
b215bf
b215bf
* Tue Jan 27 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-27
b215bf
- patch to avoid crash in atomic host
b215bf
b215bf
* Tue Jan 27 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-26
b215bf
- build docker rhatdan/1.4.1-beta2 commit#0b4cade
b215bf
- build atomic rhatdan/master commit#b8c7b9d
b215bf
- build docker-utils vbatts/master commit#fb94a28
b215bf
b215bf
* Fri Jan 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-25
b215bf
- build atomic commit#fcbc57b with fix for install/upgrade/status
b215bf
- build docker rhatdan/1.4.1-beta2 commit#f476836
b215bf
b215bf
* Fri Jan 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-24
b215bf
- install dockertarsum from github.com/vbatts/docker-utils
b215bf
b215bf
* Fri Jan 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-23
b215bf
- build rhatdan/atom commit#ef16d40
b215bf
- try urlparse from six, else from argparse
b215bf
b215bf
* Fri Jan 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-22
b215bf
- use python-argparse to provide urlparse
b215bf
b215bf
* Fri Jan 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-21
b215bf
- move atomic bits into -python subpackage
b215bf
b215bf
* Fri Jan 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-20
b215bf
- update atom commit#10fc4c8
b215bf
b215bf
* Fri Jan 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-19
b215bf
- build rhatdan/1.4.1-beta2 commit#35a8dc5
b215bf
- --registry-prepend instead of --registry-append
b215bf
b215bf
* Thu Jan 22 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-18
b215bf
- don't install nsinit
b215bf
b215bf
* Thu Jan 22 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-17
b215bf
- install atomic and manpages
b215bf
- don't provide -devel subpackage
b215bf
b215bf
* Thu Jan 22 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-16
b215bf
- install python-websocket-client and python-docker as subpackages
b215bf
b215bf
* Thu Jan 22 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-15
b215bf
- build rhatdan/1.4.1-beta2 commit#06670da
b215bf
- install subscription manager
b215bf
b215bf
* Tue Jan 20 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-14
b215bf
- increment release number to avoid conflict with 7.0
b215bf
b215bf
* Tue Jan 20 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-13
b215bf
- build rhatdan/1.4.1-beta2 commit#2de8e5d
b215bf
- Resolves: rhbz#1180718 - MountFlags=slave in unitfile
b215bf
b215bf
* Mon Jan 19 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-12
b215bf
- build rhatdan/1.4.1-beta2 commit#218805f
b215bf
b215bf
* Mon Jan 19 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-11
b215bf
- build rhatdan/1.4.1-beta2 commit#4b7addf
b215bf
b215bf
* Fri Jan 16 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-10
b215bf
- build rhatdan/1.4.1-beta2 commit #a0c7884
b215bf
- socket activation not used
b215bf
- include docker_transition_unconfined boolean info and disable socket
b215bf
activation in /etc/sysconfig/docker
b215bf
- docker group not created
b215bf
b215bf
* Fri Jan 16 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-9
b215bf
- run all tests and not just unit tests
b215bf
- replace codegansta.tgz with codegangsta-cli.patch
b215bf
b215bf
* Thu Jan 15 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-8
b215bf
- build rhatdan/1.4.1-beta2 commit #6ee2421
b215bf
b215bf
* Wed Jan 14 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-7
b215bf
- build rhatdan/1.4.1-beta2 01a64e011da131869b42be8b2f11f540fd4b8f33
b215bf
- run tests inside a docker repo during check phase
b215bf
b215bf
* Mon Jan 12 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-6
b215bf
- build rhatdan/1.4.1-beta2 01a64e011da131869b42be8b2f11f540fd4b8f33
b215bf
b215bf
* Wed Jan 07 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-5
b215bf
- own /etc/docker
b215bf
- include check for unit tests
b215bf
b215bf
* Fri Dec 19 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-4
b215bf
- Install vim and shell completion files in main package itself
b215bf
b215bf
* Thu Dec 18 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-3
b215bf
- rename cron script
b215bf
- change enable/disable to true/false
b215bf
b215bf
* Thu Dec 18 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-2
b215bf
- Enable the logrotate cron job by default, disable via sysconfig variable
b215bf
- Install docker-network and docker-container-logrotate sysconfig files
b215bf
b215bf
* Thu Dec 18 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-1
b215bf
- Resolves: rhbz#1174351 - update to 1.4.1
b215bf
- Provide subpackages for fish and zsh completion and vim syntax highlighting
b215bf
- Provide subpackage to run logrotate on running containers as a daily cron
b215bf
job
b215bf
b215bf
* Mon Dec 15 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.0-1
b215bf
- Resolves: rhbz#1174266 - update to 1.4.0
b215bf
- Fixes: CVE-2014-9357, CVE-2014-9358
b215bf
- uses /etc/docker as cert path
b215bf
- create dockerroot user
b215bf
- skip btrfs version check
831d3f
a2b5ed
* Fri Dec 05 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.2-4
a2b5ed
- update libcontainer paths
a2b5ed
- update docker.sysconfig to include DOCKER_TMPDIR
a2b5ed
- update docker.service unitfile
a2b5ed
- package provides docker-io-devel
a2b5ed
a2b5ed
* Mon Dec 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.2-3
a2b5ed
- revert docker.service change, -H fd:// in sysconfig file
a2b5ed
a2b5ed
* Mon Dec 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.2-2
a2b5ed
- update systemd files
a2b5ed
a2b5ed
* Tue Nov 25 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.2-1
a2b5ed
- Resolves: rhbz#1167870 - update to v1.3.2
a2b5ed
- Fixes CVE-2014-6407, CVE-2014-6408
a2b5ed
a2b5ed
* Fri Nov 14 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.1-2
a2b5ed
- remove unused buildrequires
a2b5ed
a2b5ed
* Thu Nov 13 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.1-1
a2b5ed
- bump to upstream v1.3.1
a2b5ed
- patch to vendor in go-md2man and deps for manpage generation
d7c336
d9c15b
* Thu Oct 30 2014 Dan Walsh <dwalsh@redhat.com> - 1.2.0-1.8
d9c15b
- Remove docker-rhel entitlment patch. This was buggy and is no longer needed
d9c15b
d9c15b
* Mon Oct 20 2014 Dan Walsh <dwalsh@redhat.com> - 1.2.0-1.7
d9c15b
- Add 404 patch to allow docker to continue to try to download updates with 
d9c15b
- different certs, even if the registry returns 404 error
d9c15b
d9c15b
* Tue Oct 7 2014 Eric Paris <eparis@redhat.com> - 1.2.0-1.6
d9c15b
- make docker.socket start/restart when docker starts/restarts
d9c15b
d9c15b
* Tue Sep 30 2014 Eric Paris <eparis@redhat.com> - 1.2.0-1.5
d9c15b
- put docker.socket back the right way
d9c15b
d9c15b
* Sat Sep 27 2014 Dan Walsh <dwalsh@redhat.com> - 1.2.0-1.4
d9c15b
- Remove docker.socket
d9c15b
d9c15b
* Mon Sep 22 2014 Dan Walsh <dwalsh@redhat.com> - 1.2.0-1.2
d9c15b
- Fix docker.service file to use /etc/sysconfig/docker-storage.service
d9c15b
d9c15b
* Mon Sep 22 2014 Dan Walsh <dwalsh@redhat.com> - 1.2.0-1.1
d9c15b
- Bump release to 1.2.0
d9c15b
- Add support for /etc/sysconfig/docker-storage
d9c15b
- Add Provides:golang(github.com/docker/libcontainer)
d9c15b
- Add provides docker-io to get through compatibility issues
d9c15b
- Update man pages
d9c15b
- Add missing pieces of libcontainer
d9c15b
- Devel now obsoletes golang-github-docker-libcontainer-devel
d9c15b
- Remove runtime dependency on golang
d9c15b
- Fix secrets patch
d9c15b
- Add -devel -pkg-devel subpackages
d9c15b
- Move libcontainer from -lib to -devel subpackage
d9c15b
- Allow docker to use /etc/pki/entitlement for certs
d9c15b
- New sources that satisfy nsinit deps
d9c15b
- Change docker client certs links
d9c15b
- Add nsinit
c4784f
c4784f
* Tue Sep 2 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-10
c4784f
- Add  docker client entitlement certs
c4784f
c4784f
* Fri Aug 8 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-9
c4784f
- Add Matt Heon patch to allow containers to work if machine is not entitled
c4784f
c4784f
* Thu Aug 7 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-8
c4784f
- Fix handing of rhel repos
c4784f
c4784f
* Mon Aug 4 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-6
c4784f
- Update man pages
c4784f
c4784f
* Mon Jul 28 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-5
c4784f
- Fix environment patch
c4784f
- Add /etc/machine-id patch
c4784f
c4784f
* Fri Jul 25 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-4
c4784f
- Add Secrets Patch back in
c4784f
c4784f
* Fri Jul 25 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-3
c4784f
- Pull in latest docker-1.1.2 code
c4784f
c4784f
* Fri Jul 25 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-2
c4784f
- Update to the latest from upstream
c4784f
- Add comment and envoroment patches to allow setting of comments and 
c4784f
- enviroment variables from docker import
c4784f
c4784f
* Wed Jul 23 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.1-3
c4784f
- Install docker bash completions in proper location
c4784f
- Add audit_write as a default capability
c4784f
c4784f
* Tue Jul 22 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.1-2
c4784f
- Update man pages
c4784f
- Fix docker pull registry/repo
c4784f
c4784f
* Fri Jul 18 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.1-1
c4784f
- Update to latest from upstream
c4784f
c4784f
* Mon Jul 14 2014 Dan Walsh <dwalsh@redhat.com> - 1.0.0-10
c4784f
- Pass otions from /etc/sysconfig/docker into docker.service unit file
c4784f
c4784f
* Thu Jul 10 2014 Dan Walsh <dwalsh@redhat.com> - 1.0.0-9
c4784f
- Fix docker-registry patch to handle search
c4784f
c4784f
* Thu Jul 10 2014 Dan Walsh <dwalsh@redhat.com> - 1.0.0-8
26b193
- Re-add %%{_datadir}/rhel/secrets/rhel7.repo
c4784f
c4784f
* Wed Jul 9 2014 Dan Walsh <dwalsh@redhat.com> - 1.0.0-7
c4784f
- Patch: Save "COMMENT" field in Dockerfile into image content.
c4784f
- Patch: Update documentation noting that SIGCHLD is not proxied.
c4784f
- Patch: Escape control and nonprintable characters in docker ps
c4784f
- Patch: machine-id: add container id access
c4784f
- Patch: Report child error better (and later)
c4784f
- Patch: Fix invalid fd race
c4784f
- Patch: Super minimal host based secrets
c4784f
- Patch: libcontainer: Mount cgroups in the container
c4784f
- Patch: pkg/cgroups Add GetMounts() and GetAllSubsystems()
c4784f
- Patch: New implementation of /run support
c4784f
- Patch: Error if Docker daemon starts with BTRFS graph driver and SELinux enabled
c4784f
- Patch: Updated CLI documentation for docker pull with notes on specifying URL
c4784f
- Patch: Updated docker pull manpage to reflect ability to specify URL of registry.
c4784f
- Patch: Docker should use /var/tmp for large temporary files.
c4784f
- Patch: Add --registry-append and --registry-replace qualifier to docker daemon
c4784f
- Patch: Increase size of buffer for signals
c4784f
- Patch: Update documentation noting that SIGCHLD is not proxied.
c4784f
- Patch: Escape control and nonprintable characters in docker ps
c4784f
c4784f
* Tue Jun 24 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-4
c4784f
- Documentation update for --sig-proxy
c4784f
- increase size of buffer for signals
c4784f
- escape control and nonprintable characters in docker ps
c4784f
c4784f
* Tue Jun 24 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-3
c4784f
- Resolves: rhbz#1111769 - CVE-2014-3499
c4784f
c4784f
* Thu Jun 19 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-2
c4784f
- Resolves: rhbz#1109938 - upgrade to upstream version 1.0.0 + patches
c4784f
  use repo: https://github.com/lsm5/docker/commits/htb2
c4784f
- Resolves: rhbz#1109858 - fix race condition with secrets
c4784f
- add machine-id patch:
c4784f
https://github.com/vbatts/docker/commit/4f51757a50349bbbd2282953aaa3fc0e9a989741
c4784f
c4784f
* Wed Jun 18 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-1
c4784f
- Resolves: rhbz#1109938 - upgrade to upstream version 1.0.0 + patches
c4784f
  use repo: https://github.com/lsm5/docker/commits/2014-06-18-htb2
c4784f
- Resolves: rhbz#1110876 - secrets changes required for subscription
c4784f
management
c4784f
- btrfs now available (remove old comment)
e99614
b28b51
* Fri Jun 06 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-19
b28b51
- build with golang-github-kr-pty-0-0.19.git98c7b80.el7
b28b51
b28b51
* Fri Jun 06 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-18
b28b51
- update manpages
b28b51
- use branch: https://github.com/lsm5/docker/commits/2014-06-06-2
b28b51
b28b51
* Thu Jun 05 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-17
b28b51
- use branch: https://github.com/lsm5/docker/commits/2014-06-05-final2
b28b51
b28b51
* Thu Jun 05 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-16
b28b51
- latest repo: https://github.com/lsm5/docker/commits/2014-06-05-5
b28b51
- update secrets symlinks
b28b51
b28b51
* Mon Jun 02 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-15
b28b51
- correct the rhel7.repo symlink
b28b51
b28b51
* Mon Jun 02 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-14
b28b51
- only symlink the repo itself, not the dir
b28b51
b28b51
* Sun Jun 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-13
b28b51
- use the repo dir itself and not repo for second symlink
b28b51
b28b51
* Sat May 31 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-12
b28b51
- create symlinks at install time and not in scriptlets
b28b51
- own symlinks in /etc/docker/secrets
b28b51
b28b51
* Sat May 31 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-11
b28b51
- add symlinks for sharing host entitlements
b28b51
b28b51
* Thu May 29 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-10
b28b51
- /etc/docker/secrets has permissions 750
b28b51
b28b51
* Thu May 29 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-9
b28b51
- create and own /etc/docker/secrets
b28b51
b28b51
* Thu May 29 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-8
b28b51
- don't use docker.sysconfig meant for sysvinit (just to avoid confusion)
b28b51
b28b51
* Thu May 29 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-7
b28b51
- install /etc/sysconfig/docker for additional args
b28b51
- use branch 2014-05-29 with modified secrets dir path
b28b51
b28b51
* Thu May 29 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-6
b28b51
- secret store patch
b28b51
b28b51
* Thu May 22 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-5
b28b51
- native driver: add required capabilities (dotcloud issue #5928)
b28b51
b28b51
* Thu May 22 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-4
b28b51
- branch 2014-05-22
b28b51
- rename rhel-dockerfiles dir to dockerfiles
b28b51
b28b51
* Wed May 21 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-3
b28b51
- mount /run with correct selinux label
b28b51
b28b51
* Mon May 19 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-2
b28b51
- add btrfs
b28b51
b28b51
* Mon May 19 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-1
b28b51
- use latest master
b28b51
- branch: https://github.com/lsm5/docker/commits/2014-05-09-2
b28b51
b28b51
* Mon May 19 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-13
b28b51
- add registry search list patch
b28b51
b28b51
* Wed May 14 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-12
b28b51
- include dockerfiles for postgres, systemd/{httpd,mariadb}
b28b51
b28b51
* Mon May 12 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-11
b28b51
- add apache, mariadb and mongodb dockerfiles
b28b51
- branch 2014-05-12
b28b51
b28b51
* Fri May 09 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-10
b28b51
- add rhel-dockerfile/mongodb
b28b51
b28b51
* Fri May 09 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-9
b28b51
- use branch: https://github.com/lsm5/docker/commits/2014-05-09
b28b51
- install rhel-dockerfile for apache
b28b51
- cleanup: get rid of conditionals
b28b51
- libcontainer: create dirs/files as needed for bind mounts
b28b51
b28b51
* Thu May 08 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-8
b28b51
- fix docker top
b28b51
b28b51
* Tue May 06 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-7
b28b51
- set container pid for process in native driver
b28b51
b28b51
* Tue May 06 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-6
b28b51
- ensure upstream PR #5529 is included
b28b51
b28b51
* Mon May 05 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-5
b28b51
- block push to docker index
b28b51
b28b51
* Thu May 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-4
b28b51
- enable selinux in unitfile
b28b51
b28b51
* Thu May 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-3
b28b51
- branch https://github.com/lsm5/docker/commits/2014-05-01-2
b28b51
b28b51
* Thu May 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-2
b28b51
- branch https://github.com/lsm5/docker/tree/2014-05-01
b28b51
b28b51
* Fri Apr 25 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-1
b28b51
- renamed (docker-io -> docker)
b28b51
- rebased on 0.10.0
b28b51
- branch used: https://github.com/lsm5/docker/tree/2014-04-25
b28b51
- manpages packaged separately (pandoc not available on RHEL-7)
b28b51
b28b51
* Tue Apr 08 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.1-4.collider
b28b51
- manpages merged, some more patches from alex
b28b51
b28b51
* Thu Apr 03 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.1-3.collider
b28b51
- fix --volumes-from mount failure, include docker-images/info/tag manpages
b28b51
b28b51
* Tue Apr 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.1-2.collider
b28b51
- solve deadlock issue
b28b51
b28b51
* Mon Mar 31 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.1-1.collider
b28b51
- branch 2014-03-28, include additional docker manpages from whenry
b28b51
b28b51
* Thu Mar 27 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-7.collider
b28b51
- env file support (vbatts)
b28b51
b28b51
* Mon Mar 17 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-6.collider
b28b51
- dwalsh's selinux patch rewritten
b28b51
- point to my docker repo as source0 (contains all patches already)
b28b51
- don't require tar and libcgroup
b28b51
b28b51
* Fri Mar 14 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-5.collider
b28b51
- add kraman's container-pid.patch
b28b51
b28b51
* Fri Mar 14 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-4.collider
b28b51
- require docker.socket in unitfile
b28b51
b28b51
* Thu Mar 13 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-3.collider
b28b51
- use systemd socket activation
b28b51
b28b51
* Wed Mar 12 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-2.collider
b28b51
- add collider tag to release field
b28b51
b28b51
* Tue Mar 11 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-1
b28b51
- upstream version bump to 0.9.0
b28b51
b28b51
* Mon Mar 10 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.1-3
b28b51
- add alexl's patches upto af9bb2e3d37fcddd5e041d6ae45055f649e2fbd4
b28b51
- add guelfey/go.dbus to BR
b28b51
b28b51
* Sun Mar 09 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.1-2
b28b51
- use upstream commit 3ace9512bdf5c935a716ee1851d3e636e7962fac
b28b51
- add dwalsh's patches for selinux, emacs-gitignore, listen_pid and
b28b51
remount /var/lib/docker as --private
b28b51
b28b51
* Wed Feb 19 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.1-1
b28b51
- Bug 1066841 - upstream version bump to v0.8.1
b28b51
- use sysvinit files from upstream contrib
b28b51
- BR golang >= 1.2-7
b28b51
b28b51
* Thu Feb 13 2014 Adam Miller <maxamillion@fedoraproject.org> - 0.8.0-3
b28b51
- Remove unneeded sysctl settings in initscript
b28b51
  https://github.com/dotcloud/docker/pull/4125
b28b51
b28b51
* Sat Feb 08 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.0-2
b28b51
- ignore btrfs for rhel7 and clones for now
b28b51
- include vim syntax highlighting from contrib/syntax/vim
b28b51
b28b51
* Wed Feb 05 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.0-1
b28b51
- upstream version bump
b28b51
- don't use btrfs for rhel6 and clones (yet)
b28b51
b28b51
* Mon Jan 20 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.6-2
b28b51
- bridge-utils only for rhel < 7
b28b51
- discard freespace when image is removed
b28b51
b28b51
* Thu Jan 16 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.6-1
b28b51
- upstream version bump v0.7.6
b28b51
- built with golang >= 1.2
b28b51
b28b51
* Thu Jan 09 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.5-1
b28b51
- upstream version bump to 0.7.5
b28b51
b28b51
* Thu Jan 09 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.4-1
b28b51
- upstream version bump to 0.7.4 (BZ #1049793)
b28b51
- udev rules file from upstream contrib
b28b51
- unit file firewalld not used, description changes
b28b51
b28b51
* Mon Jan 06 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.3-3
b28b51
- udev rules typo fixed (BZ 1048775)
b28b51
b28b51
* Sat Jan 04 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.3-2
b28b51
- missed commit value in release 1, updated now
b28b51
- upstream release monitoring (BZ 1048441)
b28b51
b28b51
* Sat Jan 04 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.3-1
b28b51
- upstream release bump to v0.7.3
b28b51
b28b51
* Thu Dec 19 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.2-2
b28b51
- require xz to work with ubuntu images (BZ #1045220)
b28b51
b28b51
* Wed Dec 18 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.2-1
b28b51
- upstream release bump to v0.7.2
b28b51
b28b51
* Fri Dec 06 2013 Vincent Batts <vbatts@redhat.com> - 0.7.1-1
b28b51
- upstream release of v0.7.1
b28b51
b28b51
* Mon Dec 02 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-14
b28b51
- sysvinit patch corrected (epel only)
b28b51
- 80-docker.rules unified for udisks1 and udisks2
b28b51
b28b51
* Mon Dec 02 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-13
b28b51
- removed firewall-cmd --add-masquerade
b28b51
b28b51
* Sat Nov 30 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-12
b28b51
- systemd for fedora >= 18
b28b51
- firewalld in unit file changed from Requires to Wants
b28b51
- firewall-cmd --add-masquerade after docker daemon start in unit file
b28b51
  (Michal Fojtik <mfojtik@redhat.com>), continue if not present (Michael Young
b28b51
  <m.a.young@durham.ac.uk>)
b28b51
- 80-docker.rules included for epel too, ENV variables need to be changed for
b28b51
  udisks1
b28b51
b28b51
* Fri Nov 29 2013 Marek Goldmann <mgoldman@redhat.com> - 0.7.0-11
b28b51
- Redirect docker log to /var/log/docker (epel only)
b28b51
- Removed the '-b none' parameter from sysconfig, it's unnecessary since
b28b51
  we create the bridge now automatically (epel only)
b28b51
- Make sure we have the cgconfig service started before we start docker,
b28b51
    RHBZ#1034919 (epel only)
b28b51
b28b51
* Thu Nov 28 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-10
b28b51
- udev rules added for fedora >= 19 BZ 1034095
b28b51
- epel testing pending
b28b51
b28b51
* Thu Nov 28 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-9
b28b51
- requires and started after firewalld
b28b51
b28b51
* Thu Nov 28 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-8
b28b51
- iptables-fix patch corrected
b28b51
b28b51
* Thu Nov 28 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-7
b28b51
- use upstream tarball and patch with mgoldman's commit
b28b51
b28b51
* Thu Nov 28 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-6
b28b51
- using mgoldman's shortcommit value 0ff9bc1 for package (BZ #1033606)
b28b51
- https://github.com/dotcloud/docker/pull/2907
b28b51
b28b51
* Wed Nov 27 2013 Adam Miller <maxamillion@fedoraproject.org> - 0.7.0-5
b28b51
- Fix up EL6 preun/postun to not fail on postun scripts
b28b51
b28b51
* Wed Nov 27 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-4
b28b51
- brctl patch for rhel <= 7
b28b51
b28b51
* Wed Nov 27 2013 Vincent Batts <vbatts@redhat.com> - 0.7.0-3
b28b51
- Patch how the bridge network is set up on RHEL (BZ #1035436)
b28b51
b28b51
* Wed Nov 27 2013 Vincent Batts <vbatts@redhat.com> - 0.7.0-2
b28b51
- add libcgroup require (BZ #1034919)
b28b51
b28b51
* Tue Nov 26 2013 Marek Goldmann <mgoldman@redhat.com> - 0.7.0-1
b28b51
- Upstream release 0.7.0
b28b51
- Using upstream script to build the binary
b28b51
b28b51
* Mon Nov 25 2013 Vincent Batts <vbatts@redhat.com> - 0.7-0.20.rc7
b28b51
- correct the build time defines (bz#1026545). Thanks dan-fedora.
b28b51
b28b51
* Fri Nov 22 2013 Adam Miller <maxamillion@fedoraproject.org> - 0.7-0.19.rc7
b28b51
- Remove xinetd entry, added sysvinit
b28b51
b28b51
* Fri Nov 22 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.18.rc7
b28b51
- rc version bump
b28b51
b28b51
* Wed Nov 20 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.17.rc6
b28b51
- removed ExecStartPost lines from docker.service (BZ #1026045)
b28b51
- dockerinit listed in files
b28b51
b28b51
* Wed Nov 20 2013 Vincent Batts <vbatts@redhat.com> - 0.7-0.16.rc6
b28b51
- adding back the none bridge patch
b28b51
b28b51
* Wed Nov 20 2013 Vincent Batts <vbatts@redhat.com> - 0.7-0.15.rc6
b28b51
- update docker source to crosbymichael/0.7.0-rc6
b28b51
- bridge-patch is not needed on this branch
b28b51
b28b51
* Tue Nov 19 2013 Vincent Batts <vbatts@redhat.com> - 0.7-0.14.rc5
b28b51
- update docker source to crosbymichael/0.7-rc5
b28b51
- update docker source to 457375ea370a2da0df301d35b1aaa8f5964dabfe
b28b51
- static magic
b28b51
- place dockerinit in a libexec
b28b51
- add sqlite dependency
b28b51
b28b51
* Sat Nov 02 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.13.dm
b28b51
- docker.service file sets iptables rules to allow container networking, this
b28b51
    is a stopgap approach, relevant pull request here:
b28b51
    https://github.com/dotcloud/docker/pull/2527
b28b51
b28b51
* Sat Oct 26 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.12.dm
b28b51
- dm branch
b28b51
- dockerinit -> docker-init
b28b51
b28b51
* Tue Oct 22 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.11.rc4
b28b51
- passing version information for docker build BZ #1017186
b28b51
b28b51
* Sat Oct 19 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.10.rc4
b28b51
- rc version bump
b28b51
- docker-init -> dockerinit
b28b51
- zsh completion script installed to /usr/share/zsh/site-functions
b28b51
b28b51
* Fri Oct 18 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.9.rc3
b28b51
- lxc-docker version matches package version
b28b51
b28b51
* Fri Oct 18 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.8.rc3
b28b51
- double quotes removed from buildrequires as per existing golang rules
b28b51
b28b51
* Fri Oct 11 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.7.rc3
b28b51
- xinetd file renamed to docker.xinetd for clarity
b28b51
b28b51
* Thu Oct 10 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.6.rc3
b28b51
- patched for el6 to use sphinx-1.0-build
b28b51
b28b51
* Wed Oct 09 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.5.rc3
b28b51
- rc3 version bump
b28b51
- exclusivearch x86_64
b28b51
b28b51
* Wed Oct 09 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.4.rc2
b28b51
- debuginfo not Go-ready yet, skipped
b28b51
b28b51
* Wed Oct 09 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.3.rc2
b28b51
- debuginfo package generated
b28b51
- buildrequires listed with versions where needed
b28b51
- conditionals changed to reflect systemd or not
b28b51
- docker commit value not needed
b28b51
- versioned provides lxc-docker
b28b51
b28b51
* Mon Oct 07 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-2.rc2
b28b51
- rc branch includes devmapper
b28b51
- el6 BZ #1015865 fix included
b28b51
b28b51
* Sun Oct 06 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-1
b28b51
- version bump, includes devicemapper
b28b51
- epel conditionals included
b28b51
- buildrequires sqlite-devel
b28b51
b28b51
* Fri Oct 04 2013 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.6.3-4.devicemapper
b28b51
- docker-io service enables IPv4 and IPv6 forwarding
b28b51
- docker user not needed
b28b51
- golang not supported on ppc64, docker-io excluded too
b28b51
b28b51
* Thu Oct 03 2013 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.6.3-3.devicemapper
b28b51
- Docker rebuilt with latest kr/pty, first run issue solved
b28b51
b28b51
* Fri Sep 27 2013 Marek Goldmann <mgoldman@redhat.com> - 0.6.3-2.devicemapper
b28b51
- Remove setfcap from lxc.cap.drop to make setxattr() calls working in the
b28b51
  containers, RHBZ#1012952
b28b51
b28b51
* Thu Sep 26 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.3-1.devicemapper
b28b51
- version bump
b28b51
- new version solves docker push issues
b28b51
b28b51
* Tue Sep 24 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-14.devicemapper
b28b51
- package requires lxc
b28b51
b28b51
* Tue Sep 24 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-13.devicemapper
b28b51
- package requires tar
b28b51
b28b51
* Tue Sep 24 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-12.devicemapper
b28b51
- /var/lib/docker installed
b28b51
- package also provides lxc-docker
b28b51
b28b51
* Mon Sep 23 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-11.devicemapper
b28b51
- better looking url
b28b51
b28b51
* Mon Sep 23 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-10.devicemapper
b28b51
- release tag changed to denote devicemapper patch
b28b51
b28b51
* Mon Sep 23 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-9
b28b51
- device-mapper-devel is a buildrequires for alex's code
b28b51
- docker.service listed as a separate source file
b28b51
b28b51
* Sun Sep 22 2013 Matthew Miller <mattdm@fedoraproject.org> 0.6.2-8
b28b51
- install bash completion
b28b51
- use -v for go build to show progress
b28b51
b28b51
* Sun Sep 22 2013 Matthew Miller <mattdm@fedoraproject.org> 0.6.2-7
b28b51
- build and install separate docker-init
b28b51
b28b51
* Sun Sep 22 2013 Matthew Miller <mattdm@fedoraproject.org> 0.6.2-4
b28b51
- update to use new source-only golang lib packages
b28b51
b28b51
* Sat Sep 21 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-3
b28b51
- man page generation from docs/.
b28b51
- systemd service file created
b28b51
- dotcloud/tar no longer required
b28b51
b28b51
* Fri Sep 20 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-2
b28b51
- patched with alex larsson's devmapper code
b28b51
b28b51
* Wed Sep 18 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-1
b28b51
- Version bump
b28b51
b28b51
* Tue Sep 10 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.1-2
b28b51
- buildrequires updated
b28b51
- package renamed to docker-io
b28b51
 
b28b51
* Fri Aug 30 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.1-1
b28b51
- Version bump
b28b51
- Package name change from lxc-docker to docker
b28b51
- Makefile patched from 0.5.3
b28b51
b28b51
* Wed Aug 28 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.5.3-5
b28b51
- File permissions settings included
b28b51
b28b51
* Wed Aug 28 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.5.3-4
b28b51
- Credits in changelog modified as per reference's request
b28b51
b28b51
* Tue Aug 27 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.5.3-3
b28b51
- Dependencies listed as rpm packages instead of tars
b28b51
- Install section added
b28b51
b28b51
* Mon Aug 26 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.5.3-2
b28b51
- Github packaging
b28b51
- Deps not downloaded at build time courtesy Elan Ruusamäe
b28b51
- Manpage and other docs installed
b28b51
b28b51
* Fri Aug 23 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.5.3-1
b28b51
- Initial fedora package
b28b51
- Some credit to Elan Ruusamäe (glen@pld-linux.org)