commit | author | age
|
d03ac3
|
1 |
%if 0%{?fedora} |
CS |
2 |
%global with_devel 1 |
|
3 |
%global with_unit_test 1 |
|
4 |
%else |
|
5 |
%global with_devel 0 |
|
6 |
%global with_unit_test 0 |
|
7 |
%endif |
|
8 |
|
|
9 |
%global with_unit_test 1 |
|
10 |
# modifying the dockerinit binary breaks the SHA1 sum check by docker |
|
11 |
%global __os_install_post %{_rpmconfigdir}/brp-compress |
|
12 |
|
|
13 |
#debuginfo not supported with Go |
|
14 |
%global provider_tld com |
|
15 |
%global provider github |
|
16 |
%global project docker |
|
17 |
%global repo %{project} |
|
18 |
|
|
19 |
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo} |
|
20 |
|
|
21 |
%if ! 0%{?gobuild:1} |
|
22 |
%define gobuild(o:) go build -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x %{?**}; |
|
23 |
%endif |
|
24 |
|
|
25 |
# docker |
|
26 |
%global git_docker https://github.com/projectatomic/docker |
|
27 |
%global commit_docker ec8512ba42f349cbe5a63140c4d9c810f7afa527 |
|
28 |
%global shortcommit_docker %(c=%{commit_docker}; echo ${c:0:7}) |
|
29 |
# docker_branch used in %%check |
|
30 |
%global docker_branch %{name}-%{version} |
|
31 |
|
|
32 |
# d-s-s |
|
33 |
%global git_dss https://github.com/projectatomic/container-storage-setup |
|
34 |
%global commit_dss 8276a1e9abf9607e82018c96001858d04420208e |
|
35 |
%global shortcommit_dss %(c=%{commit_dss}; echo ${c:0:7}) |
|
36 |
%global dss_libdir %{_exec_prefix}/lib/%{name}-storage-setup |
|
37 |
|
|
38 |
# v1.10-migrator |
|
39 |
%global git_migrator https://github.com/%{repo}/v1.10-migrator |
|
40 |
%global commit_migrator c417a6a022c5023c111662e8280f885f6ac259be |
|
41 |
%global shortcommit_migrator %(c=%{commit_migrator}; echo ${c:0:7}) |
|
42 |
|
|
43 |
# docker-novolume-plugin |
|
44 |
%global git_novolume https://github.com/projectatomic/%{repo}-novolume-plugin |
|
45 |
%global commit_novolume 385ec70baac3ef356f868f391c8d7818140fbd44 |
|
46 |
%global shortcommit_novolume %(c=%{commit_novolume}; echo ${c:0:7}) |
|
47 |
|
|
48 |
# rhel-push-plugin |
|
49 |
%global git_rhel_push https://github.com/projectatomic/rhel-push-plugin |
|
50 |
%global commit_rhel_push af9107b2aedb235338e32a3c19507cad3f218b0d |
|
51 |
%global shortcommit_rhel_push %(c=%{commit_rhel_push}; echo ${c:0:7}) |
|
52 |
|
|
53 |
# docker-lvm-plugin |
|
54 |
%global git_lvm https://github.com/projectatomic/%{repo}-lvm-plugin |
|
55 |
%global commit_lvm 8647404eed561d32835d6bc032b1c330ee31ed5b |
|
56 |
%global shortcommit_lvm %(c=%{commit_lvm}; echo ${c:0:7}) |
|
57 |
|
|
58 |
# docker-runc |
|
59 |
%global git_runc https://github.com/projectatomic/runc |
|
60 |
%global commit_runc c5d311627d39439c5b1cc35c67a51c9c6ccda648 |
|
61 |
%global shortcommit_runc %(c=%{commit_runc}; echo ${c:0:7}) |
|
62 |
|
|
63 |
# docker-containerd |
|
64 |
%global git_containerd https://github.com/projectatomic/containerd |
|
65 |
%global commit_containerd fa8fb3d455e1baf716f3131581f0ed8b07c573a6 |
|
66 |
%global shortcommit_containerd %(c=%{commit_containerd}; echo ${c:0:7}) |
|
67 |
|
|
68 |
Name: %{repo} |
|
69 |
Epoch: 2 |
|
70 |
Version: 1.12.6 |
|
71 |
Release: 68.git%{shortcommit_docker}%{?dist} |
|
72 |
Summary: Automates deployment of containerized applications |
|
73 |
License: ASL 2.0 |
|
74 |
URL: https://%{import_path} |
|
75 |
Source0: %{git_docker}/archive/%{commit_docker}.tar.gz |
|
76 |
Source2: %{git_dss}/archive/%{commit_dss}/container-storage-setup-%{shortcommit_dss}.tar.gz |
|
77 |
Source4: %{git_novolume}/archive/%{commit_novolume}/%{repo}-novolume-plugin-%{shortcommit_novolume}.tar.gz |
|
78 |
Source5: %{git_rhel_push}/archive/%{commit_rhel_push}/rhel-push-plugin-%{shortcommit_rhel_push}.tar.gz |
|
79 |
Source6: %{git_lvm}/archive/%{commit_lvm}/%{repo}-lvm-plugin-%{shortcommit_lvm}.tar.gz |
|
80 |
Source8: %{name}.service |
|
81 |
Source9: %{name}.sysconfig |
|
82 |
Source10: %{name}-storage.sysconfig |
|
83 |
Source11: %{name}-network.sysconfig |
|
84 |
Source12: %{name}-logrotate.sh |
|
85 |
Source13: README.%{name}-logrotate |
|
86 |
Source14: %{name}-common.sh |
|
87 |
Source15: README-%{name}-common |
|
88 |
Source17: %{git_migrator}/archive/%{commit_migrator}/v1.10-migrator-%{shortcommit_migrator}.tar.gz |
|
89 |
Source18: v1.10-migrator-helper |
|
90 |
Source19: %{git_runc}/archive/%{commit_runc}/runc-%{shortcommit_runc}.tar.gz |
|
91 |
Source20: %{git_containerd}/archive/%{commit_containerd}/containerd-%{shortcommit_containerd}.tar.gz |
|
92 |
Source21: %{name}-containerd-common.sh |
|
93 |
Source22: %{name}-containerd-shim-common.sh |
|
94 |
Source24: %{name}d-common.sh |
|
95 |
Source25: %{name}-cleanup.service |
|
96 |
Source26: %{name}-cleanup.timer |
|
97 |
Source27: daemon.json |
|
98 |
Source29: 99-docker.conf |
|
99 |
BuildRequires: sed |
|
100 |
BuildRequires: git |
|
101 |
BuildRequires: glibc-static |
|
102 |
BuildRequires: golang >= 1.7.4 |
|
103 |
BuildRequires: gpgme-devel |
|
104 |
BuildRequires: device-mapper-devel |
|
105 |
BuildRequires: pkgconfig(audit) |
|
106 |
BuildRequires: btrfs-progs-devel |
|
107 |
BuildRequires: sqlite-devel |
|
108 |
BuildRequires: go-md2man >= 1.0.4 |
|
109 |
BuildRequires: pkgconfig(systemd) |
|
110 |
BuildRequires: libseccomp-devel |
|
111 |
BuildRequires: libassuan-devel |
|
112 |
Requires: %{name}-common = %{epoch}:%{version}-%{release} |
|
113 |
Requires: %{name}-client = %{epoch}:%{version}-%{release} |
|
114 |
Requires(post): systemd |
|
115 |
Requires(preun): systemd |
|
116 |
Requires(postun): systemd |
|
117 |
Provides: lxc-%{name} = %{epoch}:%{version}-%{release} |
|
118 |
Provides: %{name}-io = %{epoch}:%{version}-%{release} |
|
119 |
|
|
120 |
%description |
|
121 |
Docker is an open-source engine that automates the deployment of any |
|
122 |
application as a lightweight, portable, self-sufficient container that will |
|
123 |
run virtually anywhere. |
|
124 |
|
|
125 |
Docker containers can encapsulate any payload, and will run consistently on |
|
126 |
and between virtually any server. The same container that a developer builds |
|
127 |
and tests on a laptop will run at scale, in production*, on VMs, bare-metal |
|
128 |
servers, OpenStack clusters, public instances, or combinations of the above. |
|
129 |
|
|
130 |
%if 0%{?with_unit_test} |
|
131 |
%package unit-test |
|
132 |
Summary: %{summary} - for running unit tests |
|
133 |
|
|
134 |
%description unit-test |
|
135 |
%{summary} - for running unit tests |
|
136 |
%endif |
|
137 |
|
|
138 |
%package logrotate |
|
139 |
Summary: cron job to run logrotate on Docker containers |
|
140 |
Requires: %{name} = %{epoch}:%{version}-%{release} |
|
141 |
Provides: %{name}-io-logrotate = %{epoch}:%{version}-%{release} |
|
142 |
|
|
143 |
%description logrotate |
|
144 |
This package installs %{summary}. logrotate is assumed to be installed on |
|
145 |
containers for this to work, failures are silently ignored. |
|
146 |
|
|
147 |
%package v1.10-migrator |
|
148 |
License: ASL 2.0 and CC-BY-SA |
|
149 |
Summary: Calculates SHA256 checksums for docker layer content |
|
150 |
|
|
151 |
%description v1.10-migrator |
|
152 |
Starting from v1.10 docker uses content addressable IDs for the images and |
|
153 |
layers instead of using generated ones. This tool calculates SHA256 checksums |
|
154 |
for docker layer content, so that they don't need to be recalculated when the |
|
155 |
daemon starts for the first time. |
|
156 |
|
|
157 |
The migration usually runs on daemon startup but it can be quite slow(usually |
|
158 |
100-200MB/s) and daemon will not be able to accept requests during |
|
159 |
that time. You can run this tool instead while the old daemon is still |
|
160 |
running and skip checksum calculation on startup. |
|
161 |
|
|
162 |
%package common |
|
163 |
Summary: Common files for docker and docker-latest |
|
164 |
Requires: device-mapper-libs >= 7:1.02.97 |
|
165 |
Requires: oci-umount >= 2:2.0.0-1 |
|
166 |
Requires: oci-register-machine >= 1:0-3.10 |
|
167 |
Requires: oci-systemd-hook >= 1:0.1.4-9 |
|
168 |
Requires: %{name}-rhel-push-plugin = %{epoch}:%{version}-%{release} |
|
169 |
Requires: subscription-manager-plugin-container |
|
170 |
Requires: xz |
|
171 |
Requires: atomic-registries |
|
172 |
Requires: container-selinux >= 2:2.21-2 |
|
173 |
Requires: container-storage-setup >= 0.7.0-1 |
|
174 |
# rhbz#1214070 - update deps for d-s-s |
|
175 |
Requires: lvm2 >= 2.02.112 |
|
176 |
Requires: xfsprogs |
|
177 |
# rhbz#1282898 - obsolete docker-storage-setup |
|
178 |
Obsoletes: %{name}-storage-setup <= 0.0.4-2 |
|
179 |
Requires: skopeo-containers >= 0.1.24-3 |
|
180 |
Requires: gnupg |
|
181 |
Requires: tar |
|
182 |
|
|
183 |
%description common |
|
184 |
This package contains the common files %{_bindir}/%{name} which will point to |
|
185 |
%{_bindir}/%{name}-current or %{_bindir}/%{name}-latest configurable via |
|
186 |
%{_sysconfdir}/sysconfig/%{repo} |
|
187 |
|
|
188 |
%package client |
|
189 |
Summary: Client side files for Docker |
|
190 |
License: ASL 2.0 |
|
191 |
Requires: %{repo}-common |
|
192 |
|
|
193 |
%description client |
|
194 |
%{summary} |
|
195 |
|
|
196 |
%package novolume-plugin |
|
197 |
URL: %{git_novolume} |
|
198 |
License: MIT |
|
199 |
Summary: Block container starts with local volumes defined |
|
200 |
Requires: %{name} = %{epoch}:%{version}-%{release} |
|
201 |
|
|
202 |
%description novolume-plugin |
|
203 |
When a volume in provisioned via the `VOLUME` instruction in a Dockerfile or |
|
204 |
via `docker run -v volumename`, host's storage space is used. This could lead to |
|
205 |
an unexpected out of space issue which could bring down everything. |
|
206 |
There are situations where this is not an accepted behavior. PAAS, for |
|
207 |
instance, can't allow their users to run their own images without the risk of |
|
208 |
filling the entire storage space on a server. One solution to this is to deny users |
|
209 |
from running images with volumes. This way the only storage a user gets can be limited |
|
210 |
and PAAS can assign quota to it. |
|
211 |
|
|
212 |
This plugin solves this issue by disallowing starting a container with |
|
213 |
local volumes defined. In particular, the plugin will block `docker run` with: |
|
214 |
|
|
215 |
- `--volumes-from` |
|
216 |
- images that have `VOLUME`(s) defined |
|
217 |
- volumes early provisioned with `docker volume` command |
|
218 |
|
|
219 |
The only thing allowed will be just bind mounts. |
|
220 |
|
|
221 |
%package rhel-push-plugin |
|
222 |
License: GPLv2 |
|
223 |
Summary: Avoids pushing a RHEL-based image to docker.io registry |
|
224 |
|
|
225 |
%description rhel-push-plugin |
|
226 |
In order to use this plugin you must be running at least Docker 1.10 which |
|
227 |
has support for authorization plugins. |
|
228 |
|
|
229 |
This plugin avoids any RHEL based image to be pushed to the default docker.io |
|
230 |
registry preventing users to violate the RH subscription agreement. |
|
231 |
|
|
232 |
%package lvm-plugin |
|
233 |
License: LGPLv3 |
|
234 |
Summary: Docker volume driver for lvm volumes |
|
235 |
Requires: %{name} = %{epoch}:%{version}-%{release} |
|
236 |
|
|
237 |
%description lvm-plugin |
|
238 |
Docker Volume Driver for lvm volumes. |
|
239 |
|
|
240 |
This plugin can be used to create lvm volumes of specified size, which can |
|
241 |
then be bind mounted into the container using `docker run` command. |
|
242 |
|
|
243 |
%prep |
|
244 |
%setup -q -n %{name}-%{commit_docker} |
|
245 |
|
|
246 |
# untar d-s-s |
|
247 |
tar zxf %{SOURCE2} |
|
248 |
|
|
249 |
# untar novolume-plugin |
|
250 |
tar zxf %{SOURCE4} |
|
251 |
|
|
252 |
# untar rhel-push-plugin |
|
253 |
tar zxf %{SOURCE5} |
|
254 |
|
|
255 |
# untar lvm-plugin |
|
256 |
tar zxf %{SOURCE6} |
|
257 |
pushd %{repo}-lvm-plugin-%{commit_lvm}/vendor |
|
258 |
mkdir src |
|
259 |
mv g* src/ |
|
260 |
popd |
|
261 |
|
|
262 |
# systemd file |
|
263 |
cp %{SOURCE8} . |
|
264 |
|
|
265 |
# sysconfig file |
|
266 |
cp %{SOURCE9} . |
|
267 |
|
|
268 |
# storage sysconfig file |
|
269 |
cp %{SOURCE10} . |
|
270 |
|
|
271 |
# network sysconfig file |
|
272 |
cp %{SOURCE11} . |
|
273 |
|
|
274 |
# logrotate README |
|
275 |
cp %{SOURCE13} . |
|
276 |
|
|
277 |
# common exec README |
|
278 |
cp %{SOURCE15} . |
|
279 |
|
|
280 |
# untar v1.10-migrator |
|
281 |
tar zxf %{SOURCE17} |
|
282 |
|
|
283 |
# untar docker-runc |
|
284 |
tar zxf %{SOURCE19} |
|
285 |
|
|
286 |
# untar docker-containerd |
|
287 |
tar zxf %{SOURCE20} |
|
288 |
|
|
289 |
%build |
|
290 |
mkdir _build |
|
291 |
|
|
292 |
%global version_tag %{name}-%{version}-%{release}.%{_arch} |
|
293 |
%{__sed} -r -i 's/^([\t ]*PkgVersion:[\t ]*)"<unknown>",$/\1"%{version_tag}",/' daemon/info.go |
|
294 |
%{__sed} -r -i 's/^([\t ]*PkgVersion:[\t ]*)"<unknown>",$/\1"%{version_tag}",/' api/client/system/version.go |
|
295 |
|
|
296 |
pushd _build |
|
297 |
mkdir -p src/%{provider}.%{provider_tld}/{%{name},projectatomic} |
|
298 |
ln -s $(dirs +1 -l) src/%{import_path} |
|
299 |
ln -s $(dirs +1 -l)/%{repo}-novolume-plugin-%{commit_novolume} src/%{provider}.%{provider_tld}/projectatomic/%{repo}-novolume-plugin |
|
300 |
ln -s $(dirs +1 -l)/rhel-push-plugin-%{commit_rhel_push} src/%{provider}.%{provider_tld}/projectatomic/rhel-push-plugin |
|
301 |
ln -s $(dirs +1 -l)/%{repo}-lvm-plugin-%{commit_lvm} src/%{provider}.%{provider_tld}/projectatomic/%{repo}-lvm-plugin |
|
302 |
popd |
|
303 |
|
|
304 |
export GOPATH=$(pwd)/%{repo}-novolume-plugin-%{commit_novolume}/Godeps/_workspace:$(pwd)/_build |
|
305 |
pushd $(pwd)/_build/src |
|
306 |
%gobuild %{provider}.%{provider_tld}/projectatomic/%{repo}-novolume-plugin |
|
307 |
popd |
|
308 |
|
|
309 |
export GOPATH=$(pwd)/rhel-push-plugin-%{commit_rhel_push}/Godeps/_workspace:$(pwd)/_build |
|
310 |
pushd $(pwd)/_build/src |
|
311 |
%gobuild %{provider}.%{provider_tld}/projectatomic/rhel-push-plugin |
|
312 |
popd |
|
313 |
|
|
314 |
export GOPATH=$(pwd)/%{repo}-lvm-plugin-%{commit_lvm}/vendor:$(pwd)/_build |
|
315 |
pushd $(pwd)/_build/src |
|
316 |
%gobuild %{provider}.%{provider_tld}/projectatomic/%{repo}-lvm-plugin |
|
317 |
popd |
|
318 |
|
|
319 |
export DOCKER_GITCOMMIT="%{shortcommit_docker}/%{version}" |
|
320 |
export DOCKER_BUILDTAGS='selinux seccomp' |
|
321 |
export GOPATH=$(pwd)/_build:$(pwd)/vendor:%{gopath} |
|
322 |
|
|
323 |
# build %%{name} manpages |
|
324 |
man/md2man-all.sh |
|
325 |
go-md2man -in %{repo}-novolume-plugin-%{commit_novolume}/man/%{repo}-novolume-plugin.8.md -out %{repo}-novolume-plugin.8 |
|
326 |
go-md2man -in rhel-push-plugin-%{commit_rhel_push}/man/rhel-push-plugin.8.md -out rhel-push-plugin.8 |
|
327 |
go-md2man -in %{repo}-lvm-plugin-%{commit_lvm}/man/%{repo}-lvm-plugin.8.md -out %{repo}-lvm-plugin.8 |
|
328 |
|
|
329 |
# build %%{name} binary |
|
330 |
IAMSTATIC=false DOCKER_DEBUG=1 hack/make.sh dynbinary |
|
331 |
cp contrib/syntax/vim/LICENSE LICENSE-vim-syntax |
|
332 |
cp contrib/syntax/vim/README.md README-vim-syntax.md |
|
333 |
|
|
334 |
# build v1.10-migrator |
|
335 |
pushd v1.10-migrator-%{commit_migrator} |
|
336 |
export GOPATH=$GOPATH:$(pwd)/Godeps/_workspace |
|
337 |
sed -i 's/godep //g' Makefile |
|
338 |
make v1.10-migrator-local |
|
339 |
popd |
|
340 |
|
|
341 |
# build %%{repo}-runc |
|
342 |
pushd runc-%{commit_runc} |
|
343 |
make BUILDTAGS="seccomp selinux" |
|
344 |
popd |
|
345 |
|
|
346 |
# build %%{name}-containerd |
|
347 |
pushd _build |
|
348 |
ln -s $(dirs +1 -l)/containerd-%{commit_containerd} src/%{provider}.%{provider_tld}/%{repo}/containerd |
|
349 |
popd |
|
350 |
pushd containerd-%{commit_containerd} |
|
351 |
make |
|
352 |
popd |
|
353 |
|
|
354 |
%install |
|
355 |
# install binary |
|
356 |
install -d %{buildroot}%{_bindir} |
|
357 |
install -d %{buildroot}%{_libexecdir}/%{repo} |
|
358 |
|
|
359 |
for x in bundles/latest; do |
|
360 |
if ! test -d $x/dynbinary-client; then |
|
361 |
continue |
|
362 |
fi |
|
363 |
rm $x/dynbinary-client/*.{md5,sha256} |
|
364 |
install -p -m 755 $x/dynbinary-client/%{repo}-%{version}* %{buildroot}%{_bindir}/%{name}-current |
|
365 |
break |
|
366 |
done |
|
367 |
|
|
368 |
for x in bundles/latest; do |
|
369 |
if ! test -d $x/dynbinary-daemon; then |
|
370 |
continue |
|
371 |
fi |
|
372 |
rm $x/dynbinary-daemon/*.{md5,sha256} |
|
373 |
install -p -m 755 $x/dynbinary-daemon/%{repo}-proxy-* %{buildroot}%{_libexecdir}/%{repo}/%{repo}-proxy-current |
|
374 |
install -p -m 755 $x/dynbinary-daemon/%{repo}d-* %{buildroot}%{_bindir}/%{repo}d-current |
|
375 |
break |
|
376 |
done |
|
377 |
|
|
378 |
install -dp %{buildroot}%{_sysconfdir}/%{name} |
|
379 |
install -p -m 644 %{SOURCE27} %{buildroot}%{_sysconfdir}/%{name} |
|
380 |
|
|
381 |
# install manpages |
|
382 |
install -d %{buildroot}%{_mandir}/man1 |
|
383 |
install -p -m 644 man/man1/* %{buildroot}%{_mandir}/man1 |
|
384 |
install -d %{buildroot}%{_mandir}/man5 |
|
385 |
install -p -m 644 man/man5/* %{buildroot}%{_mandir}/man5 |
|
386 |
install -d %{buildroot}%{_mandir}/man8 |
|
387 |
install -p -m 644 man/man8/%{repo}*.8 %{buildroot}%{_mandir}/man8 |
|
388 |
|
|
389 |
# install bash completion |
|
390 |
install -d %{buildroot}%{_datadir}/bash-completion/completions/ |
|
391 |
install -p -m 644 contrib/completion/bash/%{name} %{buildroot}%{_datadir}/bash-completion/completions/ |
|
392 |
|
|
393 |
# install fish completion |
|
394 |
# create, install and own %%{_datadir}/fish/vendor_completions.d until |
|
395 |
# upstream fish provides it |
|
396 |
install -dp %{buildroot}%{_datadir}/fish/vendor_completions.d |
|
397 |
install -p -m 644 contrib/completion/fish/%{name}.fish %{buildroot}%{_datadir}/fish/vendor_completions.d |
|
398 |
|
|
399 |
# install container logrotate cron script |
|
400 |
install -dp %{buildroot}%{_sysconfdir}/cron.daily/ |
|
401 |
install -p -m 755 %{SOURCE12} %{buildroot}%{_sysconfdir}/cron.daily/%{name}-logrotate |
|
402 |
|
|
403 |
# install vim syntax highlighting |
|
404 |
install -d %{buildroot}%{_datadir}/vim/vimfiles/{doc,ftdetect,syntax} |
|
405 |
install -p -m 644 contrib/syntax/vim/doc/%{name}file.txt %{buildroot}%{_datadir}/vim/vimfiles/doc |
|
406 |
install -p -m 644 contrib/syntax/vim/ftdetect/%{name}file.vim %{buildroot}%{_datadir}/vim/vimfiles/ftdetect |
|
407 |
install -p -m 644 contrib/syntax/vim/syntax/%{name}file.vim %{buildroot}%{_datadir}/vim/vimfiles/syntax |
|
408 |
|
|
409 |
# install zsh completion |
|
410 |
install -d %{buildroot}%{_datadir}/zsh/site-functions |
|
411 |
install -p -m 644 contrib/completion/zsh/_%{name} %{buildroot}%{_datadir}/zsh/site-functions |
|
412 |
|
|
413 |
# install udev rules |
|
414 |
install -d %{buildroot}%{_udevrulesdir} |
|
415 |
install -p -m 755 contrib/udev/80-%{name}.rules %{buildroot}%{_udevrulesdir} |
|
416 |
|
|
417 |
# install storage dir |
|
418 |
install -d -m 700 %{buildroot}%{_sharedstatedir}/%{name} |
|
419 |
|
|
420 |
# install systemd/init scripts |
|
421 |
install -d %{buildroot}%{_unitdir} |
|
422 |
install -p -m 644 %{SOURCE8} %{buildroot}%{_unitdir} |
|
423 |
install -p -m 644 %{SOURCE25} %{buildroot}%{_unitdir} |
|
424 |
install -p -m 644 %{SOURCE26} %{buildroot}%{_unitdir} |
|
425 |
|
|
426 |
# for additional args |
|
427 |
install -d %{buildroot}%{_sysconfdir}/sysconfig/ |
|
428 |
install -p -m 644 %{SOURCE9} %{buildroot}%{_sysconfdir}/sysconfig/%{name} |
|
429 |
install -p -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/sysconfig/%{name}-storage |
|
430 |
install -p -m 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/sysconfig/%{name}-network |
|
431 |
|
|
432 |
%if 0%{?with_unit_test} |
|
433 |
install -d -m 0755 %{buildroot}%{_sharedstatedir}/%{name}-unit-test/ |
|
434 |
cp -pav VERSION Dockerfile %{buildroot}%{_sharedstatedir}/%{name}-unit-test/. |
|
435 |
for d in */ ; do |
|
436 |
cp -a $d %{buildroot}%{_sharedstatedir}/%{name}-unit-test/ |
|
437 |
done |
|
438 |
# remove %%{name}.initd as it requires /sbin/runtime no packages in Fedora |
|
439 |
rm -rf %{buildroot}%{_sharedstatedir}/%{name}-unit-test/contrib/init/openrc/%{name}.initd |
|
440 |
%endif |
|
441 |
|
|
442 |
# install certs for redhat registries |
|
443 |
mkdir -p %{buildroot}/etc/%{name}/certs.d/redhat.{com,io} |
|
444 |
mkdir -p %{buildroot}/etc/%{name}/certs.d/registry.access.redhat.com |
|
445 |
ln -s %{_sysconfdir}/rhsm/ca/redhat-uep.pem %{buildroot}/%{_sysconfdir}/%{name}/certs.d/redhat.com/redhat-ca.crt |
|
446 |
ln -s %{_sysconfdir}/rhsm/ca/redhat-uep.pem %{buildroot}/%{_sysconfdir}/%{name}/certs.d/redhat.io/redhat-ca.crt |
|
447 |
ln -s %{_sysconfdir}/rhsm/ca/redhat-uep.pem %{buildroot}/%{_sysconfdir}/%{name}/certs.d/registry.access.redhat.com/redhat-ca.crt |
|
448 |
|
|
449 |
# install container-storage-setup |
|
450 |
pushd container-storage-setup-%{commit_dss} |
|
451 |
make install-docker DESTDIR=%{buildroot} |
|
452 |
popd |
|
453 |
|
|
454 |
# install %%{_bindir}/%%{name} |
|
455 |
install -d %{buildroot}%{_bindir} |
|
456 |
install -p -m 755 %{SOURCE14} %{buildroot}%{_bindir}/%{name} |
|
457 |
install -p -m 755 %{SOURCE24} %{buildroot}%{_bindir}/%{name}d |
|
458 |
install -p -m 755 %{SOURCE21} %{buildroot}%{_bindir}/%{name}-containerd |
|
459 |
install -p -m 755 %{SOURCE22} %{buildroot}%{_bindir}/%{name}-containerd-shim |
|
460 |
|
|
461 |
# install novolume-plugin executable, unitfile, socket and man |
|
462 |
install -d %{buildroot}/%{_libexecdir}/%{repo} |
|
463 |
install -p -m 755 _build/src/%{repo}-novolume-plugin %{buildroot}/%{_libexecdir}/%{repo}/%{repo}-novolume-plugin |
|
464 |
install -p -m 644 %{repo}-novolume-plugin-%{commit_novolume}/systemd/%{repo}-novolume-plugin.s* %{buildroot}%{_unitdir} |
|
465 |
install -d %{buildroot}%{_mandir}/man8 |
|
466 |
install -p -m 644 %{repo}-novolume-plugin.8 %{buildroot}%{_mandir}/man8 |
|
467 |
|
|
468 |
# install rhel-push-plugin executable, unitfile, socket and man |
|
469 |
install -d %{buildroot}%{_libexecdir}/%{repo} |
|
470 |
install -p -m 755 _build/src/rhel-push-plugin %{buildroot}%{_libexecdir}/%{repo}/rhel-push-plugin |
|
471 |
install -p -m 644 rhel-push-plugin-%{commit_rhel_push}/systemd/rhel-push-plugin.service %{buildroot}%{_unitdir}/rhel-push-plugin.service |
|
472 |
install -p -m 644 rhel-push-plugin-%{commit_rhel_push}/systemd/rhel-push-plugin.socket %{buildroot}%{_unitdir}/rhel-push-plugin.socket |
|
473 |
install -d %{buildroot}%{_mandir}/man8 |
|
474 |
install -p -m 644 rhel-push-plugin.8 %{buildroot}%{_mandir}/man8 |
|
475 |
|
|
476 |
# install %%{repo}-lvm-plugin executable, unitfile, socket and man |
|
477 |
install -d %{buildroot}/%{_libexecdir}/%{repo} |
|
478 |
install -p -m 755 _build/src/%{repo}-lvm-plugin %{buildroot}/%{_libexecdir}/%{repo}/%{repo}-lvm-plugin |
|
479 |
install -p -m 644 %{repo}-lvm-plugin-%{commit_lvm}/systemd/%{repo}-lvm-plugin.s* %{buildroot}%{_unitdir} |
|
480 |
install -d %{buildroot}%{_mandir}/man8 |
|
481 |
install -p -m 644 %{repo}-lvm-plugin.8 %{buildroot}%{_mandir}/man8 |
|
482 |
mkdir -p %{buildroot}%{_sysconfdir}/%{repo} |
|
483 |
install -p -m 644 %{repo}-lvm-plugin-%{commit_lvm}%{_sysconfdir}/%{repo}/%{repo}-lvm-plugin %{buildroot}%{_sysconfdir}/%{repo}/%{repo}-lvm-plugin |
|
484 |
|
|
485 |
# install v1.10-migrator |
|
486 |
install -d %{buildroot}%{_bindir} |
|
487 |
install -p -m 700 v1.10-migrator-%{commit_migrator}/v1.10-migrator-local %{buildroot}%{_bindir}/%{name}-v1.10-migrator-local |
|
488 |
|
|
489 |
# install v1.10-migrator-helper |
|
490 |
install -p -m 700 %{SOURCE18} %{buildroot}%{_bindir}/%{name}-v1.10-migrator-helper |
|
491 |
|
|
492 |
# install docker-runc |
|
493 |
install -d %{buildroot}%{_libexecdir}/%{repo} |
|
494 |
install -p -m 755 runc-%{commit_runc}/runc %{buildroot}%{_libexecdir}/%{repo}/%{repo}-runc-current |
|
495 |
|
|
496 |
#install docker-containerd |
|
497 |
install -p -m 755 containerd-%{commit_containerd}/bin/containerd %{buildroot}%{_bindir}/%{repo}-containerd-current |
|
498 |
install -p -m 755 containerd-%{commit_containerd}/bin/containerd-shim %{buildroot}%{_bindir}/%{repo}-containerd-shim-current |
|
499 |
install -p -m 755 containerd-%{commit_containerd}/bin/ctr %{buildroot}%{_bindir}/%{repo}-ctr-current |
|
500 |
|
|
501 |
#install sysctl knob |
|
502 |
install -d -p %{buildroot}%{_usr}/lib/sysctl.d |
|
503 |
install -p -m 644 %{SOURCE29} %{buildroot}%{_usr}/lib/sysctl.d |
|
504 |
|
|
505 |
%check |
|
506 |
[ ! -w /run/%{name}.sock ] || { |
|
507 |
mkdir test_dir |
|
508 |
pushd test_dir |
|
509 |
git clone https://%{provider}.%{provider_tld}/projectatomic/%{repo}.git -b %{docker_branch} |
|
510 |
pushd %{repo} |
|
511 |
make test |
|
512 |
popd |
|
513 |
popd |
|
514 |
} |
|
515 |
|
|
516 |
%pre |
|
517 |
getent passwd %{name}root > /dev/null || %{_sbindir}/useradd -r -d %{_sharedstatedir}/%{name} -s /sbin/nologin -c "Docker User" %{name}root |
|
518 |
exit 0 |
|
519 |
|
|
520 |
%post |
|
521 |
%systemd_post %{name}.service |
|
522 |
|
|
523 |
%preun |
|
524 |
%systemd_preun %{name}.service |
|
525 |
|
|
526 |
%postun |
|
527 |
%systemd_postun_with_restart %{name}.service |
|
528 |
|
|
529 |
%post common |
|
530 |
%sysctl_apply 99-%{name}.conf |
|
531 |
|
|
532 |
%post lvm-plugin |
|
533 |
%systemd_post %{name}-lvm-plugin.service |
|
534 |
|
|
535 |
%preun lvm-plugin |
|
536 |
%systemd_preun %{name}-lvm-plugin.service |
|
537 |
|
|
538 |
%postun lvm-plugin |
|
539 |
%systemd_postun_with_restart %{name}-lvm-plugin.service |
|
540 |
|
|
541 |
%post novolume-plugin |
|
542 |
%systemd_post %{name}-novolume-plugin.service |
|
543 |
|
|
544 |
%preun novolume-plugin |
|
545 |
%systemd_preun %{name}-novolume-plugin.service |
|
546 |
|
|
547 |
%postun novolume-plugin |
|
548 |
%systemd_postun_with_restart %{name}-novolume-plugin.service |
|
549 |
|
|
550 |
%post rhel-push-plugin |
|
551 |
%systemd_post rhel-push-plugin.service |
|
552 |
|
|
553 |
%preun rhel-push-plugin |
|
554 |
%systemd_preun rhel-push-plugin.service |
|
555 |
|
|
556 |
%postun rhel-push-plugin |
|
557 |
%systemd_postun_with_restart rhel-push-plugin.service |
|
558 |
|
|
559 |
#define license tag if not already defined |
|
560 |
%{!?_licensedir:%global license %doc} |
|
561 |
|
|
562 |
%files |
|
563 |
%license LICENSE* |
|
564 |
%doc AUTHORS CHANGELOG.md CONTRIBUTING.md MAINTAINERS NOTICE README*.md |
|
565 |
%config(noreplace) %attr(644, root, root) %{_sysconfdir}/sysconfig/%{name}-storage |
|
566 |
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}-network |
|
567 |
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}-storage-setup |
|
568 |
%config(noreplace) %{_sysconfdir}/%{name}/daemon.json |
|
569 |
%dir %{_sysconfdir}/%{name} |
|
570 |
%{_bindir}/%{name}d-current |
|
571 |
%{_bindir}/%{name}-storage-setup |
|
572 |
%{_bindir}/%{name}-containerd-current |
|
573 |
%{_bindir}/%{name}-containerd-shim-current |
|
574 |
%{_bindir}/%{name}-ctr-current |
|
575 |
%{_sysconfdir}/%{name}/certs.d |
|
576 |
%{_mandir}/man1/%{name}*.1.gz |
|
577 |
%{_mandir}/man5/*.5.gz |
|
578 |
%{_mandir}/man8/%{name}d.8.gz |
|
579 |
%{_unitdir}/%{name}.service |
|
580 |
%{_unitdir}/%{name}-storage-setup.service |
|
581 |
%{_datadir}/bash-completion/completions/%{name} |
|
582 |
%dir %attr(711, root, root) %{_sharedstatedir}/%{name} |
|
583 |
%{_udevrulesdir}/80-%{name}.rules |
|
584 |
%dir %{_datadir}/fish/vendor_completions.d/ |
|
585 |
%{_datadir}/fish/vendor_completions.d/%{name}.fish |
|
586 |
%dir %{_datadir}/vim/vimfiles/doc |
|
587 |
%{_datadir}/vim/vimfiles/doc/%{name}file.txt |
|
588 |
%dir %{_datadir}/vim/vimfiles/ftdetect |
|
589 |
%{_datadir}/vim/vimfiles/ftdetect/%{name}file.vim |
|
590 |
%dir %{_datadir}/vim/vimfiles/syntax |
|
591 |
%{_datadir}/vim/vimfiles/syntax/%{name}file.vim |
|
592 |
%dir %{_datadir}/zsh/site-functions |
|
593 |
%{_datadir}/zsh/site-functions/_%{name} |
|
594 |
# 1.12 specific |
|
595 |
%dir %{_libexecdir}/%{repo} |
|
596 |
%{_libexecdir}/%{repo}/%{repo}-runc-current |
|
597 |
%{_libexecdir}/%{repo}/%{repo}-proxy-current |
|
598 |
%{_unitdir}/%{name}-cleanup.service |
|
599 |
%{_unitdir}/%{name}-cleanup.timer |
|
600 |
#%%{_unitdir}/%%{repo}-containerd.service |
|
601 |
|
|
602 |
%if 0%{?with_unit_test} |
|
603 |
%files unit-test |
|
604 |
%{_sharedstatedir}/%{name}-unit-test/ |
|
605 |
%endif |
|
606 |
|
|
607 |
%files logrotate |
|
608 |
%doc README.%{name}-logrotate |
|
609 |
%{_sysconfdir}/cron.daily/%{name}-logrotate |
|
610 |
|
|
611 |
%files common |
|
612 |
%doc README-%{name}-common |
|
613 |
%config(noreplace) %{_sysconfdir}/sysconfig/%{name} |
|
614 |
%{_bindir}/%{name} |
|
615 |
%{_bindir}/%{name}d |
|
616 |
%{_bindir}/%{name}-containerd |
|
617 |
%{_bindir}/%{name}-containerd-shim |
|
618 |
%dir %{_libexecdir}/%{repo} |
|
619 |
%{_usr}/lib/sysctl.d/99-%{name}.conf |
|
620 |
|
|
621 |
%files client |
|
622 |
%license LICENSE* |
|
623 |
%{_bindir}/%{name}-current |
|
624 |
|
|
625 |
%files novolume-plugin |
|
626 |
%license %{repo}-novolume-plugin-%{commit_novolume}/LICENSE |
|
627 |
%doc %{repo}-novolume-plugin-%{commit_novolume}/README.md |
|
628 |
%{_mandir}/man8/%{repo}-novolume-plugin.8.gz |
|
629 |
%{_libexecdir}/%{repo}/%{repo}-novolume-plugin |
|
630 |
%{_unitdir}/%{repo}-novolume-plugin.* |
|
631 |
|
|
632 |
%files rhel-push-plugin |
|
633 |
%license rhel-push-plugin-%{commit_rhel_push}/LICENSE |
|
634 |
%doc rhel-push-plugin-%{commit_rhel_push}/README.md |
|
635 |
%{_mandir}/man8/rhel-push-plugin.8.gz |
|
636 |
%{_libexecdir}/%{repo}/rhel-push-plugin |
|
637 |
%{_unitdir}/rhel-push-plugin.* |
|
638 |
|
|
639 |
%files lvm-plugin |
|
640 |
%license %{repo}-lvm-plugin-%{commit_lvm}/LICENSE |
|
641 |
%doc %{repo}-lvm-plugin-%{commit_lvm}/README.md |
|
642 |
%config(noreplace) %{_sysconfdir}/%{repo}/%{repo}-lvm-plugin |
|
643 |
%{_mandir}/man8/%{repo}-lvm-plugin.8.gz |
|
644 |
%{_libexecdir}/%{repo}/%{repo}-lvm-plugin |
|
645 |
%{_unitdir}/%{repo}-lvm-plugin.* |
|
646 |
|
|
647 |
%files v1.10-migrator |
|
648 |
%license v1.10-migrator-%{commit_migrator}/LICENSE.{code,docs} |
|
649 |
%doc v1.10-migrator-%{commit_migrator}/{CONTRIBUTING,README}.md |
|
650 |
%{_bindir}/%{name}-v1.10-migrator-* |
|
651 |
|
|
652 |
%changelog |
|
653 |
* Thu Nov 16 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-68.gitec8512b |
|
654 |
- revert some docker.sysconfig deletions wrongly done in commit 3b003db |
|
655 |
|
|
656 |
* Thu Nov 09 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-67.gitec8512b |
|
657 |
- built docker @projectatomic/docker-1.12.6 commit ec8512b |
|
658 |
- built docker-novolume-plugin commit 385ec70 |
|
659 |
- built rhel-push-plugin commit af9107b |
|
660 |
- built docker-lvm-plugin commit 8647404 |
|
661 |
- built docker-runc @projectatomic/docker-1.12.6 commit c5d3116 |
|
662 |
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d |
|
663 |
|
|
664 |
* Thu Nov 09 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-66.gitd6f7b83 |
|
665 |
- built docker @projectatomic/docker-1.12.6 commit d6f7b83 |
|
666 |
- built docker-novolume-plugin commit 385ec70 |
|
667 |
- built rhel-push-plugin commit af9107b |
|
668 |
- built docker-lvm-plugin commit 8647404 |
|
669 |
- built docker-runc @projectatomic/docker-1.12.6 commit c5d3116 |
|
670 |
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d |
|
671 |
|
|
672 |
* Tue Nov 07 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-65.git61aa37c |
|
673 |
- adjust sources file |
|
674 |
|
|
675 |
* Fri Nov 03 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-64.git61aa37c |
|
676 |
- Resolves: #1498553 |
|
677 |
- built docker @projectatomic/docker-1.12.6 commit 61aa37c |
|
678 |
- built docker-novolume-plugin commit 385ec70 |
|
679 |
- built rhel-push-plugin commit af9107b |
|
680 |
- built docker-lvm-plugin commit 8647404 |
|
681 |
- built docker-runc @projectatomic/docker-1.12.6 commit c5d3116 |
|
682 |
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d |
|
683 |
|
|
684 |
* Thu Nov 02 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-63.git6f58874 |
|
685 |
- built docker @projectatomic/docker-1.12.6 commit 6f58874 |
|
686 |
- built docker-novolume-plugin commit 385ec70 |
|
687 |
- built rhel-push-plugin commit af9107b |
|
688 |
- built docker-lvm-plugin commit 8647404 |
|
689 |
- built docker-runc @projectatomic/docker-1.12.6 commit c5d3116 |
|
690 |
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d |
|
691 |
|
|
692 |
* Thu Oct 19 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-62.git85d7426 |
|
693 |
- rhel subscription secrets info moved to skopeo-containers |
|
694 |
- require skopeo-containers >= 0.1.24-3 |
|
695 |
|
|
696 |
* Tue Sep 26 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-61.git85d7426 |
|
697 |
- reverted sources, the same file name should not have a different name |
|
698 |
|
|
699 |
* Tue Sep 26 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-60.git85d7426 |
|
700 |
- Resolves: #1475768 |
|
701 |
- built docker @projectatomic/docker-1.12.6 commit 85d7426 |
|
702 |
- built docker-novolume-plugin commit 385ec70 |
|
703 |
- built rhel-push-plugin commit af9107b |
|
704 |
- built docker-lvm-plugin commit 8647404 |
|
705 |
- built docker-runc @projectatomic/docker-1.12.6 commit c5d3116 |
|
706 |
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d |
|
707 |
|
|
708 |
* Fri Sep 22 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 2:1.12.6-59.git85d7426 |
|
709 |
- reverted sources, the same file name should not have a different hash |
|
710 |
|
|
711 |
* Thu Sep 21 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-58.git85d7426 |
|
712 |
- Resolves: #1455071 |
|
713 |
- built docker @projectatomic/docker-1.12.6 commit 85d7426 |
|
714 |
- built docker-novolume-plugin commit 385ec70 |
|
715 |
- built rhel-push-plugin commit af9107b |
|
716 |
- built docker-lvm-plugin commit 8647404 |
|
717 |
- built docker-runc @projectatomic/docker-1.12.6 commit c5d3116 |
|
718 |
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d |
|
719 |
|
|
720 |
* Wed Sep 20 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-57.git85d7426 |
|
721 |
- built docker @projectatomic/docker-1.12.6 commit 85d7426 |
|
722 |
- built docker-novolume-plugin commit 385ec70 |
|
723 |
- built rhel-push-plugin commit af9107b |
|
724 |
- built docker-lvm-plugin commit 8647404 |
|
725 |
- built docker-runc @projectatomic/docker-1.12.6 commit 31a9f6e |
|
726 |
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d |
|
727 |
|
|
728 |
* Mon Sep 18 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-56.git638a809 |
|
729 |
- built docker @projectatomic/docker-1.12.6 commit 638a809 |
|
730 |
- built docker-novolume-plugin commit 385ec70 |
|
731 |
- built rhel-push-plugin commit af9107b |
|
732 |
- built docker-lvm-plugin commit 8647404 |
|
733 |
- built docker-runc @projectatomic/docker-1.12.6 commit 31a9f6e |
|
734 |
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d |
|
735 |
- built oci-umount commit 21c84aa |
|
736 |
|
|
737 |
* Thu Aug 24 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-55.gitc4618fb |
|
738 |
- Resolves: #1477787 |
|
739 |
- built oci-umount commit 6f0317a |
|
740 |
|
|
741 |
* Tue Aug 22 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-54.gitc4618fb |
|
742 |
- built oci-umount commit 8377044 |
|
743 |
- ensure diff between 1.12.6-51 and latest is only container-selinux NVR |
|
744 |
|
|
745 |
* Tue Aug 22 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-53.gitc4618fb |
|
746 |
- Resolves: #1484146 |
|
747 |
- need container-selinux >= 2:2.21-2 |
|
748 |
|
|
749 |
* Tue Aug 15 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-52.gitc4618fb |
|
750 |
- built docker @projectatomic/docker-1.12.6 commit c4618fb |
|
751 |
- built docker-novolume-plugin commit 385ec70 |
|
752 |
- built rhel-push-plugin commit af9107b |
|
753 |
- built docker-lvm-plugin commit 8647404 |
|
754 |
- built docker-runc @projectatomic/docker-1.12.6 commit 31a9f6e |
|
755 |
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d |
|
756 |
- built oci-umount commit 299e781 |
|
757 |
|
|
758 |
* Tue Aug 08 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-51.gitc4618fb |
|
759 |
- Resolves: #1472974 |
|
760 |
- built docker @projectatomic/docker-1.12.6 commit c4618fb |
|
761 |
- built docker-novolume-plugin commit 385ec70 |
|
762 |
- built rhel-push-plugin commit af9107b |
|
763 |
- built docker-lvm-plugin commit 8647404 |
|
764 |
- built docker-runc @projectatomic/docker-1.12.6 commit 31a9f6e |
|
765 |
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d |
|
766 |
- built oci-umount commit 8377044 |
|
767 |
|
|
768 |
* Wed Aug 02 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-50.git0fdc778 |
|
769 |
- Resolves: #1428142, #1454371, #1454420, #1456184, #1470261, #1430905 |
|
770 |
- Resolves: #1446526, #1450221, #1451474, #1459268, #1461024, #1461071 |
|
771 |
- Resolves: #1464188, #1466242, #1464933, #1470640 |
|
772 |
- built docker @projectatomic/docker-1.12.6 commit 0fdc778 |
|
773 |
- built docker-novolume-plugin commit 385ec70 |
|
774 |
- built rhel-push-plugin commit af9107b |
|
775 |
- built docker-lvm-plugin commit 8647404 |
|
776 |
- built docker-runc @projectatomic/docker-1.12.6 commit 31a9f6e |
|
777 |
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d |
|
778 |
- built oci-umount commit 8377044 |
|
779 |
|
|
780 |
* Tue Jul 25 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 2:1.12.6-49.git0fdc778 |
|
781 |
- changed permissions of /var/lib/docker and /etc/sysconfig/docker-storage, #1473785 |
|
782 |
|
|
783 |
* Thu Jul 20 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-48.git0fdc778 |
|
784 |
- built docker @projectatomic/docker-1.12.6 commit 0fdc778 |
|
785 |
- built docker-novolume-plugin commit 385ec70 |
|
786 |
- built rhel-push-plugin commit af9107b |
|
787 |
- built docker-lvm-plugin commit 8647404 |
|
788 |
- built docker-runc @projectatomic/docker-1.12.6 commit 79c3939 |
|
789 |
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d |
|
790 |
- built oci-umount commit 8377044 |
|
791 |
|
|
792 |
* Wed Jul 19 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-47.git0fdc778 |
|
793 |
- Resolves: #1471218 |
|
794 |
- built docker @projectatomic/docker-1.12.6 commit 0fdc778 |
|
795 |
- built docker-novolume-plugin commit 385ec70 |
|
796 |
- built rhel-push-plugin commit af9107b |
|
797 |
- built docker-lvm-plugin commit 8647404 |
|
798 |
- built docker-runc @projectatomic/docker-1.12.6 commit 79c3939 |
|
799 |
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d |
|
800 |
- built oci-umount commit 4f960ae |
|
801 |
|
|
802 |
* Wed Jul 19 2017 fkluknav <fkluknav@redhat.com> - 2:1.12.6-46.git1680dd8 |
|
803 |
- rebased runc to 79c3939053c870fbb4de5484d98640d5ba028ef4, #1471803 |
|
804 |
|
|
805 |
* Wed Jul 12 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-45.git1680dd8 |
|
806 |
- Resolves: #1467350, #1463824, #1460931, #1446635, #1436731, #1418173 |
|
807 |
- Resolves: #1413536, #1412881, #1389545, #1366803, #1264971 |
|
808 |
- add bzs fixed so far ^ |
|
809 |
- built docker @projectatomic/docker-1.12.6 commit 1680dd8 |
|
810 |
- built docker-novolume-plugin commit 385ec70 |
|
811 |
- built rhel-push-plugin commit af9107b |
|
812 |
- built docker-lvm-plugin commit 8647404 |
|
813 |
- built docker-runc @projectatomic/docker-1.12.6 commit f572169 |
|
814 |
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d |
|
815 |
- built oci-umount commit afbf716 |
|
816 |
|
|
817 |
* Tue Jul 11 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-44.gitf55a118 |
|
818 |
- Resolves: #1454371 - depend on subscription-manager-plugin-container |
|
819 |
|
|
820 |
* Tue Jul 11 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-43.gitf55a118 |
|
821 |
- built docker @projectatomic/docker-1.12.6 commit 1680dd8 |
|
822 |
- built oci-umount commit afbf716 |
|
823 |
|
|
824 |
* Tue Jul 11 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 2:1.12.6-42.1.gitf55a118 |
|
825 |
- /etc/docker/certs.d/registry.access.redhat.com/redhat-ca.crt symlink added, #1428142 |
|
826 |
|
|
827 |
* Mon Jul 03 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-41.1.gitf55a118 |
|
828 |
- Resolves: #1468249, #1468244 |
|
829 |
- record exact commits rebased to in previous build |
|
830 |
- built oci-umount commit c134575 |
|
831 |
|
|
832 |
* Mon Jul 03 2017 fkluknav <fkluknav@redhat.com> - 2:1.12.6-40.1.gitf55a118 |
|
833 |
- rebased docker and containerd |
|
834 |
- built docker @projectatomic/docker-1.12.6 commit f55a118 |
|
835 |
- built docker-containerd @projectatomic/docker-1.12.6 commit fa8fb3d |
|
836 |
|
|
837 |
* Wed Jun 14 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-39.1.git6ffd653 |
|
838 |
- enable all arches |
|
839 |
|
|
840 |
* Tue Jun 13 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-38.1.git6ffd653 |
|
841 |
- disable s390x again |
|
842 |
|
|
843 |
* Tue Jun 13 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-37.1.git6ffd653 |
|
844 |
- enable all arches again |
|
845 |
|
|
846 |
* Tue Jun 13 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-36.1.git6ffd653 |
|
847 |
- disable s390x temporarily because of indefinite wait time on brew |
|
848 |
|
|
849 |
* Tue Jun 13 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-35.1.git6ffd653 |
|
850 |
- Resolves: #1460266, #1460326 |
|
851 |
- built docker @projectatomic/docker-1.12.6 commit 6ffd653 |
|
852 |
- built docker-novolume-plugin commit 385ec70 |
|
853 |
- built rhel-push-plugin commit af9107b |
|
854 |
- built docker-lvm-plugin commit 8647404 |
|
855 |
- built docker-runc @projectatomic/docker-1.12.6 commit f572169 |
|
856 |
- built docker-containerd @projectatomic/docker-1.12.6 commit d4e2f9d |
|
857 |
|
|
858 |
* Thu Jun 08 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-34.1.git3a6eaeb |
|
859 |
- built docker @projectatomic/docker-1.12.6 commit 3a6eaeb |
|
860 |
- built docker-novolume-plugin commit 385ec70 |
|
861 |
- built rhel-push-plugin commit af9107b |
|
862 |
- built docker-lvm-plugin commit 8647404 |
|
863 |
- built docker-runc @projectatomic/docker-1.12.6 commit f572169 |
|
864 |
- built docker-containerd @projectatomic/docker-1.12.6 commit d4e2f9d |
|
865 |
|
|
866 |
* Thu Apr 27 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-18.1.gitc14458a |
|
867 |
- Resolves: #1400255 - enable criu |
|
868 |
- built docker @projectatomic/docker-1.12.6 commit c14458a |
|
869 |
- built docker-novolume-plugin commit 385ec70 |
|
870 |
- built rhel-push-plugin commit 70653ed |
|
871 |
- built docker-lvm-plugin commit 8647404 |
|
872 |
- built docker-runc @projectatomic/docker-1.12.6 commit 81b2542 |
|
873 |
- built docker-containerd @projectatomic/docker-1.12.6 commit f3f35e9 |
|
874 |
|
|
875 |
* Fri Mar 24 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-17.1 |
|
876 |
- rebuild for all available arches for 7.4 Extras |
|
877 |
|
|
878 |
* Tue Mar 21 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-16 |
|
879 |
- require oci-register-machine >= 1:0-3.10 |
|
880 |
|
|
881 |
* Mon Mar 20 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-15 |
|
882 |
- require: container-selinux >= 2:2.10-2 (RE: #1433223) |
|
883 |
- Resolves: #1427332 - container-selinux removal should remove docker as well |
|
884 |
- move cleanup unitfiles to docker package |
|
885 |
- remove /etc/docker/daemon.json |
|
886 |
|
|
887 |
* Thu Mar 16 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-14 |
|
888 |
- built docker @projectatomic/docker-1.12.6 commit 3a094bd |
|
889 |
- built v1.10-migrator commit c417a6a |
|
890 |
- built docker-novolume-plugin commit 385ec70 |
|
891 |
- built rhel-push-plugin commit 70653ed |
|
892 |
- built docker-lvm-plugin commit 8647404 |
|
893 |
- built docker-runc @docker-1.12.6 commit 81b2542 |
|
894 |
- built docker-containerd @projectatomic/docker-1.12.4 commit 471f03c |
|
895 |
|
|
896 |
* Fri Mar 03 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-13 |
|
897 |
- move docker-cleanup unitfiles to docker-common |
|
898 |
|
|
899 |
* Thu Mar 02 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-12 |
|
900 |
- built docker @projectatomic/docker-1.12.6 commit 3a094bd |
|
901 |
- built v1.10-migrator commit c417a6a |
|
902 |
- built docker-novolume-plugin commit 385ec70 |
|
903 |
- built rhel-push-plugin commit 70653ed |
|
904 |
- built docker-lvm-plugin commit 8647404 |
|
905 |
- built docker-runc @projectatomic/docker-1.12.6 commit 81b2542 |
|
906 |
- built docker-containerd @projectatomic/docker-1.12.4 commit 471f03c |
|
907 |
|
|
908 |
* Thu Feb 23 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-11 |
|
909 |
- Resolves: #1426290 |
|
910 |
- built docker @projectatomic/docker-1.12.6 commit 96d83a5 |
|
911 |
|
|
912 |
* Tue Feb 21 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-10 |
|
913 |
- Resolves: #1360892 |
|
914 |
- From: Luwen Su <lsu@redhat.com> |
|
915 |
|
|
916 |
* Tue Feb 21 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-9 |
|
917 |
- Resolves: #1420147 |
|
918 |
- built docker @projectatomic/docker-1.12.6 commit 7f3e2af |
|
919 |
- require container-selinux >= 2:2.9-4 |
|
920 |
|
|
921 |
* Mon Feb 20 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-8 |
|
922 |
- bump to -8 for consistent nvr with docker-latest |
|
923 |
|
|
924 |
* Mon Feb 20 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-7 |
|
925 |
- require container-selinux >= 2:2.9-3 |
|
926 |
|
|
927 |
* Thu Feb 16 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-6 |
|
928 |
- Resolves: #1415850 |
|
929 |
|
|
930 |
* Wed Feb 15 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-5 |
|
931 |
- Resolves: #1421714 |
|
932 |
- built docker @projectatomic/docker-1.12.6 commit ddff1c3 |
|
933 |
- built v1.10-migrator commit c417a6a |
|
934 |
- built docker-novolume-plugin commit 385ec70 |
|
935 |
- built rhel-push-plugin commit 70653ed |
|
936 |
- built docker-lvm-plugin commit 8647404 |
|
937 |
- built docker-runc @projectatomic/docker-1.12.6 commit 81b2542 |
|
938 |
- built docker-containerd @projectatomic/docker-1.12.4 commit 471f03c |
|
939 |
|
|
940 |
* Tue Feb 14 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-4 |
|
941 |
- Resolves: #1360892 - handle plugin restart |
|
942 |
- From: Dan Walsh <dwalsh@redhat.com> |
|
943 |
|
|
944 |
* Mon Feb 13 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-3 |
|
945 |
- Resolves: #1420591 |
|
946 |
- requires: container-selinux >= 2:2.9-1 |
|
947 |
|
|
948 |
* Tue Feb 07 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-2 |
|
949 |
- built docker @projectatomic/docker-1.12.6 commit dfc4aea |
|
950 |
- built v1.10-migrator commit c417a6a |
|
951 |
- built docker-novolume-plugin commit 385ec70 |
|
952 |
- built rhel-push-plugin commit 70653ed |
|
953 |
- built docker-lvm-plugin commit 8647404 |
|
954 |
- built docker-runc commit 81b2542 |
|
955 |
- built docker-containerd commit 471f03c |
|
956 |
|
|
957 |
* Wed Jan 18 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.6-1 |
|
958 |
- Resolves: #1413535 - container-selinux should obsolete docker-selinux |
|
959 |
- Resolves: #1411980 - honor the --default-runtime flag |
|
960 |
- Resolves: #1414250 - /usr/bin/dockerd execs dockerd-[current|latest] |
|
961 |
- Resolves: #1414436 - enable --restart=on-failure |
|
962 |
- Resolves: #1381929 - update manpages for '--format' example |
|
963 |
- built docker @projectatomic/docker-1.12.6 commit 037a2f5 |
|
964 |
- built container-selinux commit 1169298 |
|
965 |
- built d-s-s commit f7a3746 |
|
966 |
- built v1.10-migrator commit c417a6a |
|
967 |
- built docker-novolume-plugin commit 385ec70 |
|
968 |
- built rhel-push-plugin commit eb9e6be |
|
969 |
- built docker-lvm-plugin commit 8647404 |
|
970 |
- built docker-runc commit 81b2542 |
|
971 |
- built docker-containerd commit 471f03c |
|
972 |
|
|
973 |
* Thu Jan 12 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-15 |
|
974 |
- use oci-systemd-hook >= 1:0.1.4-9 |
|
975 |
|
|
976 |
* Wed Jan 11 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-14 |
|
977 |
- reference correct container-selinux commit id (58209b8) |
|
978 |
in 2:1.12.5-13 changelog |
|
979 |
|
|
980 |
* Wed Jan 11 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-13 |
|
981 |
- Resolves: #1412385 - SELinux issues |
|
982 |
- built container-selinux origin/RHEL-1.12 commit 58209b8 |
|
983 |
|
|
984 |
* Tue Jan 10 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-12 |
|
985 |
- relabel docker-latest unitfiles as well |
|
986 |
|
|
987 |
* Tue Jan 10 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-11 |
|
988 |
- enforce min version-release for oci-register-machine and oci-systemd-hook |
|
989 |
|
|
990 |
* Tue Jan 10 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-10 |
|
991 |
- Resolves: #1409706 - *CVE-2016-9962* - set init processes as non-dumpable, |
|
992 |
runc patch from Michael Crosby <crosbymichael@gmail.com> |
|
993 |
|
|
994 |
* Thu Jan 05 2017 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-9 |
|
995 |
- Resolves: #1403264 - friendlier error message if no /usr/bin/docker-current |
|
996 |
or /usr/bin/docker-latest found. |
|
997 |
- Resolves: #1410434 - fix panic on push |
|
998 |
- built docker @projectatomic/docker-1.12.5 commit 047e51b |
|
999 |
- built container-selinux commit a85092b |
|
1000 |
- built d-s-s commit 6709fe6 |
|
1001 |
- built v1.10-migrator commit c417a6a |
|
1002 |
- built docker-novolume-plugin commit 385ec70 |
|
1003 |
- built rhel-push-plugin commit eb9e6be |
|
1004 |
- built docker-lvm-plugin commit 8647404 |
|
1005 |
- built docker-runc commit b8dbc3b |
|
1006 |
- built docker-containerd commit 471f03c |
|
1007 |
|
|
1008 |
* Wed Dec 21 2016 Dan Walsh <dwalsh@redhat.com> - 2:1.12.5-8 |
|
1009 |
- Fix handling of container-selinux update and relabel |
|
1010 |
- Resolves: #1404372, #1395401, #1368092, #1405464, #1400372, #1381929, |
|
1011 |
- Resolves: #1351609, #1404298, #1368426, #1399398, #1244300, #1374514, |
|
1012 |
- Resolves: #1400228, #1405306, #1405888, #1403270 |
|
1013 |
|
|
1014 |
* Tue Dec 20 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-7 |
|
1015 |
- remove DOCKER_PROXY_BINARY env var |
|
1016 |
|
|
1017 |
* Tue Dec 20 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-6 |
|
1018 |
- version-release consistent with docker-latest |
|
1019 |
|
|
1020 |
* Tue Dec 20 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-5 |
|
1021 |
- Resolves: #1406460 - add --userland-proxy-path option to unitfile |
|
1022 |
- Resolves: #1406446 - add --signature-verification=false to $OPTIONS in |
|
1023 |
/etc/sysconfig/docker |
|
1024 |
|
|
1025 |
* Mon Dec 19 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-4 |
|
1026 |
- Resolves: #1405989 |
|
1027 |
- From: Jan Pazdziora <jpazdziora@redhat.com> |
|
1028 |
|
|
1029 |
* Fri Dec 16 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-3 |
|
1030 |
- built docker @projectatomic/docker-1.12.5 commit 6009905 |
|
1031 |
- built container-selinux commit a85092b |
|
1032 |
- built d-s-s commit b7175b4 |
|
1033 |
- built v1.10-migrator commit c417a6a |
|
1034 |
- built docker-novolume-plugin commit 385ec70 |
|
1035 |
- built rhel-push-plugin commit eb9e6be |
|
1036 |
- built docker-lvm-plugin commit d918081 |
|
1037 |
- built docker-runc commit b8dbc3b |
|
1038 |
- built docker-containerd commit 471f03c |
|
1039 |
|
|
1040 |
* Fri Dec 16 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-2 |
|
1041 |
- built docker @projectatomic/docker-1.12.5 commit 6009905 |
|
1042 |
- built container-selinux commit a85092b |
|
1043 |
- built d-s-s commit b7175b4 |
|
1044 |
- built v1.10-migrator commit c417a6a |
|
1045 |
- built docker-novolume-plugin commit 385ec70 |
|
1046 |
- built rhel-push-plugin commit eb9e6be |
|
1047 |
- built docker-lvm-plugin commit d918081 |
|
1048 |
- built docker-runc commit b8dbc3b |
|
1049 |
- built docker-containerd commit 471f03c |
|
1050 |
|
|
1051 |
* Fri Dec 16 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.5-1 |
|
1052 |
- built docker @projectatomic/docker-1.12.5 commit 6009905 |
|
1053 |
- built container-selinux commit a85092b |
|
1054 |
- built d-s-s commit b7175b4 |
|
1055 |
- built v1.10-migrator commit c417a6a |
|
1056 |
- built docker-novolume-plugin commit 385ec70 |
|
1057 |
- built rhel-push-plugin commit eb9e6be |
|
1058 |
- built docker-lvm-plugin commit d918081 |
|
1059 |
- built docker-runc commit b8dbc3b |
|
1060 |
- built docker-containerd commit 471f03c |
|
1061 |
|
|
1062 |
* Tue Dec 13 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.4-3 |
|
1063 |
- docker requires docker-client |
|
1064 |
|
|
1065 |
* Tue Dec 13 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.4-2 |
|
1066 |
- built docker @projectatomic/docker-1.12.4 commit 1b5971a |
|
1067 |
- built container-selinux commit cc14935 |
|
1068 |
- built d-s-s commit 0d53efa |
|
1069 |
- built v1.10-migrator commit c417a6a |
|
1070 |
- built docker-novolume-plugin commit 385ec70 |
|
1071 |
- built rhel-push-plugin commit eb9e6be |
|
1072 |
- built docker-lvm-plugin commit d918081 |
|
1073 |
- built docker-runc commit b8dbc3b |
|
1074 |
- built docker-containerd commit 471f03c |
|
1075 |
|
|
1076 |
* Tue Dec 13 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.4-1 |
|
1077 |
- Resolves: #1403264 - packaging fixes (from runcom@redhat.com) |
|
1078 |
- Resolves: #1403843 - disable any existing gear modules (from |
|
1079 |
dwalsh@redhat.com) |
|
1080 |
- built docker @projectatomic/docker-1.12.4 commit 1b5971a |
|
1081 |
- built container-selinux commit cc14935 |
|
1082 |
- built d-s-s commit 0d53efa |
|
1083 |
- built v1.10-migrator commit c417a6a |
|
1084 |
- built docker-novolume-plugin commit 385ec70 |
|
1085 |
- built rhel-push-plugin commit eb9e6be |
|
1086 |
- built docker-lvm-plugin commit d918081 |
|
1087 |
- built docker-runc commit b8dbc3b |
|
1088 |
- built docker-containerd commit 471f03c |
|
1089 |
|
|
1090 |
* Mon Dec 12 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.3-11 |
|
1091 |
- Resolves: #1403370 - fix relabeling of /usr/bin/docker* |
|
1092 |
- built docker @projectatomic/docker-1.12.3 commit 0423d89 |
|
1093 |
- built container-selinux commit 554f844 |
|
1094 |
- built d-s-s commit 0d53efa |
|
1095 |
- built v1.10-migrator commit c417a6a |
|
1096 |
- built docker-novolume-plugin commit 385ec70 |
|
1097 |
- built rhel-push-plugin commit eb9e6be |
|
1098 |
- built docker-lvm-plugin commit d918081 |
|
1099 |
- built docker-runc commit b8dbc3b |
|
1100 |
- built docker-containerd commit 9f45393 |
|
1101 |
|
|
1102 |
* Thu Dec 08 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.3-10 |
|
1103 |
- move docker-proxy to /usr/libexec/docker/ |
|
1104 |
- append '-current' to files inside /usr/libexec/docker/ |
|
1105 |
|
|
1106 |
* Wed Dec 07 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.12.3-9 |
|
1107 |
- Resolves: #1402677 - create a docker-client subpackage |
|
1108 |
- built docker @projectatomic/docker-1.12.3 commit 3abc089 |
|
1109 |
- built container-selinux commit bdad20c |
|
1110 |
- built d-s-s commit 0d53efa |
|
1111 |
- built v1.10-migrator commit c417a6a |
|
1112 |
- built docker-novolume-plugin commit 385ec70 |
|
1113 |
- built rhel-push-plugin commit eb9e6be |
|
1114 |
- built docker-lvm-plugin commit d918081 |
|
1115 |
- built docker-runc commit b8dbc3b |
|
1116 |
- built docker-containerd commit 9f45393 |
|
1117 |
|
|
1118 |
* Sat Nov 19 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.10.3-59 |
|
1119 |
- correct typo |
|
1120 |
|
|
1121 |
* Fri Nov 18 2016 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.10.3-58 |
|
1122 |
- Resolves: #1382997 - correctly remove docker-selinux policies when the |
|
1123 |
subpackage is removed, remove docker policy if it is installed at 100, 200 or |
|
1124 |
400 levels |
|
1125 |
- Resolves: #1346206 - do not override DOCKER_CERT_PATH if it's already set |
|
1126 |
- Resolves: #1389328, #1393443 - rhel-push-plugin fixes |
|
1127 |
- bump Epoch to 2, since the recent 1.12.3 was already on Epoch: 1 |
|
1128 |
- move docker-selinux to container-selinux |
|
1129 |
- built rhel-push-plugin commit eb9e6be |
|
1130 |
- built container-selinux origin/RHEL-1.12 commit 98617f3 |
|
1131 |
- built dss commit 0d53efa |
|
1132 |
|
|
1133 |
* Thu Oct 20 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-57 |
|
1134 |
- Resolves: #1385641 - additional policy rules for RHEL rpms |
|
1135 |
|
|
1136 |
* Tue Oct 18 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-56 |
|
1137 |
- Resolves: #1380474 |
|
1138 |
- built docker projectatomic/rhel7-1.10.3 commit 30bf0b8 |
|
1139 |
|
|
1140 |
* Mon Sep 19 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-55 |
|
1141 |
- Resolves: #1376950, #1376953 |
|
1142 |
- built docker-novolume-plugin commit c521254 |
|
1143 |
- built rhel-push-plugin commit d89861d |
|
1144 |
|
|
1145 |
* Mon Sep 12 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-54 |
|
1146 |
- Resolves: #1374265 |
|
1147 |
- built commit 25e0f0e |
|
1148 |
|
|
1149 |
* Wed Sep 07 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-53 |
|
1150 |
- Resolves: #1373952 - typebounds can't be used in rhel yet |
|
1151 |
- re-add v1.10-migrator |
|
1152 |
- built docker-selinux commit 583a67f |
|
1153 |
- built v1.10-migrator commit c417a6a |
|
1154 |
|
|
1155 |
* Tue Sep 06 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-52 |
|
1156 |
- Resolves: #1370935 - fs_rw_nsfs_files broken in selinux-policy, included in |
|
1157 |
docker-selinux |
|
1158 |
- built docker-selinux commit 3d17c3f |
|
1159 |
|
|
1160 |
* Tue Sep 06 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-51 |
|
1161 |
- Resolves: #1370935 - remove label for kubelet directory from docker-selinux |
|
1162 |
- Resolves: #1357121 - install cron job to cleanup dead containers |
|
1163 |
- Resolves: #1303123, #1330141, #1336857, #1346185, #1353626, #1355783, |
|
1164 |
- Resolves: #1362611, #1370935 |
|
1165 |
- built docker projectatomic/rhel7-1.10.3 commit ef55c88 |
|
1166 |
- built docker-selinux commit edbbfc9 |
|
1167 |
- built docker-lvm-plugin commit bc03b53 |
|
1168 |
- built d-s-s commit 95194cb |
|
1169 |
|
|
1170 |
* Wed Aug 31 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-50 |
|
1171 |
- built docker-selinux commit 45be230 |
|
1172 |
|
|
1173 |
* Fri Aug 26 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-49 |
|
1174 |
- built docker-selinux commit dba8e03 |
|
1175 |
- update oci-* dependency NVRs |
|
1176 |
|
|
1177 |
* Tue Aug 16 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-48 |
|
1178 |
- built docker projectatomic/rhel7-1.10.3 commit f9d4a2c |
|
1179 |
- built docker-selinux commit 69140d6 |
|
1180 |
- built d-s-s commit 338cf62 |
|
1181 |
- built rhel-push-plugin commit 4eaaf33 |
|
1182 |
- built docker-lvm-plugin commit 532c7ad |
|
1183 |
|
|
1184 |
* Thu Jun 23 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-47 |
|
1185 |
- 46.x release tag used for 7.2.6, use 47 and up for 7.3 |
|
1186 |
|
|
1187 |
* Thu Jun 23 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-45 |
|
1188 |
- built docker-selinux commit 7419650 |
|
1189 |
- use selinux-policy >= 3.13.1-64 [rhel-7.3] |
|
1190 |
|
|
1191 |
* Fri Jun 17 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-44 |
|
1192 |
- Resolves: #1311544 (bz added, no other change since -43) |
|
1193 |
|
|
1194 |
* Fri Jun 17 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-43 |
|
1195 |
- add MountFlags=slave to unitfile |
|
1196 |
|
|
1197 |
* Mon Jun 13 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-42 |
|
1198 |
- Resolves: #1344448 |
|
1199 |
- built rhel-push-plugin commit 1a0046f |
|
1200 |
|
|
1201 |
* Mon Jun 13 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-41 |
|
1202 |
- Resolves: #1341171 - docker should require oci-register-machine and oci-systemd-hook |
|
1203 |
- Resolves: #1342274 - docker doesn't own /etc/docker/docker-lvm-plugin |
|
1204 |
|
|
1205 |
* Thu Jun 09 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-40 |
|
1206 |
- bump release tag to make it consistent with docker-latest |
|
1207 |
|
|
1208 |
* Thu Jun 09 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-39 |
|
1209 |
- bump release tag to make it consistent with docker-latest |
|
1210 |
|
|
1211 |
* Thu Jun 09 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-38 |
|
1212 |
- built docker projectatomic/rhel7-1.10.3 commit a46c31a |
|
1213 |
- fixes a panic |
|
1214 |
|
|
1215 |
* Wed Jun 08 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-37 |
|
1216 |
- migrator doesn't require docker at runtime either |
|
1217 |
- From: Jonathan Lebon <jlebon@redhat.com> |
|
1218 |
|
|
1219 |
* Wed Jun 08 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-36 |
|
1220 |
- Do not run migrator script via %%triggerin |
|
1221 |
- If the docker daemon is already running prior, the new daemon will be |
|
1222 |
restarted which will handle migration |
|
1223 |
- Remove migrator subpackage from docker runtime deps |
|
1224 |
- From: Jonathan Lebon <jlebon@redhat.com> |
|
1225 |
|
|
1226 |
* Wed Jun 08 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-35 |
|
1227 |
- Resolves: #1338894, #1324150, #1343702, #1339146, #1304808, #1286787, |
|
1228 |
#1323819, #1283891, #1339164, #1328917, #1317096, |
|
1229 |
#1318690, #1309900, #1245325 |
|
1230 |
- same as previous build, bugs referenced |
|
1231 |
|
|
1232 |
* Tue Jun 07 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-34 |
|
1233 |
- Patch0 in previous build has been merged in projectatomic/docker rhel7-1.10.3 branch |
|
1234 |
- built docker projectatomic/rhel7-1.10.3 commit 6baafd8 |
|
1235 |
- define docker_branch macro to be used in %%check |
|
1236 |
|
|
1237 |
* Tue Jun 07 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-33 |
|
1238 |
- Patch0 used in previous build updated |
|
1239 |
|
|
1240 |
* Mon Jun 06 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-32 |
|
1241 |
- Resolves: #1341906 - use RWMutex to acces container store |
|
1242 |
|
|
1243 |
* Thu Jun 02 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-31 |
|
1244 |
- Resolves: #1342274 - update file listings to avoid file ownerships by |
|
1245 |
multiple subpackages |
|
1246 |
- update docker.sysconfig to include --log-driver=journald in OPTIONS |
|
1247 |
|
|
1248 |
* Thu Jun 02 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-30 |
|
1249 |
- Resolves: #1342149 - v1.10-migrator shipped separately in both docker and |
|
1250 |
docker-latest |
|
1251 |
- The v1.10-migrator subpackage in docker-latest has executables prepended |
|
1252 |
with 'docker-latest-', while there's no change in the ones shipped with |
|
1253 |
docker (RE: #1342149) |
|
1254 |
|
|
1255 |
* Thu Jun 02 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-29 |
|
1256 |
- Resolves: #1342149 - docker-v1.10-migrator obsoletes |
|
1257 |
docker-latest-v1.10-migrator |
|
1258 |
|
|
1259 |
* Wed Jun 01 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-28 |
|
1260 |
- Resolves: #1341789 - update unitfile to use systemd for cgroups |
|
1261 |
|
|
1262 |
* Wed Jun 01 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-27 |
|
1263 |
- Resolves: #1341328 - include v1.10-migrator-helper script in the migrator |
|
1264 |
subpackage |
|
1265 |
- Resolves: #1335635 - solve log spam issues |
|
1266 |
- built docker projectatomic/rhel7-1.10.3 commit 4779225 |
|
1267 |
- built dss commit 194eca2 |
|
1268 |
|
|
1269 |
* Sat May 14 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-26 |
|
1270 |
- Resolves: #1341171 - add oci-register-machine and oci-systemd-hook subpackages |
|
1271 |
- built oci-register-machine commit 7d4ce65 |
|
1272 |
- built oci-systemd-hook commit 41491a3 |
|
1273 |
|
|
1274 |
* Sat May 14 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-25 |
|
1275 |
- docker requires docker-rhel-push-plugin |
|
1276 |
|
|
1277 |
* Sat May 14 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-24 |
|
1278 |
- docker unitfile updates to include rhel-push-plugin |
|
1279 |
|
|
1280 |
* Tue May 03 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-23 |
|
1281 |
- bump release tag to obsolete packages in docker-latest |
|
1282 |
|
|
1283 |
* Tue May 03 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.3-1 |
|
1284 |
- Resolves: #1335597 - rebase to v1.10.3 + rh patches |
|
1285 |
- add subpackages for novolume-plugin, lvm-plugin, rhel-push-plugin, v1.10-migrator |
|
1286 |
- BR: libseccomp-devel |
|
1287 |
- built docker @projectatomic/rhel7-1.10.3 commit 86bbf84 |
|
1288 |
- built docker-selinux @origin/rhel7-1.10 commit 032bcda |
|
1289 |
- built d-s-s commit df2af94 |
|
1290 |
- built forward-journald commit 77e02a9 |
|
1291 |
- built novolume-plugin commit 7715854 |
|
1292 |
- built rhel-push-plugin commit 904c0ca |
|
1293 |
- built lvm-plugin commit 3253f53 |
|
1294 |
- built v1.10-migrator commit c417a6a |
|
1295 |
|
|
1296 |
* Tue May 03 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-40 |
|
1297 |
- Resolves: #1332592 - requires docker-common = version-release |
|
1298 |
- From: Ed Santiago <santiago@redhat.com> |
|
1299 |
|
|
1300 |
* Tue May 03 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-39 |
|
1301 |
- Resolves: #1332016, #1329743 |
|
1302 |
- built docker projectatomic/rhel7-1.9 commit ab77bde |
|
1303 |
- built docker-selinux origin/rhel-1.10 commit 032bcda |
|
1304 |
|
|
1305 |
* Wed Apr 27 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-38 |
|
1306 |
- Resolves: #1331007 - fix selinux labels for new docker execs names |
|
1307 |
- built docker-selinux commit#501ea4c |
|
1308 |
|
|
1309 |
* Tue Apr 26 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-37 |
|
1310 |
- Resolves: #1330622 - /usr/bin/docker handles docker/docker-latest |
|
1311 |
conditions |
|
1312 |
- Resolves: #1330290 - d-s-s: do not pass devices which have 'creation of |
|
1313 |
device node' in progress |
|
1314 |
- built d-s-s commit#df2af94 |
|
1315 |
|
|
1316 |
* Tue Apr 26 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-36 |
|
1317 |
- Resolves: #1330622 - don't allow $DOCKERBINARY==/usr/bin/docker |
|
1318 |
|
|
1319 |
* Tue Apr 26 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-35 |
|
1320 |
- #1330595 fix From: Ed Santiago <santiago@redhat.com> |
|
1321 |
|
|
1322 |
* Tue Apr 26 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-34 |
|
1323 |
- Resolves: #1330595 |
|
1324 |
- use correct exec path for docker-current in unitfile |
|
1325 |
|
|
1326 |
* Mon Apr 25 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-33 |
|
1327 |
- Resolves: #1328219 - include docker-common subpackage |
|
1328 |
- docker-common is a runtime requirement for both docker and docker-latest |
|
1329 |
|
|
1330 |
* Thu Apr 21 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-32 |
|
1331 |
- update upstream URL |
|
1332 |
- Resolves: #1329423 - skip /dev setup in container when it's bind mounted in |
|
1333 |
- Resolves: #1329452 - CVE-2016-3697 |
|
1334 |
- built docker @projectatomic/rhel7-1.9 commit#639e055 |
|
1335 |
- built docker-selinux commit#39c092c |
|
1336 |
- built d-s-s commit#04a3847 |
|
1337 |
- built forward-journald commit#77e02a9 |
|
1338 |
|
|
1339 |
* Thu Apr 21 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-31 |
|
1340 |
- test-fix for https://github.com/openshift/openshift-ansible/issues/1779 |
|
1341 |
|
|
1342 |
* Mon Apr 18 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-30 |
|
1343 |
- Bump release - previous git log had 2 docker commit values |
|
1344 |
- built docker @projectatomic/rhel7-1.9 commit#a1c9058 |
|
1345 |
- built docker-selinux commit#39c092c |
|
1346 |
- built d-s-s commit#04a3847 |
|
1347 |
- built forward-journald commit#77e02a9 |
|
1348 |
|
|
1349 |
* Mon Apr 18 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-29 |
|
1350 |
- Resolves: #1283718, #1277982, #1126555 #1134424, #1186066, |
|
1351 |
#1228777, #1255060, #1256832, #1261565, #1264562, #1266307, |
|
1352 |
#1266525 #1266902 #1268059 #1272143 #1277982 #1283718 #1300033, |
|
1353 |
#1303110 #1309739 #1316651 #1319783 |
|
1354 |
- remove conflicts with atomic-openshift and origin |
|
1355 |
- built docker @projectatomic/rhel7-1.9 commit#a1c9058 |
|
1356 |
- built docker-selinux commit#39c092c |
|
1357 |
- built d-s-s commit#04a3847 |
|
1358 |
- built forward-journald commit#77e02a9 |
|
1359 |
- do not even build dockerinit |
|
1360 |
|
|
1361 |
* Sun Apr 10 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-28 |
|
1362 |
- built docker @projectatomic/rhel7-1.9 commit#b795b73 |
|
1363 |
- built docker-selinux commit#39c092c |
|
1364 |
- built d-s-s commit#ac50cee |
|
1365 |
- built docker-utils commit#b851c03 |
|
1366 |
- built v1.10-migrator commit#c417a6a |
|
1367 |
- built forward-journald commit#77e02a9 |
|
1368 |
|
|
1369 |
* Sun Apr 10 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-27 |
|
1370 |
- split docker-utils into a subpackage so docker-latest can reuse it. |
|
1371 |
- docker requires docker-utils at runtime |
|
1372 |
- do not ship dockerinit |
|
1373 |
- spec cleanups |
|
1374 |
|
|
1375 |
* Mon Apr 04 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-26 |
|
1376 |
- Resolves: rhbz#1323819 - allow images with VOLUME(s) when binds destination |
|
1377 |
override volume definition |
|
1378 |
- built docker @projectatomic/rhel7-1.9 commit#b795b73 |
|
1379 |
- built docker-selinux commit#e72d8d7 |
|
1380 |
- built d-s-s commit#346018e |
|
1381 |
- built docker-utils commit#b851c03 |
|
1382 |
- built forward-journald commit#77e02a9 |
|
1383 |
|
|
1384 |
* Wed Mar 23 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-25 |
|
1385 |
- Resolves: rhbz#1320302 - Backport fix for --cgroup-parent in docker |
|
1386 |
- same commits as release -24, only added bug number |
|
1387 |
|
|
1388 |
* Wed Mar 23 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-24 |
|
1389 |
- built docker @projectatomic/rhel7-1.9 commit#78ee77d |
|
1390 |
- built docker-selinux commit#8718b62 |
|
1391 |
- built d-s-s commit#c6f0553 |
|
1392 |
- built docker-utils commit#b851c03 |
|
1393 |
- built forward-journald commit#77e02a9 |
|
1394 |
|
|
1395 |
* Thu Mar 17 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-23 |
|
1396 |
- Resolves: rhbz#1318360 - delete bounds checking rules |
|
1397 |
- built docker @projectatomic/rhel7-1.9 commit#f97fb16 |
|
1398 |
- built docker-selinux commit#8718b62 |
|
1399 |
- built d-s-s commit#c6f0553 |
|
1400 |
- built docker-utils commit#b851c03 |
|
1401 |
- built forward-journald commit#77e02a9 |
|
1402 |
|
|
1403 |
* Tue Mar 15 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-22 |
|
1404 |
- Resolves: rhbz#1317991 - Set Delegate=yes for cgroup transient units |
|
1405 |
- built docker @projectatomic/rhel7-1.9 commit#f97fb16 |
|
1406 |
- built docker-selinux commit#69be4dc |
|
1407 |
- built d-s-s commit#03dfc7b |
|
1408 |
- built docker-utils commit#b851c03 |
|
1409 |
- built forward-journald commit#77e02a9 |
|
1410 |
|
|
1411 |
* Mon Mar 14 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-21 |
|
1412 |
- Resolves: rhbz#1317662 - include manpage for docker daemon (corrected) |
|
1413 |
|
|
1414 |
* Mon Mar 14 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-20 |
|
1415 |
- Resolves: rhbz#1317662 - include manpage for docker run |
|
1416 |
- Resolves: rhbz#1317627 - ensure that we join all the cgroups |
|
1417 |
- built docker @projectatomic/rhel7-1.9 commit#0275914 |
|
1418 |
- built docker-selinux commit#69be4dc |
|
1419 |
- built d-s-s commit#03dfc7b |
|
1420 |
- built docker-utils commit#b851c03 |
|
1421 |
- built forward-journald commit#77e02a9 |
|
1422 |
|
|
1423 |
* Wed Mar 09 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-19 |
|
1424 |
- Resolves: rhbz#1316190 - set NotifyAccess=all in unitfile |
|
1425 |
|
|
1426 |
* Tue Mar 08 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-18 |
|
1427 |
- Resolves: rhbz#1286765 - set TimeoutStartSec=0 in unitfile |
|
1428 |
- Resolves: rhbz#1298363, rhbz#1300076, rhbz#1304038, rhbz#1302418 |
|
1429 |
- built forward-journald commit#77e02a9 - other subpackage commits same as |
|
1430 |
previous build |
|
1431 |
|
|
1432 |
* Tue Mar 08 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9.1-17 |
|
1433 |
- built docker @projectatomic/rhel7-1.9 commit#185277d |
|
1434 |
- built docker-selinux commit#e2e1f22 |
|
1435 |
- built d-s-s commit#03dfc7b |
|
1436 |
- built docker-utils commit#b851c03 |
|
1437 |
- built forward-journald commit#48b9599 |
|
1438 |
|
|
1439 |
* Tue Feb 02 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-16 |
|
1440 |
- Resolves: rhbz#1304038 - conflict with openshift 3.1 |
|
1441 |
- allow golang >= 1.4.2 |
|
1442 |
|
|
1443 |
* Thu Jan 28 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-15 |
|
1444 |
- Resolves: rhbz#1302411 |
|
1445 |
- built docker @projectatomic/rhel7-1.9 commit#50e78a0 |
|
1446 |
- built docker-selinux commit#e2e1f22 |
|
1447 |
- built d-s-s commit#1c2b95b |
|
1448 |
- built docker-utils commit#dab51ac |
|
1449 |
|
|
1450 |
* Tue Jan 26 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-14 |
|
1451 |
- built docker @projectatomic/rhel7-1.9 commit#fe0b590 |
|
1452 |
- built docker-selinux commit#e2e1f22 |
|
1453 |
- built d-s-s commit#1c2b95b |
|
1454 |
- built docker-utils commit#dab51ac |
|
1455 |
|
|
1456 |
* Mon Jan 25 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-13 |
|
1457 |
- Resolves: rhbz#1301199 - do not append distro tag to docker version |
|
1458 |
|
|
1459 |
* Wed Jan 20 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-12 |
|
1460 |
- built docker @projectatomic/rhel7-1.9 commit#2dbcc37 |
|
1461 |
- built docker-selinux commit#e2e1f22 |
|
1462 |
- built d-s-s commit#1c2b95b |
|
1463 |
- built docker-utils commit#dab51ac |
|
1464 |
|
|
1465 |
* Fri Jan 15 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-11 |
|
1466 |
- built docker @projectatomic/rhel7-1.9 commit#2dbcc37 |
|
1467 |
- built docker-selinux commit#e2e1f22 |
|
1468 |
- built d-s-s commit#1c2b95b |
|
1469 |
- built docker-utils commit#dab51ac |
|
1470 |
|
|
1471 |
* Mon Jan 11 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-10 |
|
1472 |
- built docker @projectatomic/rhel7-1.9 commit#26797f7 |
|
1473 |
- built docker-selinux commit#e2e1f22 |
|
1474 |
- built d-s-s commit#1c2b95b |
|
1475 |
- built docker-utils commit#dab51ac |
|
1476 |
|
|
1477 |
* Sat Dec 12 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-9 |
|
1478 |
- built docker @projectatomic/rhel7-1.9 commit#401dfee |
|
1479 |
- built docker-selinux commit#e2e1f22 |
|
1480 |
- built d-s-s commit#91d6cfd |
|
1481 |
- built docker-utils commit#dab51ac |
|
1482 |
|
|
1483 |
* Fri Dec 04 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-8 |
|
1484 |
- built docker @projectatomic/rhel7-1.9 commit#32fb322 |
|
1485 |
- built docker-selinux commit#441f312 |
|
1486 |
- built d-s-s commit#e38b94d |
|
1487 |
- built docker-utils commit#dab51ac |
|
1488 |
|
|
1489 |
* Wed Dec 02 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-7 |
|
1490 |
- built docker @projectatomic/rhel7-1.9 commit#32fb322 |
|
1491 |
- built docker-selinux commit#441f312 |
|
1492 |
- built d-s-s commit#0814c26 |
|
1493 |
- built docker-utils commit#dab51ac |
|
1494 |
|
|
1495 |
* Wed Dec 02 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-6 |
|
1496 |
- built docker @projectatomic/rhel7-1.9 commit#32fb322 |
|
1497 |
- built docker-selinux commit#441f312 |
|
1498 |
- built d-s-s commit#0814c26 |
|
1499 |
- built docker-utils commit#dab51ac |
|
1500 |
|
|
1501 |
* Mon Nov 30 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-5 |
|
1502 |
- built docker @projectatomic/rhel7-1.9 commit#32fb322 |
|
1503 |
- built docker-selinux commit#dbfad05 |
|
1504 |
- built d-s-s commit#0814c26 |
|
1505 |
- built docker-utils commit#dab51ac |
|
1506 |
|
|
1507 |
* Wed Nov 25 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-4 |
|
1508 |
- Resolves: rhbz#1275399 |
|
1509 |
- built docker @projectatomic/rhel7-1.9 commit#390a466 |
|
1510 |
- built docker-selinux commit#dbfad05 |
|
1511 |
- built d-s-s commit#0814c26 |
|
1512 |
- built docker-utils commit#dab51ac |
|
1513 |
|
|
1514 |
* Tue Nov 24 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-3 |
|
1515 |
- built docker @projectatomic/rhel7-1.9 commit#698d463 |
|
1516 |
- built docker-selinux commit#dbfad05 |
|
1517 |
- built d-s-s commit#0814c26 |
|
1518 |
- built docker-utils commit#dab51ac |
|
1519 |
|
|
1520 |
* Tue Nov 24 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-2 |
|
1521 |
- Resolves: rhbz#1263394 - set unitfile to 5 mins |
|
1522 |
|
|
1523 |
* Tue Nov 24 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.1-1 |
|
1524 |
- use correct version number, no other change since last build |
|
1525 |
|
|
1526 |
* Tue Nov 24 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-11 |
|
1527 |
- built docker @projectatomic/rhel7-1.9 commit#f1cda67 |
|
1528 |
- built docker-selinux commit#dbfad05 |
|
1529 |
- built d-s-s commit#0814c26 |
|
1530 |
- built docker-utils commit#dab51ac |
|
1531 |
|
|
1532 |
* Mon Nov 23 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-10 |
|
1533 |
- Resolves: rhbz#1283718 |
|
1534 |
- built docker @projectatomic/rhel7-1.9 commit#0ba2491 |
|
1535 |
- built docker-selinux commit#dbfad05 |
|
1536 |
- built d-s-s commit#0814c26 |
|
1537 |
- built docker-utils commit#dab51ac |
|
1538 |
|
|
1539 |
* Thu Nov 19 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-9 |
|
1540 |
- built docker @projectatomic/rhel7-1.9 commit#eb84909 |
|
1541 |
- built docker-selinux commit#dbfad05 |
|
1542 |
- built d-s-s commit#c638a60 |
|
1543 |
- built docker-utils commit#dab51ac |
|
1544 |
|
|
1545 |
* Wed Nov 11 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8.2-10 |
|
1546 |
- Resolves: rhbz#1281805, rhbz#1271229, rhbz#1276346 |
|
1547 |
- Resolves: rhbz#1275376, rhbz#1282898 |
|
1548 |
|
|
1549 |
* Wed Nov 11 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8.2-9 |
|
1550 |
- Resolves: rhbz#1280068 - Build docker with DWARF |
|
1551 |
- Move back to 1.8.2 |
|
1552 |
- built docker @rhatdan/rhel7-1.8 commit#a01dc02 |
|
1553 |
- built docker-selinux commit#dbfad05 |
|
1554 |
- built d-s-s commit#e9722cc |
|
1555 |
- built docker-utils commit#dab51ac |
|
1556 |
|
|
1557 |
* Mon Nov 02 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-8 |
|
1558 |
- Resolves: rhbz#1225093 (partially) |
|
1559 |
- built docker @projectatomic/rhel7-1.9 commit#cdd3941 |
|
1560 |
- built docker-selinux commit#dbfad05 |
|
1561 |
- built d-s-s commit#e9722cc |
|
1562 |
- built docker-utils commit#dab51ac |
|
1563 |
|
|
1564 |
* Wed Oct 28 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-7 |
|
1565 |
- Resolves: rhbz#1275554 |
|
1566 |
- built docker @projectatomic/rhel7-1.9 commit#61fd965 |
|
1567 |
- built docker-selinux commit#dbfad05 |
|
1568 |
- built d-s-s commit#e9722cc |
|
1569 |
- built docker-utils commit#dab51ac |
|
1570 |
|
|
1571 |
* Wed Oct 28 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-6 |
|
1572 |
- built docker @projectatomic/rhel7-1.9 commit#166d43b |
|
1573 |
- built docker-selinux commit#dbfad05 |
|
1574 |
- built d-s-s commit#e9722cc |
|
1575 |
- built docker-utils commit#dab51ac |
|
1576 |
|
|
1577 |
* Mon Oct 26 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-5 |
|
1578 |
- built docker @projectatomic/rhel7-1.9 commit#6897d78 |
|
1579 |
- built docker-selinux commit#dbfad05 |
|
1580 |
- built d-s-s commit#e9722cc |
|
1581 |
- built docker-utils commit#dab51ac |
|
1582 |
|
|
1583 |
* Fri Oct 23 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-4 |
|
1584 |
- built docker @projectatomic/rhel7-1.9 commit#0bb2bf4 |
|
1585 |
- built docker-selinux commit#dbfad05 |
|
1586 |
- built d-s-s commit#e9722cc |
|
1587 |
- built docker-utils commit#dab51ac |
|
1588 |
|
|
1589 |
* Thu Oct 22 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-3 |
|
1590 |
- built docker @projectatomic/rhel7-1.9 commit#1ea7f30 |
|
1591 |
- built docker-selinux commit#dbfad05 |
|
1592 |
- built d-s-s commit#01df512 |
|
1593 |
- built docker-utils commit#dab51ac |
|
1594 |
|
|
1595 |
* Thu Oct 22 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.0-2 |
|
1596 |
- built docker @projectatomic/rhel7-1.9 commit#1ea7f30 |
|
1597 |
- built docker-selinux commit#fe61432 |
|
1598 |
- built d-s-s commit#01df512 |
|
1599 |
- built docker-utils commit#dab51ac |
|
1600 |
|
|
1601 |
* Wed Oct 14 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8.2-8 |
|
1602 |
- built docker @rhatdan/rhel7-1.8 commit#a01dc02 |
|
1603 |
- built docker-selinux master commit#e2a5226 |
|
1604 |
- built d-s-s master commit#6898d43 |
|
1605 |
- built docker-utils master commit#dab51ac |
|
1606 |
|
|
1607 |
* Fri Oct 09 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8.2-7 |
|
1608 |
- https://github.com/rhatdan/docker/pull/127 (changes for libcontainer/user) |
|
1609 |
- https://github.com/rhatdan/docker/pull/128 (/dev mount from host) |
|
1610 |
|
|
1611 |
* Wed Oct 07 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8.2-6 |
|
1612 |
- built docker @rhatdan/rhel7-1.8 commit#bb472f0 |
|
1613 |
- built docker-selinux master commit#44abd21 |
|
1614 |
- built d-s-s master commit#6898d43 |
|
1615 |
- built docker-utils master commit#dab51ac |
|
1616 |
|
|
1617 |
* Wed Sep 30 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8.2-5 |
|
1618 |
- Resolves: rhbz#1267743 |
|
1619 |
- https://github.com/docker/docker/pull/16639 |
|
1620 |
- https://github.com/opencontainers/runc/commit/c9d58506297ed6c86c9d8a91d861e4de3772e699 |
|
1621 |
|
|
1622 |
* Wed Sep 30 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8.2-4 |
|
1623 |
- built docker @rhatdan/rhel7-1.8 commit#23f26d9 |
|
1624 |
- built docker-selinux master commit#2ed73eb |
|
1625 |
- built d-s-s master commit#6898d43 |
|
1626 |
- built docker-utils master commit#dab51ac |
|
1627 |
|
|
1628 |
* Wed Sep 30 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8.2-3 |
|
1629 |
- Resolves: rhbz#1264557 (extras-rhel-7.1.6) - rebase to 1.8.2 |
|
1630 |
- Resolves: rhbz#1265810 (extras-rhel-7.2) - rebase to 1.8.2 |
|
1631 |
- built docker @rhatdan/rhel7-1.8 commit#23f26d9 |
|
1632 |
- built docker-selinux master commit#d6560f8 |
|
1633 |
- built d-s-s master commit#6898d43 |
|
1634 |
- built docker-utils master commit#dab51ac |
|
1635 |
- use golang == 1.4.2 |
|
1636 |
|
|
1637 |
* Mon Sep 21 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.8.2-2 |
|
1638 |
- built docker-selinux master commit#d6560f8 |
|
1639 |
|
|
1640 |
* Fri Sep 18 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.8.2-1 |
|
1641 |
- package only provides docker, docker-selinux and docker-logrotate |
|
1642 |
- Resolves: rhbz#1261329, rhbz#1263394, rhbz#1264090 |
|
1643 |
- built docker @rhatdan/rhel7-1.8 commit#23f26d9 |
|
1644 |
- built d-s-s master commit#6898d43 |
|
1645 |
- built docker-selinux master commit#b5281b7 |
|
1646 |
- built docker-utils master commit#dab51ac |
|
1647 |
|
|
1648 |
* Thu Aug 27 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-115 |
|
1649 |
- Resolves: rhbz#1252421 |
|
1650 |
- built docker @rhatdan/rhel7-1.7 commit#446ad9b |
|
1651 |
- built docker-py @rhatdan/master commit#54a154d |
|
1652 |
- built d-s-s master commit#d3b9ba7 |
|
1653 |
- built atomic master commit#011a826 |
|
1654 |
- built docker-selinux master commit#6267b83 |
|
1655 |
- built docker-utils master commit#dab51ac |
|
1656 |
|
|
1657 |
* Mon Aug 24 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-114 |
|
1658 |
- Resolves: rhbz#1255874 - (#1255488 is for 7.2) |
|
1659 |
|
|
1660 |
* Fri Aug 21 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-113 |
|
1661 |
- Resolves: rhbz#1255488 |
|
1662 |
- built docker @rhatdan/rhel7-1.7 commit#4136d06 |
|
1663 |
- built docker-py @rhatdan/master commit#54a154d |
|
1664 |
- built d-s-s master commit#d3b9ba7 |
|
1665 |
- built atomic master commit#995a223 |
|
1666 |
- built docker-selinux master commit#39a894e |
|
1667 |
- built docker-utils master commit#dab51ac |
|
1668 |
|
|
1669 |
* Thu Aug 20 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-112 |
|
1670 |
- Resolves: rhbz#1255051 |
|
1671 |
- built docker @rhatdan/rhel7-1.7 commit#4136d06 |
|
1672 |
- built docker-py @rhatdan/master commit#54a154d |
|
1673 |
- built d-s-s master commit#ac1b30e |
|
1674 |
- built atomic master commit#53169d5 |
|
1675 |
- built docker-selinux master commit#39a894e |
|
1676 |
- built docker-utils master commit#dab51ac |
|
1677 |
|
|
1678 |
* Tue Aug 18 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-111 |
|
1679 |
- built docker @rhatdan/rhel7-1.7 commit#9fe211a |
|
1680 |
- built docker-py @rhatdan/master commit#54a154d |
|
1681 |
- built d-s-s master commit#ac1b30e |
|
1682 |
- built atomic master commit#53169d5 |
|
1683 |
- built docker-selinux master commit#39a894e |
|
1684 |
- built docker-utils master commit#dab51ac |
|
1685 |
|
|
1686 |
* Mon Aug 17 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-110 |
|
1687 |
- built docker @rhatdan/rhel7-1.7 commit#ba2de95 |
|
1688 |
- built docker-py @rhatdan/master commit#54a154d |
|
1689 |
- built d-s-s master commit#ac1b30e |
|
1690 |
- built atomic master commit#53169d5 |
|
1691 |
- built docker-selinux master commit#39a894e |
|
1692 |
- built docker-utils master commit#dab51ac |
|
1693 |
|
|
1694 |
* Mon Aug 10 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-109 |
|
1695 |
- Resolves: rhbz#1249651 - unpin python-requests requirement |
|
1696 |
- update python-websocket-client to 0.32.0 |
|
1697 |
|
|
1698 |
* Tue Jul 28 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-108 |
|
1699 |
- built docker @rhatdan/rhel7-1.7 commit#3043001 |
|
1700 |
- built docker-py @rhatdan/master commit#54a154d |
|
1701 |
- built d-s-s master commit#b152398 |
|
1702 |
- built atomic master commit#a4442c4 |
|
1703 |
- built docker-selinux master commit#bebf349 |
|
1704 |
- built docker-utils master commit#dab51ac |
|
1705 |
|
|
1706 |
* Fri Jul 24 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-107 |
|
1707 |
- built docker @rhatdan/rhel7-1.7 commit#3043001 |
|
1708 |
- built docker-py @rhatdan/master commit#54a154d |
|
1709 |
- built d-s-s master commit#b152398 |
|
1710 |
- built atomic master commit#52d695c |
|
1711 |
- built docker-selinux master commit#bebf349 |
|
1712 |
|
|
1713 |
* Thu Jul 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-106 |
|
1714 |
- built docker @rhatdan/rhel7-1.7 commit#3043001 |
|
1715 |
- built docker-py @rhatdan/master commit#54a154d |
|
1716 |
- built d-s-s master commit#b152398 |
|
1717 |
- built atomic master commit#52d695c |
|
1718 |
- built docker-selinux master commit#bebf349 |
|
1719 |
|
|
1720 |
* Thu Jul 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-105 |
|
1721 |
- Resolves: rhbz#1245325 |
|
1722 |
- built docker @rhatdan/rhel7-1.7 commit#ac162a3 |
|
1723 |
- built docker-py @rhatdan/master commit#54a154d |
|
1724 |
- built d-s-s master commit#b152398 |
|
1725 |
- built atomic master commit#ac162a3 |
|
1726 |
- built docker-selinux master commit#ac162a3 |
|
1727 |
- disable dockerfetch and dockertarsum |
|
1728 |
|
|
1729 |
* Wed Jul 22 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-104 |
|
1730 |
- use a common release tag for all subpackages, much easier to update via |
|
1731 |
rpmdev-bumpspec |
|
1732 |
|
|
1733 |
* Wed Jul 22 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.1-1 |
|
1734 |
- built docker @rhatdan/rhel7-1.7 commit#d2fbc0b |
|
1735 |
- built docker-py @rhatdan/master commit#54a154d |
|
1736 |
- built d-s-s master commit#b152398 |
|
1737 |
- built atomic master commit#d2fbc0b |
|
1738 |
- built docker-selinux master commit#d2fbc0b |
|
1739 |
|
|
1740 |
* Fri Jul 17 2015 Jonathan Lebon <jlebon@redhat.com> - 1.7.0-5 |
|
1741 |
- Add patch for atomic.sysconfig |
|
1742 |
- Related: https://github.com/projectatomic/atomic/pull/94 |
|
1743 |
|
|
1744 |
* Wed Jul 15 2015 Jan Chaloupka <jchaloup@redhat.com> - 1.7.0-3.1 |
|
1745 |
- Add unit-test subpackage |
|
1746 |
|
|
1747 |
* Thu Jul 09 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.0-3 |
|
1748 |
- built docker @rhatdan/rhel7-1.7 commit#4740812 |
|
1749 |
|
|
1750 |
* Wed Jul 08 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.0-2 |
|
1751 |
- increment all release tags to make koji happy |
|
1752 |
|
|
1753 |
* Wed Jul 08 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.7.0-1 |
|
1754 |
- Resolves: rhbz#1241186 - rebase to v1.7.0 + rh patches |
|
1755 |
- built docker @rhatdan/rhel7-1.7 commit#0f235fc |
|
1756 |
- built docker-selinux master commit#bebf349 |
|
1757 |
- built d-s-s master commit#e9c3a4c |
|
1758 |
- built atomic master commit#f133684 |
|
1759 |
- rebase python-docker-py to upstream v1.2.3 |
|
1760 |
- disable docker-fetch for now, doesn't build |
|
1761 |
|
|
1762 |
* Mon Jun 15 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-14 |
|
1763 |
- Resolves: rhbz#1218639, rhbz#1225556 (unresolved in -11) |
|
1764 |
- build docker @lsm5/rhel7-1.6 commit#ba1f6c3 |
|
1765 |
|
|
1766 |
* Mon Jun 15 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-13 |
|
1767 |
- Resolves: rhbz#1222453 |
|
1768 |
|
|
1769 |
* Mon Jun 15 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-12 |
|
1770 |
- build docker-selinux master commit#9c089c6 |
|
1771 |
|
|
1772 |
* Mon Jun 15 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-11 |
|
1773 |
- Resolves: rhbz#1231936 (clone of fedora rhbz#1231134), rhbz#1225556, rhbz#1215819 |
|
1774 |
- build docker @rhatdan/rhel7-1.6 commit#7b32c6c |
|
1775 |
|
|
1776 |
* Wed Jun 10 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-10 |
|
1777 |
- correct typo |
|
1778 |
|
|
1779 |
* Wed Jun 10 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-9 |
|
1780 |
- Resolves: rhbz#1214070 - update d-s-s related deps |
|
1781 |
- Resolves: rhbz#1229374 - use prior existing metadata volume if any |
|
1782 |
- Resolves: rhbz#1230192 (include d-s-s master commit#eefbef7) |
|
1783 |
- build docker @rhatdan/rhel7-1.6 commit#b79465d |
|
1784 |
|
|
1785 |
* Mon Jun 08 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-8 |
|
1786 |
- Resolves: rhbz#1229319 - do not claim /run/secrets |
|
1787 |
- Resolves: rhbz#1228167 |
|
1788 |
- build docker rhatdan/rhel7-1.6 commit#ac7d43f |
|
1789 |
- build atomic master commit#f863afd |
|
1790 |
|
|
1791 |
* Thu Jun 04 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-7 |
|
1792 |
- Resolves: rhbz#1228397 - install manpage for d-s-s |
|
1793 |
- Resolves: rhbz#1228459 - solve 'Permission denied' error for d-s-s |
|
1794 |
- Resolves: rhbz#1228685 - don't append dist tag to docker version |
|
1795 |
(revert change in 1.6.2-4) |
|
1796 |
|
|
1797 |
* Tue Jun 02 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-6 |
|
1798 |
- build docker rhatdan/rhel7-1.6 commit#f1561f6 |
|
1799 |
|
|
1800 |
* Tue Jun 02 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-5 |
|
1801 |
- build docker-selinux master commit#99c4c77 |
|
1802 |
- build atomic master commit#2f1398c |
|
1803 |
- include docker-storage-setup in docker itself, no subpackage created |
|
1804 |
- docker.service Wants=docker-storage-setup.service |
|
1805 |
|
|
1806 |
* Mon Jun 01 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-4 |
|
1807 |
- include dist tag in 'docker version' to tell a distro build from a docker |
|
1808 |
upstream rpm |
|
1809 |
|
|
1810 |
* Mon Jun 01 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-3 |
|
1811 |
- Resolves: rhbz#1226989 - correct install path for docker-stroage-setup |
|
1812 |
config file |
|
1813 |
- Resolves: rhbz#1227040 - docker requires docker-storage-setup at runtime |
|
1814 |
- built docker @rhatdan/rhel7-1.6 commit#a615a49 |
|
1815 |
- built atomic master commit#2f1398c |
|
1816 |
- built d-s-s master commit#0f2b772 |
|
1817 |
|
|
1818 |
* Thu May 28 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-2 |
|
1819 |
- build docker @rhatdan/rhel7-1.6 commit#175dd9c |
|
1820 |
|
|
1821 |
* Thu May 28 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.2-1 |
|
1822 |
- Resolves: rhbz#1225965 - rebase to 1.6.2 |
|
1823 |
- Resolves: rhbz#1226320, rhbz#1225549, rhbz#1225556 |
|
1824 |
- Resolves: rhbz#1219705 - CVE-2015-3627 |
|
1825 |
- Resolves: rhbz#1219701 - CVE-2015-3629 |
|
1826 |
- Resolves: rhbz#1219709 - CVE-2015-3630 |
|
1827 |
- Resolves: rhbz#1219713 - CVE-2015-3631 |
|
1828 |
- build docker @rhatdan/rhel7-1.6 commit#d8675b5 |
|
1829 |
- build atomic master commit#ec592be |
|
1830 |
- build docker-selinux master commit#e86b2bc |
|
1831 |
|
|
1832 |
* Tue May 26 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-15 |
|
1833 |
- d-s-s br: pkgconfig(systemd) |
|
1834 |
- Resolves: rhbz#1214070 enforce min NVR for lvm2 |
|
1835 |
|
|
1836 |
* Tue May 26 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-14 |
|
1837 |
- build atomic master commit#cc9aed4 |
|
1838 |
- build docker-utils master commit#562e2c0 |
|
1839 |
- build docker-selinux master commit#ba1ff3c |
|
1840 |
- include docker-storage-setup subpackage, use master commit#e075395 |
|
1841 |
- Resolves: rhbz#1216095 |
|
1842 |
|
|
1843 |
* Mon May 25 2015 Michal Minar <miminar@redhat.com> - 1.6.0-13 |
|
1844 |
- Remove all repositories when removing image by ID. |
|
1845 |
- Resolves: #1222784 |
|
1846 |
|
|
1847 |
* Thu Apr 30 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-11 |
|
1848 |
- build docker @rhatdan/rhel7-1.6 commit#8aae715 |
|
1849 |
- build atomic @projectatomic/master commit#5b2fa8d (fixes a typo) |
|
1850 |
- Resolves: rhbz#1207839 |
|
1851 |
- Resolves: rhbz#1211765 |
|
1852 |
- Resolves: rhbz#1209545 (fixed in 1.6.0-10) |
|
1853 |
- Resolves: rhbz#1151167 (fixed in 1.6.0-6) |
|
1854 |
|
|
1855 |
* Tue Apr 28 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-10 |
|
1856 |
- Resolves: rhbz#1215768 |
|
1857 |
- Resolves: rhbz#1212579 |
|
1858 |
- build docker @rhatdan/rhel7-1.6 commit#0852937 |
|
1859 |
|
|
1860 |
* Fri Apr 24 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-9 |
|
1861 |
- build docker @rhatdan/rhel7-1.6 commit#6a57386 |
|
1862 |
- fix registry unit test |
|
1863 |
|
|
1864 |
* Wed Apr 22 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-8 |
|
1865 |
- build docker @rhatdan/rhel7-1.6 commit#7bd2216 |
|
1866 |
|
|
1867 |
* Tue Apr 21 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-7 |
|
1868 |
- build docker @rhatdan/rhel7-1.6 commit#c3721ce |
|
1869 |
- build atomic master commit#7b136161 |
|
1870 |
- Resolves: rhbz#1213636 |
|
1871 |
|
|
1872 |
* Fri Apr 17 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-6 |
|
1873 |
- Rebuilt with golang 1.4.2 |
|
1874 |
- Resolves: rhbz#1212813 |
|
1875 |
|
|
1876 |
* Fri Apr 17 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-5 |
|
1877 |
- build docker @rhatdan/rhel7-1.6 commit#9c42d44 |
|
1878 |
- build docker-selinux master commit#d59539b |
|
1879 |
- Resolves: rhbz#1211750 |
|
1880 |
|
|
1881 |
* Thu Apr 16 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-4 |
|
1882 |
- build docker @rhatdan/rhel7-1.6 commit#c1a573c |
|
1883 |
- includes 1.6.0 release + redhat patches |
|
1884 |
- include docker-selinux @fedora-cloud/master commit#d74079c |
|
1885 |
|
|
1886 |
* Thu Apr 16 2015 Michal Minar <miminar@redhat.com> - 1.6.0-3 |
|
1887 |
- Fixed login command |
|
1888 |
- Resolves: rhbz#1212188 |
|
1889 |
|
|
1890 |
* Wed Apr 15 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-2 |
|
1891 |
- Resolves: rhbz#1211292 - move GOTRACEBACK=crash to unitfile |
|
1892 |
- build docker @rhatdan/rhel7-1.6 commit#fed6da1 |
|
1893 |
- build atomic master commit#e5734c4 |
|
1894 |
|
|
1895 |
* Tue Apr 14 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.6.0-1 |
|
1896 |
- use docker @rhatdan/rhel7-1.6 commit#a8ccea4 |
|
1897 |
|
|
1898 |
* Fri Apr 10 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-30 |
|
1899 |
- use docker @rhatdan/1.6 commit#24bc1b9 |
|
1900 |
|
|
1901 |
* Fri Mar 27 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-29 |
|
1902 |
- use docker @rhatdan/1.6 commit#2d06cf9 |
|
1903 |
|
|
1904 |
* Fri Mar 27 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-28 |
|
1905 |
- Resolves: rhbz#1206443 - CVE-2015-1843 |
|
1906 |
|
|
1907 |
* Wed Mar 25 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-27 |
|
1908 |
- revert rhatdan/docker commit 72a9000fcfa2ec5a2c4a29fb62a17c34e6dd186f |
|
1909 |
- Resolves: rhbz#1205276 |
|
1910 |
|
|
1911 |
* Tue Mar 24 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-26 |
|
1912 |
- revert rhatdan/docker commit 74310f16deb3d66444bb461c29a09966170367db |
|
1913 |
|
|
1914 |
* Mon Mar 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-25 |
|
1915 |
- don't delete autogen in hack/make.sh |
|
1916 |
- re-enable docker-fetch |
|
1917 |
|
|
1918 |
* Mon Mar 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-24 |
|
1919 |
- bump release tags for all |
|
1920 |
|
|
1921 |
* Mon Mar 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-23 |
|
1922 |
- Resolves: rhbz#1204260 - do not delete linkgraph.db before starting service |
|
1923 |
|
|
1924 |
* Mon Mar 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-22 |
|
1925 |
- increment release tag (no other changes) |
|
1926 |
|
|
1927 |
* Sun Mar 22 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-21 |
|
1928 |
- install cert for redhat.io authentication |
|
1929 |
|
|
1930 |
* Mon Mar 16 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-20 |
|
1931 |
- Resolves: rhbz#1202517 - fd leak |
|
1932 |
- build docker rhatdan/1.5.0 commit#ad5a92a |
|
1933 |
- build atomic master commit#4ff7dbd |
|
1934 |
|
|
1935 |
* Tue Mar 10 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-19 |
|
1936 |
- Resolves: rhbz#1200394 - don't mount /run as tmpfs if mounted as a volume |
|
1937 |
- Resolves: rhbz#1187603 - 'atomic run' no longer ignores new image if |
|
1938 |
container still exists |
|
1939 |
- build docker rhatdan/1.5.0 commit#5992901 |
|
1940 |
- no rpm change, ensure release tags in changelogs are consistent |
|
1941 |
|
|
1942 |
* Tue Mar 10 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-18 |
|
1943 |
- handle updates smoothly from a unified docker-python to split out |
|
1944 |
docker-python and atomic |
|
1945 |
|
|
1946 |
* Tue Mar 10 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-17 |
|
1947 |
- build docker @rhatdan/1.5.0 commit#d7dfe82 |
|
1948 |
- Resolves: rhbz#1198599 - use homedir from /etc/passwd if $HOME isn't set |
|
1949 |
- atomic provided in a separate subpackage |
|
1950 |
|
|
1951 |
* Mon Mar 09 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-16 |
|
1952 |
- build docker @rhatdan/1.5.0 commit#867ff5e |
|
1953 |
- build atomic master commit# |
|
1954 |
- Resolves: rhbz#1194445 - patch docker-python to make it work with older |
|
1955 |
python-requests |
|
1956 |
- Resolves: rhbz#1200104 - dns resolution works with selinux enforced |
|
1957 |
|
|
1958 |
* Mon Mar 09 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-15 |
|
1959 |
- Resolves: rhbz#1199433 - correct install path for 80-docker.rules |
|
1960 |
|
|
1961 |
* Mon Mar 09 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-14 |
|
1962 |
- build docker, @rhatdan/1.5.0 commit#365cf68 |
|
1963 |
- build atomic, master commit#f175fb6 |
|
1964 |
|
|
1965 |
* Fri Mar 06 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-13 |
|
1966 |
- build docker, @rhatdan/1.5.0 commit#e0fdceb |
|
1967 |
- build atomic, master commit#ef2b661 |
|
1968 |
|
|
1969 |
* Thu Mar 05 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-12 |
|
1970 |
- Resolves: rhbz#1198630 |
|
1971 |
- build docker, @rhatdan/1.5.0 commit#233dc3e |
|
1972 |
- build atomic, master commit#c6390c7 |
|
1973 |
|
|
1974 |
* Tue Mar 03 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-11 |
|
1975 |
- build docker rhatdan/1.5.0 commit#3a4d0f1 |
|
1976 |
- build atomic master commit#d68d76b |
|
1977 |
- Resolves: rhbz#1188252 - rm /var/lib/docker/linkgraph.db in unit file |
|
1978 |
before starting docker daemon |
|
1979 |
|
|
1980 |
* Mon Mar 02 2015 Michal Minar <miminar@redhat.com> - 1.5.0-10 |
|
1981 |
- Fixed and speeded up repository searching |
|
1982 |
|
|
1983 |
* Fri Feb 27 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-9 |
|
1984 |
- increment all release tags |
|
1985 |
|
|
1986 |
* Fri Feb 27 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-9 |
|
1987 |
- increment docker release tag |
|
1988 |
|
|
1989 |
* Thu Feb 26 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-7 |
|
1990 |
- Resolves: rhbz#1196709 - fix docker build's authentication issue |
|
1991 |
- Resolves: rhbz#1197158 - fix ADD_REGISTRY and BLOCK_REGISTRY in unitfile |
|
1992 |
- Build docker-utils commit#dcb4518 |
|
1993 |
- update docker-python to 1.0.0 |
|
1994 |
- disable docker-fetch (not compiling currently) |
|
1995 |
|
|
1996 |
* Tue Feb 24 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-6 |
|
1997 |
- build docker rhatdan/1.5.0 commit#e5d3e08 |
|
1998 |
- docker registers machine with systemd |
|
1999 |
- create journal directory so that journal on host can see journal content in |
|
2000 |
container |
|
2001 |
- build atomic commit#a7ff4cb |
|
2002 |
|
|
2003 |
* Mon Feb 16 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-5 |
|
2004 |
- use docker rhatdan/1.5.0 commit#1a4e592 |
|
2005 |
- Complete fix for rhbz#1192171 - patch included in docker tarball |
|
2006 |
- use docker-python 0.7.2 |
|
2007 |
- Resolves: rhbz#1192312 - solve version-release requirements for |
|
2008 |
subpackages |
|
2009 |
|
|
2010 |
* Mon Feb 16 2015 Michal Minar <miminar@redhat.com> - 1.5.0-4 |
|
2011 |
- Readded --(add|block)-registry flags. |
|
2012 |
|
|
2013 |
* Fri Feb 13 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-2 |
|
2014 |
- Resolves: rhbz#1192312 - custom release numbers for |
|
2015 |
python-websocket-client and docker-py |
|
2016 |
- Resolves: rhbz#1192171 - changed options and env vars for |
|
2017 |
adding/replacing registries |
|
2018 |
|
|
2019 |
* Thu Feb 12 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.5.0-1 |
|
2020 |
- build docker rhatdan/1.5 a06d357 |
|
2021 |
- build atomic projectaomic/master d8c35ce |
|
2022 |
|
|
2023 |
* Thu Feb 05 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-39 |
|
2024 |
- Resolves: rhbz#1187993 - allow core dump with no size limit |
|
2025 |
- build atomic commit#98c21fd |
|
2026 |
|
|
2027 |
* Mon Feb 02 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-38 |
|
2028 |
- Resolves: rhbz#1188318 |
|
2029 |
- atom commit#ea7ab31 |
|
2030 |
|
|
2031 |
* Fri Jan 30 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-37 |
|
2032 |
- add extra options to /etc/sysconfig/docker to add/block registries |
|
2033 |
- build atom commit#3d4fd20 |
|
2034 |
|
|
2035 |
* Fri Jan 30 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-36 |
|
2036 |
- remove dependency on python-backports |
|
2037 |
|
|
2038 |
* Fri Jan 30 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-35 |
|
2039 |
- build atomic rhatdan/master commit#973142b |
|
2040 |
- build docker rhatdan/1.4.1-beta2 commit#d26b358 |
|
2041 |
|
|
2042 |
* Fri Jan 30 2015 Michal Minar <miminar@redhat.com> - 1.4.1-34 |
|
2043 |
- added patch fixed tagging issue |
|
2044 |
|
|
2045 |
* Fri Jan 30 2015 Michal Minar <miminar@redhat.com> - 1.4.1-33 |
|
2046 |
- build docker rhatdan/1.4.1-beta2 commit#b024f0f |
|
2047 |
- --registry-(replace|preprend) replaced with --(add|block)-registry |
|
2048 |
|
|
2049 |
* Thu Jan 29 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-32 |
|
2050 |
- build atom commit#567c2c8 |
|
2051 |
|
|
2052 |
* Thu Jan 29 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-31 |
|
2053 |
- build atom commit#b9e02ad |
|
2054 |
|
|
2055 |
* Wed Jan 28 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-30 |
|
2056 |
- Require python-backports >= 1.0-8 for docker-python |
|
2057 |
|
|
2058 |
* Wed Jan 28 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-29 |
|
2059 |
- build docker rhatdan/1.4.1-beta2 commit#0af307b |
|
2060 |
- --registry-replace|prepend flags via Michal Minar <miminar@redhat.com> |
|
2061 |
- build atomic rhatdan/master commit#37f9be0 |
|
2062 |
|
|
2063 |
* Tue Jan 27 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-27 |
|
2064 |
- patch to avoid crash in atomic host |
|
2065 |
|
|
2066 |
* Tue Jan 27 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-26 |
|
2067 |
- build docker rhatdan/1.4.1-beta2 commit#0b4cade |
|
2068 |
- build atomic rhatdan/master commit#b8c7b9d |
|
2069 |
- build docker-utils vbatts/master commit#fb94a28 |
|
2070 |
|
|
2071 |
* Fri Jan 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-25 |
|
2072 |
- build atomic commit#fcbc57b with fix for install/upgrade/status |
|
2073 |
- build docker rhatdan/1.4.1-beta2 commit#f476836 |
|
2074 |
|
|
2075 |
* Fri Jan 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-24 |
|
2076 |
- install dockertarsum from github.com/vbatts/docker-utils |
|
2077 |
|
|
2078 |
* Fri Jan 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-23 |
|
2079 |
- build rhatdan/atom commit#ef16d40 |
|
2080 |
- try urlparse from six, else from argparse |
|
2081 |
|
|
2082 |
* Fri Jan 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-22 |
|
2083 |
- use python-argparse to provide urlparse |
|
2084 |
|
|
2085 |
* Fri Jan 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-21 |
|
2086 |
- move atomic bits into -python subpackage |
|
2087 |
|
|
2088 |
* Fri Jan 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-20 |
|
2089 |
- update atom commit#10fc4c8 |
|
2090 |
|
|
2091 |
* Fri Jan 23 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-19 |
|
2092 |
- build rhatdan/1.4.1-beta2 commit#35a8dc5 |
|
2093 |
- --registry-prepend instead of --registry-append |
|
2094 |
|
|
2095 |
* Thu Jan 22 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-18 |
|
2096 |
- don't install nsinit |
|
2097 |
|
|
2098 |
* Thu Jan 22 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-17 |
|
2099 |
- install atomic and manpages |
|
2100 |
- don't provide -devel subpackage |
|
2101 |
|
|
2102 |
* Thu Jan 22 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-16 |
|
2103 |
- install python-websocket-client and python-docker as subpackages |
|
2104 |
|
|
2105 |
* Thu Jan 22 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-15 |
|
2106 |
- build rhatdan/1.4.1-beta2 commit#06670da |
|
2107 |
- install subscription manager |
|
2108 |
|
|
2109 |
* Tue Jan 20 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-14 |
|
2110 |
- increment release number to avoid conflict with 7.0 |
|
2111 |
|
|
2112 |
* Tue Jan 20 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-13 |
|
2113 |
- build rhatdan/1.4.1-beta2 commit#2de8e5d |
|
2114 |
- Resolves: rhbz#1180718 - MountFlags=slave in unitfile |
|
2115 |
|
|
2116 |
* Mon Jan 19 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-12 |
|
2117 |
- build rhatdan/1.4.1-beta2 commit#218805f |
|
2118 |
|
|
2119 |
* Mon Jan 19 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-11 |
|
2120 |
- build rhatdan/1.4.1-beta2 commit#4b7addf |
|
2121 |
|
|
2122 |
* Fri Jan 16 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-10 |
|
2123 |
- build rhatdan/1.4.1-beta2 commit #a0c7884 |
|
2124 |
- socket activation not used |
|
2125 |
- include docker_transition_unconfined boolean info and disable socket |
|
2126 |
activation in /etc/sysconfig/docker |
|
2127 |
- docker group not created |
|
2128 |
|
|
2129 |
* Fri Jan 16 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-9 |
|
2130 |
- run all tests and not just unit tests |
|
2131 |
- replace codegansta.tgz with codegangsta-cli.patch |
|
2132 |
|
|
2133 |
* Thu Jan 15 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-8 |
|
2134 |
- build rhatdan/1.4.1-beta2 commit #6ee2421 |
|
2135 |
|
|
2136 |
* Wed Jan 14 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-7 |
|
2137 |
- build rhatdan/1.4.1-beta2 01a64e011da131869b42be8b2f11f540fd4b8f33 |
|
2138 |
- run tests inside a docker repo during check phase |
|
2139 |
|
|
2140 |
* Mon Jan 12 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-6 |
|
2141 |
- build rhatdan/1.4.1-beta2 01a64e011da131869b42be8b2f11f540fd4b8f33 |
|
2142 |
|
|
2143 |
* Wed Jan 07 2015 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-5 |
|
2144 |
- own /etc/docker |
|
2145 |
- include check for unit tests |
|
2146 |
|
|
2147 |
* Fri Dec 19 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-4 |
|
2148 |
- Install vim and shell completion files in main package itself |
|
2149 |
|
|
2150 |
* Thu Dec 18 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-3 |
|
2151 |
- rename cron script |
|
2152 |
- change enable/disable to true/false |
|
2153 |
|
|
2154 |
* Thu Dec 18 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-2 |
|
2155 |
- Enable the logrotate cron job by default, disable via sysconfig variable |
|
2156 |
- Install docker-network and docker-container-logrotate sysconfig files |
|
2157 |
|
|
2158 |
* Thu Dec 18 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.1-1 |
|
2159 |
- Resolves: rhbz#1174351 - update to 1.4.1 |
|
2160 |
- Provide subpackages for fish and zsh completion and vim syntax highlighting |
|
2161 |
- Provide subpackage to run logrotate on running containers as a daily cron |
|
2162 |
job |
|
2163 |
|
|
2164 |
* Mon Dec 15 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.4.0-1 |
|
2165 |
- Resolves: rhbz#1174266 - update to 1.4.0 |
|
2166 |
- Fixes: CVE-2014-9357, CVE-2014-9358 |
|
2167 |
- uses /etc/docker as cert path |
|
2168 |
- create dockerroot user |
|
2169 |
- skip btrfs version check |
|
2170 |
|
|
2171 |
* Fri Dec 05 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.2-4 |
|
2172 |
- update libcontainer paths |
|
2173 |
- update docker.sysconfig to include DOCKER_TMPDIR |
|
2174 |
- update docker.service unitfile |
|
2175 |
- package provides docker-io-devel |
|
2176 |
|
|
2177 |
* Mon Dec 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.2-3 |
|
2178 |
- revert docker.service change, -H fd:// in sysconfig file |
|
2179 |
|
|
2180 |
* Mon Dec 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.2-2 |
|
2181 |
- update systemd files |
|
2182 |
|
|
2183 |
* Tue Nov 25 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.2-1 |
|
2184 |
- Resolves: rhbz#1167870 - update to v1.3.2 |
|
2185 |
- Fixes CVE-2014-6407, CVE-2014-6408 |
|
2186 |
|
|
2187 |
* Fri Nov 14 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.1-2 |
|
2188 |
- remove unused buildrequires |
|
2189 |
|
|
2190 |
* Thu Nov 13 2014 Lokesh Mandvekar <lsm5@redhat.com> - 1.3.1-1 |
|
2191 |
- bump to upstream v1.3.1 |
|
2192 |
- patch to vendor in go-md2man and deps for manpage generation |
|
2193 |
|
|
2194 |
* Thu Oct 30 2014 Dan Walsh <dwalsh@redhat.com> - 1.2.0-1.8 |
|
2195 |
- Remove docker-rhel entitlment patch. This was buggy and is no longer needed |
|
2196 |
|
|
2197 |
* Mon Oct 20 2014 Dan Walsh <dwalsh@redhat.com> - 1.2.0-1.7 |
|
2198 |
- Add 404 patch to allow docker to continue to try to download updates with |
|
2199 |
- different certs, even if the registry returns 404 error |
|
2200 |
|
|
2201 |
* Tue Oct 7 2014 Eric Paris <eparis@redhat.com> - 1.2.0-1.6 |
|
2202 |
- make docker.socket start/restart when docker starts/restarts |
|
2203 |
|
|
2204 |
* Tue Sep 30 2014 Eric Paris <eparis@redhat.com> - 1.2.0-1.5 |
|
2205 |
- put docker.socket back the right way |
|
2206 |
|
|
2207 |
* Sat Sep 27 2014 Dan Walsh <dwalsh@redhat.com> - 1.2.0-1.4 |
|
2208 |
- Remove docker.socket |
|
2209 |
|
|
2210 |
* Mon Sep 22 2014 Dan Walsh <dwalsh@redhat.com> - 1.2.0-1.2 |
|
2211 |
- Fix docker.service file to use /etc/sysconfig/docker-storage.service |
|
2212 |
|
|
2213 |
* Mon Sep 22 2014 Dan Walsh <dwalsh@redhat.com> - 1.2.0-1.1 |
|
2214 |
- Bump release to 1.2.0 |
|
2215 |
- Add support for /etc/sysconfig/docker-storage |
|
2216 |
- Add Provides:golang(github.com/docker/libcontainer) |
|
2217 |
- Add provides docker-io to get through compatibility issues |
|
2218 |
- Update man pages |
|
2219 |
- Add missing pieces of libcontainer |
|
2220 |
- Devel now obsoletes golang-github-docker-libcontainer-devel |
|
2221 |
- Remove runtime dependency on golang |
|
2222 |
- Fix secrets patch |
|
2223 |
- Add -devel -pkg-devel subpackages |
|
2224 |
- Move libcontainer from -lib to -devel subpackage |
|
2225 |
- Allow docker to use /etc/pki/entitlement for certs |
|
2226 |
- New sources that satisfy nsinit deps |
|
2227 |
- Change docker client certs links |
|
2228 |
- Add nsinit |
|
2229 |
|
|
2230 |
* Tue Sep 2 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-10 |
|
2231 |
- Add docker client entitlement certs |
|
2232 |
|
|
2233 |
* Fri Aug 8 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-9 |
|
2234 |
- Add Matt Heon patch to allow containers to work if machine is not entitled |
|
2235 |
|
|
2236 |
* Thu Aug 7 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-8 |
|
2237 |
- Fix handing of rhel repos |
|
2238 |
|
|
2239 |
* Mon Aug 4 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-6 |
|
2240 |
- Update man pages |
|
2241 |
|
|
2242 |
* Mon Jul 28 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-5 |
|
2243 |
- Fix environment patch |
|
2244 |
- Add /etc/machine-id patch |
|
2245 |
|
|
2246 |
* Fri Jul 25 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-4 |
|
2247 |
- Add Secrets Patch back in |
|
2248 |
|
|
2249 |
* Fri Jul 25 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-3 |
|
2250 |
- Pull in latest docker-1.1.2 code |
|
2251 |
|
|
2252 |
* Fri Jul 25 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-2 |
|
2253 |
- Update to the latest from upstream |
|
2254 |
- Add comment and envoroment patches to allow setting of comments and |
|
2255 |
- enviroment variables from docker import |
|
2256 |
|
|
2257 |
* Wed Jul 23 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.1-3 |
|
2258 |
- Install docker bash completions in proper location |
|
2259 |
- Add audit_write as a default capability |
|
2260 |
|
|
2261 |
* Tue Jul 22 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.1-2 |
|
2262 |
- Update man pages |
|
2263 |
- Fix docker pull registry/repo |
|
2264 |
|
|
2265 |
* Fri Jul 18 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.1-1 |
|
2266 |
- Update to latest from upstream |
|
2267 |
|
|
2268 |
* Mon Jul 14 2014 Dan Walsh <dwalsh@redhat.com> - 1.0.0-10 |
|
2269 |
- Pass otions from /etc/sysconfig/docker into docker.service unit file |
|
2270 |
|
|
2271 |
* Thu Jul 10 2014 Dan Walsh <dwalsh@redhat.com> - 1.0.0-9 |
|
2272 |
- Fix docker-registry patch to handle search |
|
2273 |
|
|
2274 |
* Thu Jul 10 2014 Dan Walsh <dwalsh@redhat.com> - 1.0.0-8 |
|
2275 |
- Re-add %%{_datadir}/rhel/secrets/rhel7.repo |
|
2276 |
|
|
2277 |
* Wed Jul 9 2014 Dan Walsh <dwalsh@redhat.com> - 1.0.0-7 |
|
2278 |
- Patch: Save "COMMENT" field in Dockerfile into image content. |
|
2279 |
- Patch: Update documentation noting that SIGCHLD is not proxied. |
|
2280 |
- Patch: Escape control and nonprintable characters in docker ps |
|
2281 |
- Patch: machine-id: add container id access |
|
2282 |
- Patch: Report child error better (and later) |
|
2283 |
- Patch: Fix invalid fd race |
|
2284 |
- Patch: Super minimal host based secrets |
|
2285 |
- Patch: libcontainer: Mount cgroups in the container |
|
2286 |
- Patch: pkg/cgroups Add GetMounts() and GetAllSubsystems() |
|
2287 |
- Patch: New implementation of /run support |
|
2288 |
- Patch: Error if Docker daemon starts with BTRFS graph driver and SELinux enabled |
|
2289 |
- Patch: Updated CLI documentation for docker pull with notes on specifying URL |
|
2290 |
- Patch: Updated docker pull manpage to reflect ability to specify URL of registry. |
|
2291 |
- Patch: Docker should use /var/tmp for large temporary files. |
|
2292 |
- Patch: Add --registry-append and --registry-replace qualifier to docker daemon |
|
2293 |
- Patch: Increase size of buffer for signals |
|
2294 |
- Patch: Update documentation noting that SIGCHLD is not proxied. |
|
2295 |
- Patch: Escape control and nonprintable characters in docker ps |
|
2296 |
|
|
2297 |
* Tue Jun 24 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-4 |
|
2298 |
- Documentation update for --sig-proxy |
|
2299 |
- increase size of buffer for signals |
|
2300 |
- escape control and nonprintable characters in docker ps |
|
2301 |
|
|
2302 |
* Tue Jun 24 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-3 |
|
2303 |
- Resolves: rhbz#1111769 - CVE-2014-3499 |
|
2304 |
|
|
2305 |
* Thu Jun 19 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-2 |
|
2306 |
- Resolves: rhbz#1109938 - upgrade to upstream version 1.0.0 + patches |
|
2307 |
use repo: https://github.com/lsm5/docker/commits/htb2 |
|
2308 |
- Resolves: rhbz#1109858 - fix race condition with secrets |
|
2309 |
- add machine-id patch: |
|
2310 |
https://github.com/vbatts/docker/commit/4f51757a50349bbbd2282953aaa3fc0e9a989741 |
|
2311 |
|
|
2312 |
* Wed Jun 18 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-1 |
|
2313 |
- Resolves: rhbz#1109938 - upgrade to upstream version 1.0.0 + patches |
|
2314 |
use repo: https://github.com/lsm5/docker/commits/2014-06-18-htb2 |
|
2315 |
- Resolves: rhbz#1110876 - secrets changes required for subscription |
|
2316 |
management |
|
2317 |
- btrfs now available (remove old comment) |
|
2318 |
|
|
2319 |
* Fri Jun 06 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-19 |
|
2320 |
- build with golang-github-kr-pty-0-0.19.git98c7b80.el7 |
|
2321 |
|
|
2322 |
* Fri Jun 06 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-18 |
|
2323 |
- update manpages |
|
2324 |
- use branch: https://github.com/lsm5/docker/commits/2014-06-06-2 |
|
2325 |
|
|
2326 |
* Thu Jun 05 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-17 |
|
2327 |
- use branch: https://github.com/lsm5/docker/commits/2014-06-05-final2 |
|
2328 |
|
|
2329 |
* Thu Jun 05 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-16 |
|
2330 |
- latest repo: https://github.com/lsm5/docker/commits/2014-06-05-5 |
|
2331 |
- update secrets symlinks |
|
2332 |
|
|
2333 |
* Mon Jun 02 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-15 |
|
2334 |
- correct the rhel7.repo symlink |
|
2335 |
|
|
2336 |
* Mon Jun 02 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-14 |
|
2337 |
- only symlink the repo itself, not the dir |
|
2338 |
|
|
2339 |
* Sun Jun 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-13 |
|
2340 |
- use the repo dir itself and not repo for second symlink |
|
2341 |
|
|
2342 |
* Sat May 31 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-12 |
|
2343 |
- create symlinks at install time and not in scriptlets |
|
2344 |
- own symlinks in /etc/docker/secrets |
|
2345 |
|
|
2346 |
* Sat May 31 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-11 |
|
2347 |
- add symlinks for sharing host entitlements |
|
2348 |
|
|
2349 |
* Thu May 29 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-10 |
|
2350 |
- /etc/docker/secrets has permissions 750 |
|
2351 |
|
|
2352 |
* Thu May 29 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-9 |
|
2353 |
- create and own /etc/docker/secrets |
|
2354 |
|
|
2355 |
* Thu May 29 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-8 |
|
2356 |
- don't use docker.sysconfig meant for sysvinit (just to avoid confusion) |
|
2357 |
|
|
2358 |
* Thu May 29 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-7 |
|
2359 |
- install /etc/sysconfig/docker for additional args |
|
2360 |
- use branch 2014-05-29 with modified secrets dir path |
|
2361 |
|
|
2362 |
* Thu May 29 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-6 |
|
2363 |
- secret store patch |
|
2364 |
|
|
2365 |
* Thu May 22 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-5 |
|
2366 |
- native driver: add required capabilities (dotcloud issue #5928) |
|
2367 |
|
|
2368 |
* Thu May 22 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-4 |
|
2369 |
- branch 2014-05-22 |
|
2370 |
- rename rhel-dockerfiles dir to dockerfiles |
|
2371 |
|
|
2372 |
* Wed May 21 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-3 |
|
2373 |
- mount /run with correct selinux label |
|
2374 |
|
|
2375 |
* Mon May 19 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-2 |
|
2376 |
- add btrfs |
|
2377 |
|
|
2378 |
* Mon May 19 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-1 |
|
2379 |
- use latest master |
|
2380 |
- branch: https://github.com/lsm5/docker/commits/2014-05-09-2 |
|
2381 |
|
|
2382 |
* Mon May 19 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-13 |
|
2383 |
- add registry search list patch |
|
2384 |
|
|
2385 |
* Wed May 14 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-12 |
|
2386 |
- include dockerfiles for postgres, systemd/{httpd,mariadb} |
|
2387 |
|
|
2388 |
* Mon May 12 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-11 |
|
2389 |
- add apache, mariadb and mongodb dockerfiles |
|
2390 |
- branch 2014-05-12 |
|
2391 |
|
|
2392 |
* Fri May 09 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-10 |
|
2393 |
- add rhel-dockerfile/mongodb |
|
2394 |
|
|
2395 |
* Fri May 09 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-9 |
|
2396 |
- use branch: https://github.com/lsm5/docker/commits/2014-05-09 |
|
2397 |
- install rhel-dockerfile for apache |
|
2398 |
- cleanup: get rid of conditionals |
|
2399 |
- libcontainer: create dirs/files as needed for bind mounts |
|
2400 |
|
|
2401 |
* Thu May 08 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-8 |
|
2402 |
- fix docker top |
|
2403 |
|
|
2404 |
* Tue May 06 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-7 |
|
2405 |
- set container pid for process in native driver |
|
2406 |
|
|
2407 |
* Tue May 06 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-6 |
|
2408 |
- ensure upstream PR #5529 is included |
|
2409 |
|
|
2410 |
* Mon May 05 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-5 |
|
2411 |
- block push to docker index |
|
2412 |
|
|
2413 |
* Thu May 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-4 |
|
2414 |
- enable selinux in unitfile |
|
2415 |
|
|
2416 |
* Thu May 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-3 |
|
2417 |
- branch https://github.com/lsm5/docker/commits/2014-05-01-2 |
|
2418 |
|
|
2419 |
* Thu May 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-2 |
|
2420 |
- branch https://github.com/lsm5/docker/tree/2014-05-01 |
|
2421 |
|
|
2422 |
* Fri Apr 25 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-1 |
|
2423 |
- renamed (docker-io -> docker) |
|
2424 |
- rebased on 0.10.0 |
|
2425 |
- branch used: https://github.com/lsm5/docker/tree/2014-04-25 |
|
2426 |
- manpages packaged separately (pandoc not available on RHEL-7) |
|
2427 |
|
|
2428 |
* Tue Apr 08 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.1-4.collider |
|
2429 |
- manpages merged, some more patches from alex |
|
2430 |
|
|
2431 |
* Thu Apr 03 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.1-3.collider |
|
2432 |
- fix --volumes-from mount failure, include docker-images/info/tag manpages |
|
2433 |
|
|
2434 |
* Tue Apr 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.1-2.collider |
|
2435 |
- solve deadlock issue |
|
2436 |
|
|
2437 |
* Mon Mar 31 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.1-1.collider |
|
2438 |
- branch 2014-03-28, include additional docker manpages from whenry |
|
2439 |
|
|
2440 |
* Thu Mar 27 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-7.collider |
|
2441 |
- env file support (vbatts) |
|
2442 |
|
|
2443 |
* Mon Mar 17 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-6.collider |
|
2444 |
- dwalsh's selinux patch rewritten |
|
2445 |
- point to my docker repo as source0 (contains all patches already) |
|
2446 |
- don't require tar and libcgroup |
|
2447 |
|
|
2448 |
* Fri Mar 14 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-5.collider |
|
2449 |
- add kraman's container-pid.patch |
|
2450 |
|
|
2451 |
* Fri Mar 14 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-4.collider |
|
2452 |
- require docker.socket in unitfile |
|
2453 |
|
|
2454 |
* Thu Mar 13 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-3.collider |
|
2455 |
- use systemd socket activation |
|
2456 |
|
|
2457 |
* Wed Mar 12 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-2.collider |
|
2458 |
- add collider tag to release field |
|
2459 |
|
|
2460 |
* Tue Mar 11 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-1 |
|
2461 |
- upstream version bump to 0.9.0 |
|
2462 |
|
|
2463 |
* Mon Mar 10 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.1-3 |
|
2464 |
- add alexl's patches upto af9bb2e3d37fcddd5e041d6ae45055f649e2fbd4 |
|
2465 |
- add guelfey/go.dbus to BR |
|
2466 |
|
|
2467 |
* Sun Mar 09 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.1-2 |
|
2468 |
- use upstream commit 3ace9512bdf5c935a716ee1851d3e636e7962fac |
|
2469 |
- add dwalsh's patches for selinux, emacs-gitignore, listen_pid and |
|
2470 |
remount /var/lib/docker as --private |
|
2471 |
|
|
2472 |
* Wed Feb 19 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.1-1 |
|
2473 |
- Bug 1066841 - upstream version bump to v0.8.1 |
|
2474 |
- use sysvinit files from upstream contrib |
|
2475 |
- BR golang >= 1.2-7 |
|
2476 |
|
|
2477 |
* Thu Feb 13 2014 Adam Miller <maxamillion@fedoraproject.org> - 0.8.0-3 |
|
2478 |
- Remove unneeded sysctl settings in initscript |
|
2479 |
https://github.com/dotcloud/docker/pull/4125 |
|
2480 |
|
|
2481 |
* Sat Feb 08 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.0-2 |
|
2482 |
- ignore btrfs for rhel7 and clones for now |
|
2483 |
- include vim syntax highlighting from contrib/syntax/vim |
|
2484 |
|
|
2485 |
* Wed Feb 05 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.0-1 |
|
2486 |
- upstream version bump |
|
2487 |
- don't use btrfs for rhel6 and clones (yet) |
|
2488 |
|
|
2489 |
* Mon Jan 20 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.6-2 |
|
2490 |
- bridge-utils only for rhel < 7 |
|
2491 |
- discard freespace when image is removed |
|
2492 |
|
|
2493 |
* Thu Jan 16 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.6-1 |
|
2494 |
- upstream version bump v0.7.6 |
|
2495 |
- built with golang >= 1.2 |
|
2496 |
|
|
2497 |
* Thu Jan 09 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.5-1 |
|
2498 |
- upstream version bump to 0.7.5 |
|
2499 |
|
|
2500 |
* Thu Jan 09 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.4-1 |
|
2501 |
- upstream version bump to 0.7.4 (BZ #1049793) |
|
2502 |
- udev rules file from upstream contrib |
|
2503 |
- unit file firewalld not used, description changes |
|
2504 |
|
|
2505 |
* Mon Jan 06 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.3-3 |
|
2506 |
- udev rules typo fixed (BZ 1048775) |
|
2507 |
|
|
2508 |
* Sat Jan 04 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.3-2 |
|
2509 |
- missed commit value in release 1, updated now |
|
2510 |
- upstream release monitoring (BZ 1048441) |
|
2511 |
|
|
2512 |
* Sat Jan 04 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.3-1 |
|
2513 |
- upstream release bump to v0.7.3 |
|
2514 |
|
|
2515 |
* Thu Dec 19 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.2-2 |
|
2516 |
- require xz to work with ubuntu images (BZ #1045220) |
|
2517 |
|
|
2518 |
* Wed Dec 18 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.2-1 |
|
2519 |
- upstream release bump to v0.7.2 |
|
2520 |
|
|
2521 |
* Fri Dec 06 2013 Vincent Batts <vbatts@redhat.com> - 0.7.1-1 |
|
2522 |
- upstream release of v0.7.1 |
|
2523 |
|
|
2524 |
* Mon Dec 02 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-14 |
|
2525 |
- sysvinit patch corrected (epel only) |
|
2526 |
- 80-docker.rules unified for udisks1 and udisks2 |
|
2527 |
|
|
2528 |
* Mon Dec 02 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-13 |
|
2529 |
- removed firewall-cmd --add-masquerade |
|
2530 |
|
|
2531 |
* Sat Nov 30 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-12 |
|
2532 |
- systemd for fedora >= 18 |
|
2533 |
- firewalld in unit file changed from Requires to Wants |
|
2534 |
- firewall-cmd --add-masquerade after docker daemon start in unit file |
|
2535 |
(Michal Fojtik <mfojtik@redhat.com>), continue if not present (Michael Young |
|
2536 |
<m.a.young@durham.ac.uk>) |
|
2537 |
- 80-docker.rules included for epel too, ENV variables need to be changed for |
|
2538 |
udisks1 |
|
2539 |
|
|
2540 |
* Fri Nov 29 2013 Marek Goldmann <mgoldman@redhat.com> - 0.7.0-11 |
|
2541 |
- Redirect docker log to /var/log/docker (epel only) |
|
2542 |
- Removed the '-b none' parameter from sysconfig, it's unnecessary since |
|
2543 |
we create the bridge now automatically (epel only) |
|
2544 |
- Make sure we have the cgconfig service started before we start docker, |
|
2545 |
RHBZ#1034919 (epel only) |
|
2546 |
|
|
2547 |
* Thu Nov 28 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-10 |
|
2548 |
- udev rules added for fedora >= 19 BZ 1034095 |
|
2549 |
- epel testing pending |
|
2550 |
|
|
2551 |
* Thu Nov 28 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-9 |
|
2552 |
- requires and started after firewalld |
|
2553 |
|
|
2554 |
* Thu Nov 28 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-8 |
|
2555 |
- iptables-fix patch corrected |
|
2556 |
|
|
2557 |
* Thu Nov 28 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-7 |
|
2558 |
- use upstream tarball and patch with mgoldman's commit |
|
2559 |
|
|
2560 |
* Thu Nov 28 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-6 |
|
2561 |
- using mgoldman's shortcommit value 0ff9bc1 for package (BZ #1033606) |
|
2562 |
- https://github.com/dotcloud/docker/pull/2907 |
|
2563 |
|
|
2564 |
* Wed Nov 27 2013 Adam Miller <maxamillion@fedoraproject.org> - 0.7.0-5 |
|
2565 |
- Fix up EL6 preun/postun to not fail on postun scripts |
|
2566 |
|
|
2567 |
* Wed Nov 27 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-4 |
|
2568 |
- brctl patch for rhel <= 7 |
|
2569 |
|
|
2570 |
* Wed Nov 27 2013 Vincent Batts <vbatts@redhat.com> - 0.7.0-3 |
|
2571 |
- Patch how the bridge network is set up on RHEL (BZ #1035436) |
|
2572 |
|
|
2573 |
* Wed Nov 27 2013 Vincent Batts <vbatts@redhat.com> - 0.7.0-2 |
|
2574 |
- add libcgroup require (BZ #1034919) |
|
2575 |
|
|
2576 |
* Tue Nov 26 2013 Marek Goldmann <mgoldman@redhat.com> - 0.7.0-1 |
|
2577 |
- Upstream release 0.7.0 |
|
2578 |
- Using upstream script to build the binary |
|
2579 |
|
|
2580 |
* Mon Nov 25 2013 Vincent Batts <vbatts@redhat.com> - 0.7-0.20.rc7 |
|
2581 |
- correct the build time defines (bz#1026545). Thanks dan-fedora. |
|
2582 |
|
|
2583 |
* Fri Nov 22 2013 Adam Miller <maxamillion@fedoraproject.org> - 0.7-0.19.rc7 |
|
2584 |
- Remove xinetd entry, added sysvinit |
|
2585 |
|
|
2586 |
* Fri Nov 22 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.18.rc7 |
|
2587 |
- rc version bump |
|
2588 |
|
|
2589 |
* Wed Nov 20 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.17.rc6 |
|
2590 |
- removed ExecStartPost lines from docker.service (BZ #1026045) |
|
2591 |
- dockerinit listed in files |
|
2592 |
|
|
2593 |
* Wed Nov 20 2013 Vincent Batts <vbatts@redhat.com> - 0.7-0.16.rc6 |
|
2594 |
- adding back the none bridge patch |
|
2595 |
|
|
2596 |
* Wed Nov 20 2013 Vincent Batts <vbatts@redhat.com> - 0.7-0.15.rc6 |
|
2597 |
- update docker source to crosbymichael/0.7.0-rc6 |
|
2598 |
- bridge-patch is not needed on this branch |
|
2599 |
|
|
2600 |
* Tue Nov 19 2013 Vincent Batts <vbatts@redhat.com> - 0.7-0.14.rc5 |
|
2601 |
- update docker source to crosbymichael/0.7-rc5 |
|
2602 |
- update docker source to 457375ea370a2da0df301d35b1aaa8f5964dabfe |
|
2603 |
- static magic |
|
2604 |
- place dockerinit in a libexec |
|
2605 |
- add sqlite dependency |
|
2606 |
|
|
2607 |
* Sat Nov 02 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.13.dm |
|
2608 |
- docker.service file sets iptables rules to allow container networking, this |
|
2609 |
is a stopgap approach, relevant pull request here: |
|
2610 |
https://github.com/dotcloud/docker/pull/2527 |
|
2611 |
|
|
2612 |
* Sat Oct 26 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.12.dm |
|
2613 |
- dm branch |
|
2614 |
- dockerinit -> docker-init |
|
2615 |
|
|
2616 |
* Tue Oct 22 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.11.rc4 |
|
2617 |
- passing version information for docker build BZ #1017186 |
|
2618 |
|
|
2619 |
* Sat Oct 19 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.10.rc4 |
|
2620 |
- rc version bump |
|
2621 |
- docker-init -> dockerinit |
|
2622 |
- zsh completion script installed to /usr/share/zsh/site-functions |
|
2623 |
|
|
2624 |
* Fri Oct 18 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.9.rc3 |
|
2625 |
- lxc-docker version matches package version |
|
2626 |
|
|
2627 |
* Fri Oct 18 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.8.rc3 |
|
2628 |
- double quotes removed from buildrequires as per existing golang rules |
|
2629 |
|
|
2630 |
* Fri Oct 11 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.7.rc3 |
|
2631 |
- xinetd file renamed to docker.xinetd for clarity |
|
2632 |
|
|
2633 |
* Thu Oct 10 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.6.rc3 |
|
2634 |
- patched for el6 to use sphinx-1.0-build |
|
2635 |
|
|
2636 |
* Wed Oct 09 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.5.rc3 |
|
2637 |
- rc3 version bump |
|
2638 |
- exclusivearch x86_64 |
|
2639 |
|
|
2640 |
* Wed Oct 09 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.4.rc2 |
|
2641 |
- debuginfo not Go-ready yet, skipped |
|
2642 |
|
|
2643 |
* Wed Oct 09 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.3.rc2 |
|
2644 |
- debuginfo package generated |
|
2645 |
- buildrequires listed with versions where needed |
|
2646 |
- conditionals changed to reflect systemd or not |
|
2647 |
- docker commit value not needed |
|
2648 |
- versioned provides lxc-docker |
|
2649 |
|
|
2650 |
* Mon Oct 07 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-2.rc2 |
|
2651 |
- rc branch includes devmapper |
|
2652 |
- el6 BZ #1015865 fix included |
|
2653 |
|
|
2654 |
* Sun Oct 06 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-1 |
|
2655 |
- version bump, includes devicemapper |
|
2656 |
- epel conditionals included |
|
2657 |
- buildrequires sqlite-devel |
|
2658 |
|
|
2659 |
* Fri Oct 04 2013 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.6.3-4.devicemapper |
|
2660 |
- docker-io service enables IPv4 and IPv6 forwarding |
|
2661 |
- docker user not needed |
|
2662 |
- golang not supported on ppc64, docker-io excluded too |
|
2663 |
|
|
2664 |
* Thu Oct 03 2013 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.6.3-3.devicemapper |
|
2665 |
- Docker rebuilt with latest kr/pty, first run issue solved |
|
2666 |
|
|
2667 |
* Fri Sep 27 2013 Marek Goldmann <mgoldman@redhat.com> - 0.6.3-2.devicemapper |
|
2668 |
- Remove setfcap from lxc.cap.drop to make setxattr() calls working in the |
|
2669 |
containers, RHBZ#1012952 |
|
2670 |
|
|
2671 |
* Thu Sep 26 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.3-1.devicemapper |
|
2672 |
- version bump |
|
2673 |
- new version solves docker push issues |
|
2674 |
|
|
2675 |
* Tue Sep 24 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-14.devicemapper |
|
2676 |
- package requires lxc |
|
2677 |
|
|
2678 |
* Tue Sep 24 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-13.devicemapper |
|
2679 |
- package requires tar |
|
2680 |
|
|
2681 |
* Tue Sep 24 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-12.devicemapper |
|
2682 |
- /var/lib/docker installed |
|
2683 |
- package also provides lxc-docker |
|
2684 |
|
|
2685 |
* Mon Sep 23 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-11.devicemapper |
|
2686 |
- better looking url |
|
2687 |
|
|
2688 |
* Mon Sep 23 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-10.devicemapper |
|
2689 |
- release tag changed to denote devicemapper patch |
|
2690 |
|
|
2691 |
* Mon Sep 23 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-9 |
|
2692 |
- device-mapper-devel is a buildrequires for alex's code |
|
2693 |
- docker.service listed as a separate source file |
|
2694 |
|
|
2695 |
* Sun Sep 22 2013 Matthew Miller <mattdm@fedoraproject.org> 0.6.2-8 |
|
2696 |
- install bash completion |
|
2697 |
- use -v for go build to show progress |
|
2698 |
|
|
2699 |
* Sun Sep 22 2013 Matthew Miller <mattdm@fedoraproject.org> 0.6.2-7 |
|
2700 |
- build and install separate docker-init |
|
2701 |
|
|
2702 |
* Sun Sep 22 2013 Matthew Miller <mattdm@fedoraproject.org> 0.6.2-4 |
|
2703 |
- update to use new source-only golang lib packages |
|
2704 |
|
|
2705 |
* Sat Sep 21 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-3 |
|
2706 |
- man page generation from docs/. |
|
2707 |
- systemd service file created |
|
2708 |
- dotcloud/tar no longer required |
|
2709 |
|
|
2710 |
* Fri Sep 20 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-2 |
|
2711 |
- patched with alex larsson's devmapper code |
|
2712 |
|
|
2713 |
* Wed Sep 18 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-1 |
|
2714 |
- Version bump |
|
2715 |
|
|
2716 |
* Tue Sep 10 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.1-2 |
|
2717 |
- buildrequires updated |
|
2718 |
- package renamed to docker-io |
|
2719 |
|
|
2720 |
* Fri Aug 30 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.1-1 |
|
2721 |
- Version bump |
|
2722 |
- Package name change from lxc-docker to docker |
|
2723 |
- Makefile patched from 0.5.3 |
|
2724 |
|
|
2725 |
* Wed Aug 28 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.5.3-5 |
|
2726 |
- File permissions settings included |
|
2727 |
|
|
2728 |
* Wed Aug 28 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.5.3-4 |
|
2729 |
- Credits in changelog modified as per reference's request |
|
2730 |
|
|
2731 |
* Tue Aug 27 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.5.3-3 |
|
2732 |
- Dependencies listed as rpm packages instead of tars |
|
2733 |
- Install section added |
|
2734 |
|
|
2735 |
* Mon Aug 26 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.5.3-2 |
|
2736 |
- Github packaging |
|
2737 |
- Deps not downloaded at build time courtesy Elan Ruusamäe |
|
2738 |
- Manpage and other docs installed |
|
2739 |
|
|
2740 |
* Fri Aug 23 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.5.3-1 |
|
2741 |
- Initial fedora package |
|
2742 |
- Some credit to Elan Ruusamäe (glen@pld-linux.org) |