|
|
bf7bdc |
# modifying the dockerinit binary breaks the SHA1 sum check by docker
|
|
|
bf7bdc |
%global __os_install_post %{_rpmconfigdir}/brp-compress
|
|
|
bf7bdc |
|
|
|
bf7bdc |
#debuginfo not supported with Go
|
|
|
bf7bdc |
%global debug_package %{nil}
|
|
|
bf7bdc |
%global gopath %{_datadir}/gocode
|
|
|
bf7bdc |
|
|
|
bf7bdc |
%global import_path github.com/docker/docker
|
|
|
bf7bdc |
%global commit 2a2f26c1979cdaed884c765ea3dd203543e7e284
|
|
|
bf7bdc |
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
bf7bdc |
|
|
|
bf7bdc |
Name: docker
|
|
|
bf7bdc |
Version: 1.2.0
|
|
|
bf7bdc |
Release: 1.8%{?dist}
|
|
|
bf7bdc |
Summary: Automates deployment of containerized applications
|
|
|
bf7bdc |
License: ASL 2.0
|
|
|
bf7bdc |
|
|
|
bf7bdc |
URL: http://www.docker.io
|
|
|
bf7bdc |
# only x86_64 for now: https://github.com/docker/docker/issues/136
|
|
|
bf7bdc |
ExclusiveArch: x86_64
|
|
|
bf7bdc |
Source0: https://github.com/rhatdan/docker/archive/%{commit}/docker-%{shortcommit}.tar.gz
|
|
|
bf7bdc |
Patch1: 0001-On-Red-Hat-Registry-Servers-we-return-404-on-certifi.patch
|
|
|
bf7bdc |
Patch2: docker-reverse-entitlement.patch
|
|
|
bf7bdc |
# though final name for sysconf/sysvinit files is simply 'docker',
|
|
|
bf7bdc |
# having .sysvinit and .sysconfig makes things clear
|
|
|
bf7bdc |
Source1: docker.service
|
|
|
bf7bdc |
Source2: docker-man-3.tar.gz
|
|
|
bf7bdc |
Source3: docker.sysconfig
|
|
|
bf7bdc |
# docker: systemd socket activation results in privilege escalation
|
|
|
bf7bdc |
Source4: docker.socket
|
|
|
bf7bdc |
Source5: codegansta.tgz
|
|
|
bf7bdc |
Source6: docker-storage.sysconfig
|
|
|
bf7bdc |
BuildRequires: gcc
|
|
|
bf7bdc |
BuildRequires: glibc-static
|
|
|
bf7bdc |
# ensure build uses golang 1.2-7 and above
|
|
|
bf7bdc |
# http://code.google.com/p/go/source/detail?r=a15f344a9efa35ef168c8feaa92a15a1cdc93db5
|
|
|
bf7bdc |
BuildRequires: golang >= 1.3.1
|
|
|
bf7bdc |
BuildRequires: golang(github.com/gorilla/mux) >= 0-0.12
|
|
|
bf7bdc |
BuildRequires: golang(github.com/kr/pty) >= 0-0.20
|
|
|
bf7bdc |
BuildRequires: golang(code.google.com/p/go.net/websocket)
|
|
|
bf7bdc |
BuildRequires: golang(code.google.com/p/gosqlite/sqlite3)
|
|
|
bf7bdc |
BuildRequires: golang(github.com/syndtr/gocapability/capability) >= 0-0.6
|
|
|
bf7bdc |
BuildRequires: golang(github.com/godbus/dbus)
|
|
|
bf7bdc |
BuildRequires: golang(github.com/coreos/go-systemd/activation) >= 2-2
|
|
|
bf7bdc |
#BuildRequires: golang(github.com/codegangsta/cli)
|
|
|
bf7bdc |
BuildRequires: device-mapper-devel
|
|
|
bf7bdc |
BuildRequires: btrfs-progs-devel
|
|
|
bf7bdc |
BuildRequires: pkgconfig(systemd)
|
|
|
bf7bdc |
Requires: systemd-units
|
|
|
bf7bdc |
# need xz to work with ubuntu images
|
|
|
bf7bdc |
Requires: xz
|
|
|
bf7bdc |
|
|
|
bf7bdc |
Provides: lxc-docker = %{version}
|
|
|
bf7bdc |
Provides: docker
|
|
|
bf7bdc |
Provides: docker-io
|
|
|
bf7bdc |
Provides: nsinit
|
|
|
bf7bdc |
|
|
|
bf7bdc |
%description
|
|
|
bf7bdc |
Docker is an open-source engine that automates the deployment of any
|
|
|
bf7bdc |
application as a lightweight, portable, self-sufficient container that will
|
|
|
bf7bdc |
run virtually anywhere.
|
|
|
bf7bdc |
|
|
|
bf7bdc |
Docker containers can encapsulate any payload, and will run consistently on
|
|
|
bf7bdc |
and between virtually any server. The same container that a developer builds
|
|
|
bf7bdc |
and tests on a laptop will run at scale, in production*, on VMs, bare-metal
|
|
|
bf7bdc |
servers, OpenStack clusters, public instances, or combinations of the above.
|
|
|
bf7bdc |
|
|
|
bf7bdc |
%package devel
|
|
|
bf7bdc |
BuildRequires: golang
|
|
|
bf7bdc |
Summary: A golang registry for global request variables (source libraries)
|
|
|
bf7bdc |
Provides: docker-pkg-devel docker-io-pkg-devel
|
|
|
bf7bdc |
Provides: golang(github.com/docker/libcontainer)
|
|
|
bf7bdc |
Provides: golang(%{import_path}) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/api) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/api/client) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/api/server) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/archive) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/builtins) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/contrib) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/contrib/docker-device-tool) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/contrib/host-integration) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon/execdriver) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon/execdriver/execdrivers) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon/execdriver/lxc) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon/execdriver/native) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon/execdriver/native/configuration) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon/execdriver/native/template) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon/graphdriver) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon/graphdriver/aufs) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon/graphdriver/btrfs) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon/graphdriver/devmapper) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon/graphdriver/graphtest) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon/graphdriver/vfs) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon/networkdriver) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon/networkdriver/bridge) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon/networkdriver/ipallocator) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon/networkdriver/portallocator) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/daemon/networkdriver/portmapper) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/dockerversion) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/engine) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/graph) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/image) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/integration) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/integration-cli) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/links) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/nat) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/opts) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/registry) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/runconfig) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/utils) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/utils/broadcastwriter) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/graphdb) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/iptables) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/listenbuffer) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/mflag) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/mflag/example) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/mount) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/namesgenerator) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/networkfs/etchosts) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/networkfs/resolvconf) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/proxy) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/signal) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/symlink) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/sysinfo) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/system) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/systemd) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/tailfile) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/term) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/testutils) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/truncindex) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/units) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/user) = %{version}-%{release}
|
|
|
bf7bdc |
Provides: golang(%{import_path}/pkg/version) = %{version}-%{release}
|
|
|
bf7bdc |
|
|
|
bf7bdc |
Obsoletes: golang-github-docker-libcontainer-devel
|
|
|
bf7bdc |
|
|
|
bf7bdc |
%description devel
|
|
|
bf7bdc |
This is the source libraries for docker.
|
|
|
bf7bdc |
|
|
|
bf7bdc |
%prep
|
|
|
bf7bdc |
%setup -q -n docker-%{commit}
|
|
|
bf7bdc |
%patch1 -p1 -b .404
|
|
|
bf7bdc |
%patch2 -p1 -b .entitlement
|
|
|
bf7bdc |
tar zxf %{SOURCE2}
|
|
|
bf7bdc |
tar zxf %{SOURCE5}
|
|
|
bf7bdc |
|
|
|
bf7bdc |
%build
|
|
|
bf7bdc |
mkdir _build
|
|
|
bf7bdc |
|
|
|
bf7bdc |
pushd _build
|
|
|
bf7bdc |
mkdir -p src/github.com/docker
|
|
|
bf7bdc |
ln -s $(dirs +1 -l) src/github.com/docker/docker
|
|
|
bf7bdc |
popd
|
|
|
bf7bdc |
|
|
|
bf7bdc |
export DOCKER_GITCOMMIT="%{shortcommit}/%{version}"
|
|
|
bf7bdc |
export DOCKER_BUILDTAGS='selinux'
|
|
|
bf7bdc |
export GOPATH=$(pwd)/_build:$(pwd)/vendor:%{gopath}
|
|
|
bf7bdc |
|
|
|
bf7bdc |
hack/make.sh dynbinary
|
|
|
bf7bdc |
cp contrib/syntax/vim/LICENSE LICENSE-vim-syntax
|
|
|
bf7bdc |
cp contrib/syntax/vim/README.md README-vim-syntax.md
|
|
|
bf7bdc |
|
|
|
bf7bdc |
#build nsinit
|
|
|
bf7bdc |
pushd $(pwd)/_build/src
|
|
|
bf7bdc |
go build github.com/docker/libcontainer/nsinit
|
|
|
bf7bdc |
popd
|
|
|
bf7bdc |
|
|
|
bf7bdc |
%install
|
|
|
bf7bdc |
# install binary
|
|
|
bf7bdc |
install -d %{buildroot}%{_bindir}
|
|
|
bf7bdc |
install -p -m 755 bundles/%{version}/dynbinary/docker-%{version} %{buildroot}%{_bindir}/docker
|
|
|
bf7bdc |
|
|
|
bf7bdc |
# install dockerinit
|
|
|
bf7bdc |
install -d %{buildroot}%{_libexecdir}/docker
|
|
|
bf7bdc |
install -p -m 755 bundles/%{version}/dynbinary/dockerinit-%{version} %{buildroot}%{_libexecdir}/docker/dockerinit
|
|
|
bf7bdc |
|
|
|
bf7bdc |
# install manpages
|
|
|
bf7bdc |
install -d %{buildroot}%{_mandir}/man1
|
|
|
bf7bdc |
install -p -m 644 man1/* %{buildroot}%{_mandir}/man1
|
|
|
bf7bdc |
install -d %{buildroot}%{_mandir}/man5
|
|
|
bf7bdc |
install -p -m 644 man5/* %{buildroot}%{_mandir}/man5
|
|
|
bf7bdc |
|
|
|
bf7bdc |
# install bash completion
|
|
|
bf7bdc |
install -d %{buildroot}%{_datadir}/bash-completion/completions/
|
|
|
bf7bdc |
install -p -m 644 contrib/completion/bash/docker %{buildroot}%{_datadir}/bash-completion/completions/
|
|
|
bf7bdc |
|
|
|
bf7bdc |
# install zsh completion
|
|
|
bf7bdc |
install -d %{buildroot}%{_datadir}/zsh/site-functions
|
|
|
bf7bdc |
install -p -m 644 contrib/completion/zsh/_docker %{buildroot}%{_datadir}/zsh/site-functions
|
|
|
bf7bdc |
|
|
|
bf7bdc |
# install vim syntax highlighting
|
|
|
bf7bdc |
install -d %{buildroot}%{_datadir}/vim/vimfiles/{doc,ftdetect,syntax}
|
|
|
bf7bdc |
install -p -m 644 contrib/syntax/vim/doc/dockerfile.txt %{buildroot}%{_datadir}/vim/vimfiles/doc
|
|
|
bf7bdc |
install -p -m 644 contrib/syntax/vim/ftdetect/dockerfile.vim %{buildroot}%{_datadir}/vim/vimfiles/ftdetect
|
|
|
bf7bdc |
install -p -m 644 contrib/syntax/vim/syntax/dockerfile.vim %{buildroot}%{_datadir}/vim/vimfiles/syntax
|
|
|
bf7bdc |
|
|
|
bf7bdc |
# install udev rules
|
|
|
bf7bdc |
install -d %{buildroot}%{_sysconfdir}/udev/rules.d
|
|
|
bf7bdc |
install -p -m 755 contrib/udev/80-docker.rules %{buildroot}%{_sysconfdir}/udev/rules.d
|
|
|
bf7bdc |
|
|
|
bf7bdc |
# install storage dir
|
|
|
bf7bdc |
install -d -m 700 %{buildroot}%{_sharedstatedir}/docker
|
|
|
bf7bdc |
|
|
|
bf7bdc |
# install systemd/init scripts
|
|
|
bf7bdc |
install -d %{buildroot}%{_unitdir}
|
|
|
bf7bdc |
install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}
|
|
|
bf7bdc |
install -p -m 644 %{SOURCE4} %{buildroot}%{_unitdir}
|
|
|
bf7bdc |
# for additional args
|
|
|
bf7bdc |
install -d %{buildroot}%{_sysconfdir}/sysconfig/
|
|
|
bf7bdc |
install -p -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/docker
|
|
|
bf7bdc |
install -p -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/sysconfig/docker-storage
|
|
|
bf7bdc |
|
|
|
bf7bdc |
# install secrets dir
|
|
|
bf7bdc |
install -d -p -m 750 %{buildroot}/%{_datadir}/rhel/secrets
|
|
|
bf7bdc |
# rhbz#1110876 - update symlinks for subscription management
|
|
|
bf7bdc |
ln -s %{_sysconfdir}/pki/entitlement %{buildroot}%{_datadir}/rhel/secrets/etc-pki-entitlement
|
|
|
bf7bdc |
ln -s %{_sysconfdir}/rhsm %{buildroot}%{_datadir}/rhel/secrets/rhsm
|
|
|
bf7bdc |
ln -s %{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/rhel/secrets/rhel7.repo
|
|
|
bf7bdc |
|
|
|
bf7bdc |
mkdir -p %{buildroot}/etc/docker/certs.d/redhat.com
|
|
|
bf7bdc |
ln -s /etc/rhsm/ca/redhat-uep.pem %{buildroot}/etc/docker/certs.d/redhat.com/redhat-ca.crt
|
|
|
bf7bdc |
|
|
|
bf7bdc |
# Install nsinit
|
|
|
bf7bdc |
install -d -p %{buildroot}%{gopath}/src/github.com/docker/libcontainer/nsinit
|
|
|
bf7bdc |
cp -pav vendor/src/github.com/docker/libcontainer/nsinit/*.go %{buildroot}%{gopath}/src/github.com/docker/libcontainer/nsinit
|
|
|
bf7bdc |
install -d %{buildroot}%{_bindir}
|
|
|
bf7bdc |
install -p -m 755 ./_build/src/nsinit %{buildroot}%{_bindir}/nsinit
|
|
|
bf7bdc |
|
|
|
bf7bdc |
# Install libcontainer
|
|
|
bf7bdc |
for dir in . apparmor cgroups cgroups/fs cgroups/systemd \
|
|
|
bf7bdc |
console devices label mount mount/nodes namespaces \
|
|
|
bf7bdc |
netlink network nsinit security/capabilities \
|
|
|
bf7bdc |
security/restrict selinux syncpipe system user utils
|
|
|
bf7bdc |
do
|
|
|
bf7bdc |
install -d -p %{buildroot}%{gopath}/src/github.com/docker/libcontainer/$dir
|
|
|
bf7bdc |
cp -pav vendor/src/github.com/docker/libcontainer/$dir/*.go %{buildroot}%{gopath}/src/github.com/docker/libcontainer/$dir
|
|
|
bf7bdc |
done
|
|
|
bf7bdc |
|
|
|
bf7bdc |
# sources
|
|
|
bf7bdc |
install -d -p %{buildroot}/%{gopath}/src/%{import_path}
|
|
|
bf7bdc |
|
|
|
bf7bdc |
for dir in api archive builtins daemon dockerversion engine graph \
|
|
|
bf7bdc |
image links nat opts pkg registry runconfig utils
|
|
|
bf7bdc |
do
|
|
|
bf7bdc |
echo $dir
|
|
|
bf7bdc |
cp -pav $dir %{buildroot}/%{gopath}/src/%{import_path}/
|
|
|
bf7bdc |
done
|
|
|
bf7bdc |
find %{buildroot}/%{gopath}/src/%{import_path}/ -name \*.registry -delete
|
|
|
bf7bdc |
|
|
|
bf7bdc |
%pre
|
|
|
bf7bdc |
getent group docker > /dev/null || %{_sbindir}/groupadd -r docker
|
|
|
bf7bdc |
exit 0
|
|
|
bf7bdc |
|
|
|
bf7bdc |
%post
|
|
|
bf7bdc |
%systemd_post docker.service
|
|
|
bf7bdc |
|
|
|
bf7bdc |
%preun
|
|
|
bf7bdc |
%systemd_preun docker.service
|
|
|
bf7bdc |
|
|
|
bf7bdc |
%postun
|
|
|
bf7bdc |
%systemd_postun_with_restart docker.service
|
|
|
bf7bdc |
|
|
|
bf7bdc |
%files
|
|
|
bf7bdc |
%defattr(-,root,root,-)
|
|
|
bf7bdc |
%doc AUTHORS CHANGELOG.md CONTRIBUTING.md MAINTAINERS NOTICE
|
|
|
bf7bdc |
%doc LICENSE* README*.md
|
|
|
bf7bdc |
%{_mandir}/man1/*
|
|
|
bf7bdc |
%{_mandir}/man5/*
|
|
|
bf7bdc |
%{_bindir}/docker
|
|
|
bf7bdc |
%dir %{_datadir}/rhel
|
|
|
bf7bdc |
%dir %{_datadir}/rhel/secrets
|
|
|
bf7bdc |
%{_datadir}/rhel/secrets/etc-pki-entitlement
|
|
|
bf7bdc |
%{_datadir}/rhel/secrets/rhel7.repo
|
|
|
bf7bdc |
%{_datadir}/rhel/secrets/rhsm
|
|
|
bf7bdc |
%dir %{_libexecdir}/docker
|
|
|
bf7bdc |
%{_libexecdir}/docker/dockerinit
|
|
|
bf7bdc |
%{_unitdir}/docker.service
|
|
|
bf7bdc |
%{_unitdir}/docker.socket
|
|
|
bf7bdc |
%config(noreplace) %{_sysconfdir}/sysconfig/docker
|
|
|
bf7bdc |
%config(noreplace) %{_sysconfdir}/sysconfig/docker-storage
|
|
|
bf7bdc |
%{_sysconfdir}/docker/certs.d
|
|
|
bf7bdc |
#%{_sysconfdir}/docker/certs.d/redhat.com
|
|
|
bf7bdc |
#%{_sysconfdir}/docker/certs.d/redhat.com/redhat-ca.crt
|
|
|
bf7bdc |
%{_datadir}/bash-completion/completions/docker
|
|
|
bf7bdc |
%{_datadir}/zsh/site-functions/_docker
|
|
|
bf7bdc |
%dir %{_sharedstatedir}/docker
|
|
|
bf7bdc |
%dir %{_sysconfdir}/udev/rules.d
|
|
|
bf7bdc |
%{_sysconfdir}/udev/rules.d/80-docker.rules
|
|
|
bf7bdc |
%dir %{_datadir}/vim/vimfiles/doc
|
|
|
bf7bdc |
%{_datadir}/vim/vimfiles/doc/dockerfile.txt
|
|
|
bf7bdc |
%dir %{_datadir}/vim/vimfiles/ftdetect
|
|
|
bf7bdc |
%{_datadir}/vim/vimfiles/ftdetect/dockerfile.vim
|
|
|
bf7bdc |
%dir %{_datadir}/vim/vimfiles/syntax
|
|
|
bf7bdc |
%{_datadir}/vim/vimfiles/syntax/dockerfile.vim
|
|
|
bf7bdc |
%{_bindir}/nsinit
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/nsinit
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/nsinit/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/runconfig
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/runconfig/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/utils
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/utils/*.go
|
|
|
bf7bdc |
|
|
|
bf7bdc |
%files devel
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/api
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/api/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/api/README.md
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/api/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/api/client
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/api/client/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/api/server
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/api/server/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/api/server/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/archive
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/archive/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/archive/README.md
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/archive/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/archive/testdata
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/archive/testdata/broken.tar
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/builtins
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/builtins/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/*.go
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/README.md
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon/execdriver
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/execdriver/*.go
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/execdriver/MAINTAINERS
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon/execdriver/execdrivers
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/execdriver/execdrivers/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon/execdriver/lxc
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/execdriver/lxc/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/execdriver/lxc/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon/execdriver/native
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/execdriver/native/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon/execdriver/native/configuration
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/execdriver/native/configuration/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon/execdriver/native/template
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/execdriver/native/template/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon/graphdriver
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/graphdriver/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon/graphdriver/aufs
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/graphdriver/aufs/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon/graphdriver/btrfs
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/graphdriver/btrfs/*.go
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/graphdriver/btrfs/MAINTAINERS
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon/graphdriver/devmapper
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/graphdriver/devmapper/*.go
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/graphdriver/devmapper/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/graphdriver/devmapper/README.md
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon/graphdriver/graphtest
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/graphdriver/graphtest/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon/graphdriver/vfs
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/graphdriver/vfs/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon/networkdriver
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon/networkdriver/bridge
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/networkdriver/bridge/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon/networkdriver/ipallocator
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/networkdriver/ipallocator/*.go
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/networkdriver/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon/networkdriver/portallocator
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/networkdriver/portallocator/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/daemon/networkdriver/portmapper
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/daemon/networkdriver/portmapper/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/dockerversion
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/dockerversion/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/engine
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/engine/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/engine/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/graph
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/graph/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/graph/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/image
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/image/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/links
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/links/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/nat
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/nat/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/opts
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/opts/*.go
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/registry
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/runconfig
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/runconfig/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/utils
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/utils/*.go
|
|
|
bf7bdc |
#libcontainer
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/apparmor
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/cgroups
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/cgroups/fs
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/cgroups/systemd
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/console
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/devices
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/label
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/mount
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/mount/nodes
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/namespaces
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/netlink
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/network
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/nsinit
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/security
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/security/capabilities
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/security/restrict
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/selinux
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/syncpipe
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/system
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/user
|
|
|
bf7bdc |
%dir %{gopath}/src/github.com/docker/libcontainer/utils
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/apparmor/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/cgroups/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/cgroups/fs/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/cgroups/systemd/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/console/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/devices/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/label/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/mount/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/mount/nodes/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/namespaces/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/netlink/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/network/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/nsinit/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/security/capabilities/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/security/restrict/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/selinux/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/syncpipe/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/system/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/user/*.go
|
|
|
bf7bdc |
%{gopath}/src/github.com/docker/libcontainer/utils/*.go
|
|
|
bf7bdc |
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/README.md
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/broadcastwriter
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/broadcastwriter/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/graphdb
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/graphdb/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/graphdb/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/httputils
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/httputils/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/httputils/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/iptables
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/iptables/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/iptables/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/jsonlog
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/jsonlog/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/listenbuffer
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/listenbuffer/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/log
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/log/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/mflag
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/mflag/LICENSE
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/mflag/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/mflag/README.md
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/mflag/example
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/mflag/example/example.go
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/mflag/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/mount
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/mount/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/mount/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/namesgenerator
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/namesgenerator/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/networkfs
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/networkfs/MAINTAINERS
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/networkfs/etchosts
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/networkfs/etchosts/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/networkfs/resolvconf
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/networkfs/resolvconf/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/parsers
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/parsers/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/parsers/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/parsers/filters
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/parsers/filters/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/parsers/kernel
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/parsers/kernel/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/parsers/operatingsystem
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/parsers/operatingsystem/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/proxy
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/proxy/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/proxy/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/signal
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/signal/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/symlink
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/symlink/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/symlink/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/symlink/testdata
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/symlink/testdata/fs
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/symlink/testdata/fs/a
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/symlink/testdata/fs/a/d
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/symlink/testdata/fs/a/e
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/symlink/testdata/fs/a/f
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/symlink/testdata/fs/b
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/symlink/testdata/fs/b/h
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/symlink/testdata/fs/g
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/symlink/testdata/fs/i
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/sysinfo
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/sysinfo/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/sysinfo/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/system
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/system/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/system/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/systemd
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/systemd/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/systemd/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/tailfile
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/tailfile/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/tarsum
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/tarsum/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/tarsum/testdata
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/tarsum/testdata/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/tarsum/testdata/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457/json
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/tarsum/testdata/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457/layer.tar
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/tarsum/testdata/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/tarsum/testdata/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158/json
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/tarsum/testdata/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158/layer.tar
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/truncindex
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/truncindex/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/truncindex/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/term
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/term/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/term/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/testutils
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/testutils/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/testutils/README.md
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/testutils/utils.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/units
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/units/MAINTAINERS
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/units/*.go
|
|
|
bf7bdc |
%dir %{gopath}/src/%{import_path}/pkg/version
|
|
|
bf7bdc |
%{gopath}/src/%{import_path}/pkg/version/*.go
|
|
|
bf7bdc |
|
|
|
bf7bdc |
%changelog
|
|
|
bf7bdc |
* Thu Oct 30 2014 Dan Walsh <dwalsh@redhat.com> - 1.2.0-1.8
|
|
|
bf7bdc |
- Remove docker-rhel entitlment patch. This was buggy and is no longer needed
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Oct 20 2014 Dan Walsh <dwalsh@redhat.com> - 1.2.0-1.7
|
|
|
bf7bdc |
- Add 404 patch to allow docker to continue to try to download updates with
|
|
|
bf7bdc |
- different certs, even if the registry returns 404 error
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue Oct 7 2014 Eric Paris <eparis@redhat.com> - 1.2.0-1.6
|
|
|
bf7bdc |
- make docker.socket start/restart when docker starts/restarts
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue Sep 30 2014 Eric Paris <eparis@redhat.com> - 1.2.0-1.5
|
|
|
bf7bdc |
- put docker.socket back the right way
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Sat Sep 27 2014 Dan Walsh <dwalsh@redhat.com> - 1.2.0-1.4
|
|
|
bf7bdc |
- Remove docker.socket
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Sep 22 2014 Dan Walsh <dwalsh@redhat.com> - 1.2.0-1.2
|
|
|
bf7bdc |
- Fix docker.service file to use /etc/sysconfig/docker-storage.service
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Sep 22 2014 Dan Walsh <dwalsh@redhat.com> - 1.2.0-1.1
|
|
|
bf7bdc |
- Bump release to 1.2.0
|
|
|
bf7bdc |
- Add support for /etc/sysconfig/docker-storage
|
|
|
bf7bdc |
- Add Provides:golang(github.com/docker/libcontainer)
|
|
|
bf7bdc |
- Add provides docker-io to get through compatibility issues
|
|
|
bf7bdc |
- Update man pages
|
|
|
bf7bdc |
- Add missing pieces of libcontainer
|
|
|
bf7bdc |
- Devel now obsoletes golang-github-docker-libcontainer-devel
|
|
|
bf7bdc |
- Remove runtime dependency on golang
|
|
|
bf7bdc |
- Fix secrets patch
|
|
|
bf7bdc |
- Add -devel -pkg-devel subpackages
|
|
|
bf7bdc |
- Move libcontainer from -lib to -devel subpackage
|
|
|
bf7bdc |
- Allow docker to use /etc/pki/entitlement for certs
|
|
|
bf7bdc |
- New sources that satisfy nsinit deps
|
|
|
bf7bdc |
- Change docker client certs links
|
|
|
bf7bdc |
- Add nsinit
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue Sep 2 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-10
|
|
|
bf7bdc |
- Add docker client entitlement certs
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Aug 8 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-9
|
|
|
bf7bdc |
- Add Matt Heon patch to allow containers to work if machine is not entitled
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Aug 7 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-8
|
|
|
bf7bdc |
- Fix handing of rhel repos
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Aug 4 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-6
|
|
|
bf7bdc |
- Update man pages
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Jul 28 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-5
|
|
|
bf7bdc |
- Fix environment patch
|
|
|
bf7bdc |
- Add /etc/machine-id patch
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Jul 25 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-4
|
|
|
bf7bdc |
- Add Secrets Patch back in
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Jul 25 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-3
|
|
|
bf7bdc |
- Pull in latest docker-1.1.2 code
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Jul 25 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.2-2
|
|
|
bf7bdc |
- Update to the latest from upstream
|
|
|
bf7bdc |
- Add comment and envoroment patches to allow setting of comments and
|
|
|
bf7bdc |
- enviroment variables from docker import
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Jul 23 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.1-3
|
|
|
bf7bdc |
- Install docker bash completions in proper location
|
|
|
bf7bdc |
- Add audit_write as a default capability
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue Jul 22 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.1-2
|
|
|
bf7bdc |
- Update man pages
|
|
|
bf7bdc |
- Fix docker pull registry/repo
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Jul 18 2014 Dan Walsh <dwalsh@redhat.com> - 1.1.1-1
|
|
|
bf7bdc |
- Update to latest from upstream
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Jul 14 2014 Dan Walsh <dwalsh@redhat.com> - 1.0.0-10
|
|
|
bf7bdc |
- Pass otions from /etc/sysconfig/docker into docker.service unit file
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Jul 10 2014 Dan Walsh <dwalsh@redhat.com> - 1.0.0-9
|
|
|
bf7bdc |
- Fix docker-registry patch to handle search
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Jul 10 2014 Dan Walsh <dwalsh@redhat.com> - 1.0.0-8
|
|
|
bf7bdc |
- Re-add %{_datadir}/rhel/secrets/rhel7.repo
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Jul 9 2014 Dan Walsh <dwalsh@redhat.com> - 1.0.0-7
|
|
|
bf7bdc |
- Patch: Save "COMMENT" field in Dockerfile into image content.
|
|
|
bf7bdc |
- Patch: Update documentation noting that SIGCHLD is not proxied.
|
|
|
bf7bdc |
- Patch: Escape control and nonprintable characters in docker ps
|
|
|
bf7bdc |
- Patch: machine-id: add container id access
|
|
|
bf7bdc |
- Patch: Report child error better (and later)
|
|
|
bf7bdc |
- Patch: Fix invalid fd race
|
|
|
bf7bdc |
- Patch: Super minimal host based secrets
|
|
|
bf7bdc |
- Patch: libcontainer: Mount cgroups in the container
|
|
|
bf7bdc |
- Patch: pkg/cgroups Add GetMounts() and GetAllSubsystems()
|
|
|
bf7bdc |
- Patch: New implementation of /run support
|
|
|
bf7bdc |
- Patch: Error if Docker daemon starts with BTRFS graph driver and SELinux enabled
|
|
|
bf7bdc |
- Patch: Updated CLI documentation for docker pull with notes on specifying URL
|
|
|
bf7bdc |
- Patch: Updated docker pull manpage to reflect ability to specify URL of registry.
|
|
|
bf7bdc |
- Patch: Docker should use /var/tmp for large temporary files.
|
|
|
bf7bdc |
- Patch: Add --registry-append and --registry-replace qualifier to docker daemon
|
|
|
bf7bdc |
- Patch: Increase size of buffer for signals
|
|
|
bf7bdc |
- Patch: Update documentation noting that SIGCHLD is not proxied.
|
|
|
bf7bdc |
- Patch: Escape control and nonprintable characters in docker ps
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue Jun 24 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-4
|
|
|
bf7bdc |
- Documentation update for --sig-proxy
|
|
|
bf7bdc |
- increase size of buffer for signals
|
|
|
bf7bdc |
- escape control and nonprintable characters in docker ps
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue Jun 24 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-3
|
|
|
bf7bdc |
- Resolves: rhbz#1111769 - CVE-2014-3499
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Jun 19 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-2
|
|
|
bf7bdc |
- Resolves: rhbz#1109938 - upgrade to upstream version 1.0.0 + patches
|
|
|
bf7bdc |
use repo: https://github.com/lsm5/docker/commits/htb2
|
|
|
bf7bdc |
- Resolves: rhbz#1109858 - fix race condition with secrets
|
|
|
bf7bdc |
- add machine-id patch:
|
|
|
bf7bdc |
https://github.com/vbatts/docker/commit/4f51757a50349bbbd2282953aaa3fc0e9a989741
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Jun 18 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-1
|
|
|
bf7bdc |
- Resolves: rhbz#1109938 - upgrade to upstream version 1.0.0 + patches
|
|
|
bf7bdc |
use repo: https://github.com/lsm5/docker/commits/2014-06-18-htb2
|
|
|
bf7bdc |
- Resolves: rhbz#1110876 - secrets changes required for subscription
|
|
|
bf7bdc |
management
|
|
|
bf7bdc |
- btrfs now available (remove old comment)
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Jun 06 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-19
|
|
|
bf7bdc |
- build with golang-github-kr-pty-0-0.19.git98c7b80.el7
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Jun 06 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-18
|
|
|
bf7bdc |
- update manpages
|
|
|
bf7bdc |
- use branch: https://github.com/lsm5/docker/commits/2014-06-06-2
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Jun 05 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-17
|
|
|
bf7bdc |
- use branch: https://github.com/lsm5/docker/commits/2014-06-05-final2
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Jun 05 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-16
|
|
|
bf7bdc |
- latest repo: https://github.com/lsm5/docker/commits/2014-06-05-5
|
|
|
bf7bdc |
- update secrets symlinks
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Jun 02 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-15
|
|
|
bf7bdc |
- correct the rhel7.repo symlink
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Jun 02 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-14
|
|
|
bf7bdc |
- only symlink the repo itself, not the dir
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Sun Jun 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-13
|
|
|
bf7bdc |
- use the repo dir itself and not repo for second symlink
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Sat May 31 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-12
|
|
|
bf7bdc |
- create symlinks at install time and not in scriptlets
|
|
|
bf7bdc |
- own symlinks in /etc/docker/secrets
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Sat May 31 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-11
|
|
|
bf7bdc |
- add symlinks for sharing host entitlements
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu May 29 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-10
|
|
|
bf7bdc |
- /etc/docker/secrets has permissions 750
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu May 29 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-9
|
|
|
bf7bdc |
- create and own /etc/docker/secrets
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu May 29 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-8
|
|
|
bf7bdc |
- don't use docker.sysconfig meant for sysvinit (just to avoid confusion)
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu May 29 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-7
|
|
|
bf7bdc |
- install /etc/sysconfig/docker for additional args
|
|
|
bf7bdc |
- use branch 2014-05-29 with modified secrets dir path
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu May 29 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-6
|
|
|
bf7bdc |
- secret store patch
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu May 22 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-5
|
|
|
bf7bdc |
- native driver: add required capabilities (dotcloud issue #5928)
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu May 22 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-4
|
|
|
bf7bdc |
- branch 2014-05-22
|
|
|
bf7bdc |
- rename rhel-dockerfiles dir to dockerfiles
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed May 21 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-3
|
|
|
bf7bdc |
- mount /run with correct selinux label
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon May 19 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-2
|
|
|
bf7bdc |
- add btrfs
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon May 19 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.11.1-1
|
|
|
bf7bdc |
- use latest master
|
|
|
bf7bdc |
- branch: https://github.com/lsm5/docker/commits/2014-05-09-2
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon May 19 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-13
|
|
|
bf7bdc |
- add registry search list patch
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed May 14 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-12
|
|
|
bf7bdc |
- include dockerfiles for postgres, systemd/{httpd,mariadb}
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon May 12 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-11
|
|
|
bf7bdc |
- add apache, mariadb and mongodb dockerfiles
|
|
|
bf7bdc |
- branch 2014-05-12
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri May 09 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-10
|
|
|
bf7bdc |
- add rhel-dockerfile/mongodb
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri May 09 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-9
|
|
|
bf7bdc |
- use branch: https://github.com/lsm5/docker/commits/2014-05-09
|
|
|
bf7bdc |
- install rhel-dockerfile for apache
|
|
|
bf7bdc |
- cleanup: get rid of conditionals
|
|
|
bf7bdc |
- libcontainer: create dirs/files as needed for bind mounts
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu May 08 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-8
|
|
|
bf7bdc |
- fix docker top
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue May 06 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-7
|
|
|
bf7bdc |
- set container pid for process in native driver
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue May 06 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-6
|
|
|
bf7bdc |
- ensure upstream PR #5529 is included
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon May 05 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-5
|
|
|
bf7bdc |
- block push to docker index
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu May 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-4
|
|
|
bf7bdc |
- enable selinux in unitfile
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu May 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-3
|
|
|
bf7bdc |
- branch https://github.com/lsm5/docker/commits/2014-05-01-2
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu May 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-2
|
|
|
bf7bdc |
- branch https://github.com/lsm5/docker/tree/2014-05-01
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Apr 25 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.10.0-1
|
|
|
bf7bdc |
- renamed (docker-io -> docker)
|
|
|
bf7bdc |
- rebased on 0.10.0
|
|
|
bf7bdc |
- branch used: https://github.com/lsm5/docker/tree/2014-04-25
|
|
|
bf7bdc |
- manpages packaged separately (pandoc not available on RHEL-7)
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue Apr 08 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.1-4.collider
|
|
|
bf7bdc |
- manpages merged, some more patches from alex
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Apr 03 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.1-3.collider
|
|
|
bf7bdc |
- fix --volumes-from mount failure, include docker-images/info/tag manpages
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue Apr 01 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.1-2.collider
|
|
|
bf7bdc |
- solve deadlock issue
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Mar 31 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.1-1.collider
|
|
|
bf7bdc |
- branch 2014-03-28, include additional docker manpages from whenry
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Mar 27 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-7.collider
|
|
|
bf7bdc |
- env file support (vbatts)
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Mar 17 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-6.collider
|
|
|
bf7bdc |
- dwalsh's selinux patch rewritten
|
|
|
bf7bdc |
- point to my docker repo as source0 (contains all patches already)
|
|
|
bf7bdc |
- don't require tar and libcgroup
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Mar 14 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-5.collider
|
|
|
bf7bdc |
- add kraman's container-pid.patch
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Mar 14 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-4.collider
|
|
|
bf7bdc |
- require docker.socket in unitfile
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Mar 13 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-3.collider
|
|
|
bf7bdc |
- use systemd socket activation
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Mar 12 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-2.collider
|
|
|
bf7bdc |
- add collider tag to release field
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue Mar 11 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.9.0-1
|
|
|
bf7bdc |
- upstream version bump to 0.9.0
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Mar 10 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.1-3
|
|
|
bf7bdc |
- add alexl's patches upto af9bb2e3d37fcddd5e041d6ae45055f649e2fbd4
|
|
|
bf7bdc |
- add guelfey/go.dbus to BR
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Sun Mar 09 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.1-2
|
|
|
bf7bdc |
- use upstream commit 3ace9512bdf5c935a716ee1851d3e636e7962fac
|
|
|
bf7bdc |
- add dwalsh's patches for selinux, emacs-gitignore, listen_pid and
|
|
|
bf7bdc |
remount /var/lib/docker as --private
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Feb 19 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.1-1
|
|
|
bf7bdc |
- Bug 1066841 - upstream version bump to v0.8.1
|
|
|
bf7bdc |
- use sysvinit files from upstream contrib
|
|
|
bf7bdc |
- BR golang >= 1.2-7
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Feb 13 2014 Adam Miller <maxamillion@fedoraproject.org> - 0.8.0-3
|
|
|
bf7bdc |
- Remove unneeded sysctl settings in initscript
|
|
|
bf7bdc |
https://github.com/dotcloud/docker/pull/4125
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Sat Feb 08 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.0-2
|
|
|
bf7bdc |
- ignore btrfs for rhel7 and clones for now
|
|
|
bf7bdc |
- include vim syntax highlighting from contrib/syntax/vim
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Feb 05 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.8.0-1
|
|
|
bf7bdc |
- upstream version bump
|
|
|
bf7bdc |
- don't use btrfs for rhel6 and clones (yet)
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Jan 20 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.6-2
|
|
|
bf7bdc |
- bridge-utils only for rhel < 7
|
|
|
bf7bdc |
- discard freespace when image is removed
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Jan 16 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.6-1
|
|
|
bf7bdc |
- upstream version bump v0.7.6
|
|
|
bf7bdc |
- built with golang >= 1.2
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Jan 09 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.5-1
|
|
|
bf7bdc |
- upstream version bump to 0.7.5
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Jan 09 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.4-1
|
|
|
bf7bdc |
- upstream version bump to 0.7.4 (BZ #1049793)
|
|
|
bf7bdc |
- udev rules file from upstream contrib
|
|
|
bf7bdc |
- unit file firewalld not used, description changes
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Jan 06 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.3-3
|
|
|
bf7bdc |
- udev rules typo fixed (BZ 1048775)
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Sat Jan 04 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.3-2
|
|
|
bf7bdc |
- missed commit value in release 1, updated now
|
|
|
bf7bdc |
- upstream release monitoring (BZ 1048441)
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Sat Jan 04 2014 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.3-1
|
|
|
bf7bdc |
- upstream release bump to v0.7.3
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Dec 19 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.2-2
|
|
|
bf7bdc |
- require xz to work with ubuntu images (BZ #1045220)
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Dec 18 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.2-1
|
|
|
bf7bdc |
- upstream release bump to v0.7.2
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Dec 06 2013 Vincent Batts <vbatts@redhat.com> - 0.7.1-1
|
|
|
bf7bdc |
- upstream release of v0.7.1
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Dec 02 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-14
|
|
|
bf7bdc |
- sysvinit patch corrected (epel only)
|
|
|
bf7bdc |
- 80-docker.rules unified for udisks1 and udisks2
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Dec 02 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-13
|
|
|
bf7bdc |
- removed firewall-cmd --add-masquerade
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Sat Nov 30 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-12
|
|
|
bf7bdc |
- systemd for fedora >= 18
|
|
|
bf7bdc |
- firewalld in unit file changed from Requires to Wants
|
|
|
bf7bdc |
- firewall-cmd --add-masquerade after docker daemon start in unit file
|
|
|
bf7bdc |
(Michal Fojtik <mfojtik@redhat.com>), continue if not present (Michael Young
|
|
|
bf7bdc |
<m.a.young@durham.ac.uk>)
|
|
|
bf7bdc |
- 80-docker.rules included for epel too, ENV variables need to be changed for
|
|
|
bf7bdc |
udisks1
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Nov 29 2013 Marek Goldmann <mgoldman@redhat.com> - 0.7.0-11
|
|
|
bf7bdc |
- Redirect docker log to /var/log/docker (epel only)
|
|
|
bf7bdc |
- Removed the '-b none' parameter from sysconfig, it's unnecessary since
|
|
|
bf7bdc |
we create the bridge now automatically (epel only)
|
|
|
bf7bdc |
- Make sure we have the cgconfig service started before we start docker,
|
|
|
bf7bdc |
RHBZ#1034919 (epel only)
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Nov 28 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-10
|
|
|
bf7bdc |
- udev rules added for fedora >= 19 BZ 1034095
|
|
|
bf7bdc |
- epel testing pending
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Nov 28 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-9
|
|
|
bf7bdc |
- requires and started after firewalld
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Nov 28 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-8
|
|
|
bf7bdc |
- iptables-fix patch corrected
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Nov 28 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-7
|
|
|
bf7bdc |
- use upstream tarball and patch with mgoldman's commit
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Nov 28 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-6
|
|
|
bf7bdc |
- using mgoldman's shortcommit value 0ff9bc1 for package (BZ #1033606)
|
|
|
bf7bdc |
- https://github.com/dotcloud/docker/pull/2907
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Nov 27 2013 Adam Miller <maxamillion@fedoraproject.org> - 0.7.0-5
|
|
|
bf7bdc |
- Fix up EL6 preun/postun to not fail on postun scripts
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Nov 27 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7.0-4
|
|
|
bf7bdc |
- brctl patch for rhel <= 7
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Nov 27 2013 Vincent Batts <vbatts@redhat.com> - 0.7.0-3
|
|
|
bf7bdc |
- Patch how the bridge network is set up on RHEL (BZ #1035436)
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Nov 27 2013 Vincent Batts <vbatts@redhat.com> - 0.7.0-2
|
|
|
bf7bdc |
- add libcgroup require (BZ #1034919)
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue Nov 26 2013 Marek Goldmann <mgoldman@redhat.com> - 0.7.0-1
|
|
|
bf7bdc |
- Upstream release 0.7.0
|
|
|
bf7bdc |
- Using upstream script to build the binary
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Nov 25 2013 Vincent Batts <vbatts@redhat.com> - 0.7-0.20.rc7
|
|
|
bf7bdc |
- correct the build time defines (bz#1026545). Thanks dan-fedora.
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Nov 22 2013 Adam Miller <maxamillion@fedoraproject.org> - 0.7-0.19.rc7
|
|
|
bf7bdc |
- Remove xinetd entry, added sysvinit
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Nov 22 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.18.rc7
|
|
|
bf7bdc |
- rc version bump
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Nov 20 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.17.rc6
|
|
|
bf7bdc |
- removed ExecStartPost lines from docker.service (BZ #1026045)
|
|
|
bf7bdc |
- dockerinit listed in files
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Nov 20 2013 Vincent Batts <vbatts@redhat.com> - 0.7-0.16.rc6
|
|
|
bf7bdc |
- adding back the none bridge patch
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Nov 20 2013 Vincent Batts <vbatts@redhat.com> - 0.7-0.15.rc6
|
|
|
bf7bdc |
- update docker source to crosbymichael/0.7.0-rc6
|
|
|
bf7bdc |
- bridge-patch is not needed on this branch
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue Nov 19 2013 Vincent Batts <vbatts@redhat.com> - 0.7-0.14.rc5
|
|
|
bf7bdc |
- update docker source to crosbymichael/0.7-rc5
|
|
|
bf7bdc |
- update docker source to 457375ea370a2da0df301d35b1aaa8f5964dabfe
|
|
|
bf7bdc |
- static magic
|
|
|
bf7bdc |
- place dockerinit in a libexec
|
|
|
bf7bdc |
- add sqlite dependency
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Sat Nov 02 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.13.dm
|
|
|
bf7bdc |
- docker.service file sets iptables rules to allow container networking, this
|
|
|
bf7bdc |
is a stopgap approach, relevant pull request here:
|
|
|
bf7bdc |
https://github.com/dotcloud/docker/pull/2527
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Sat Oct 26 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.12.dm
|
|
|
bf7bdc |
- dm branch
|
|
|
bf7bdc |
- dockerinit -> docker-init
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue Oct 22 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.11.rc4
|
|
|
bf7bdc |
- passing version information for docker build BZ #1017186
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Sat Oct 19 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.10.rc4
|
|
|
bf7bdc |
- rc version bump
|
|
|
bf7bdc |
- docker-init -> dockerinit
|
|
|
bf7bdc |
- zsh completion script installed to /usr/share/zsh/site-functions
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Oct 18 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.9.rc3
|
|
|
bf7bdc |
- lxc-docker version matches package version
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Oct 18 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.8.rc3
|
|
|
bf7bdc |
- double quotes removed from buildrequires as per existing golang rules
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Oct 11 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.7.rc3
|
|
|
bf7bdc |
- xinetd file renamed to docker.xinetd for clarity
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Oct 10 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.6.rc3
|
|
|
bf7bdc |
- patched for el6 to use sphinx-1.0-build
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Oct 09 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.5.rc3
|
|
|
bf7bdc |
- rc3 version bump
|
|
|
bf7bdc |
- exclusivearch x86_64
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Oct 09 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.4.rc2
|
|
|
bf7bdc |
- debuginfo not Go-ready yet, skipped
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Oct 09 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-0.3.rc2
|
|
|
bf7bdc |
- debuginfo package generated
|
|
|
bf7bdc |
- buildrequires listed with versions where needed
|
|
|
bf7bdc |
- conditionals changed to reflect systemd or not
|
|
|
bf7bdc |
- docker commit value not needed
|
|
|
bf7bdc |
- versioned provides lxc-docker
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Oct 07 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-2.rc2
|
|
|
bf7bdc |
- rc branch includes devmapper
|
|
|
bf7bdc |
- el6 BZ #1015865 fix included
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Sun Oct 06 2013 Lokesh Mandvekar <lsm5@redhat.com> - 0.7-1
|
|
|
bf7bdc |
- version bump, includes devicemapper
|
|
|
bf7bdc |
- epel conditionals included
|
|
|
bf7bdc |
- buildrequires sqlite-devel
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Oct 04 2013 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.6.3-4.devicemapper
|
|
|
bf7bdc |
- docker-io service enables IPv4 and IPv6 forwarding
|
|
|
bf7bdc |
- docker user not needed
|
|
|
bf7bdc |
- golang not supported on ppc64, docker-io excluded too
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Oct 03 2013 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.6.3-3.devicemapper
|
|
|
bf7bdc |
- Docker rebuilt with latest kr/pty, first run issue solved
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Sep 27 2013 Marek Goldmann <mgoldman@redhat.com> - 0.6.3-2.devicemapper
|
|
|
bf7bdc |
- Remove setfcap from lxc.cap.drop to make setxattr() calls working in the
|
|
|
bf7bdc |
containers, RHBZ#1012952
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Thu Sep 26 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.3-1.devicemapper
|
|
|
bf7bdc |
- version bump
|
|
|
bf7bdc |
- new version solves docker push issues
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue Sep 24 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-14.devicemapper
|
|
|
bf7bdc |
- package requires lxc
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue Sep 24 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-13.devicemapper
|
|
|
bf7bdc |
- package requires tar
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue Sep 24 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-12.devicemapper
|
|
|
bf7bdc |
- /var/lib/docker installed
|
|
|
bf7bdc |
- package also provides lxc-docker
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Sep 23 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-11.devicemapper
|
|
|
bf7bdc |
- better looking url
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Sep 23 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-10.devicemapper
|
|
|
bf7bdc |
- release tag changed to denote devicemapper patch
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Sep 23 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-9
|
|
|
bf7bdc |
- device-mapper-devel is a buildrequires for alex's code
|
|
|
bf7bdc |
- docker.service listed as a separate source file
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Sun Sep 22 2013 Matthew Miller <mattdm@fedoraproject.org> 0.6.2-8
|
|
|
bf7bdc |
- install bash completion
|
|
|
bf7bdc |
- use -v for go build to show progress
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Sun Sep 22 2013 Matthew Miller <mattdm@fedoraproject.org> 0.6.2-7
|
|
|
bf7bdc |
- build and install separate docker-init
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Sun Sep 22 2013 Matthew Miller <mattdm@fedoraproject.org> 0.6.2-4
|
|
|
bf7bdc |
- update to use new source-only golang lib packages
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Sat Sep 21 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-3
|
|
|
bf7bdc |
- man page generation from docs/.
|
|
|
bf7bdc |
- systemd service file created
|
|
|
bf7bdc |
- dotcloud/tar no longer required
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Sep 20 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-2
|
|
|
bf7bdc |
- patched with alex larsson's devmapper code
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Sep 18 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.2-1
|
|
|
bf7bdc |
- Version bump
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue Sep 10 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.1-2
|
|
|
bf7bdc |
- buildrequires updated
|
|
|
bf7bdc |
- package renamed to docker-io
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Aug 30 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.6.1-1
|
|
|
bf7bdc |
- Version bump
|
|
|
bf7bdc |
- Package name change from lxc-docker to docker
|
|
|
bf7bdc |
- Makefile patched from 0.5.3
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Aug 28 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.5.3-5
|
|
|
bf7bdc |
- File permissions settings included
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Wed Aug 28 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.5.3-4
|
|
|
bf7bdc |
- Credits in changelog modified as per reference's request
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Tue Aug 27 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.5.3-3
|
|
|
bf7bdc |
- Dependencies listed as rpm packages instead of tars
|
|
|
bf7bdc |
- Install section added
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Mon Aug 26 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.5.3-2
|
|
|
bf7bdc |
- Github packaging
|
|
|
bf7bdc |
- Deps not downloaded at build time courtesy Elan Ruusamäe
|
|
|
bf7bdc |
- Manpage and other docs installed
|
|
|
bf7bdc |
|
|
|
bf7bdc |
* Fri Aug 23 2013 Lokesh Mandvekar <lsm5@redhat.com> 0.5.3-1
|
|
|
bf7bdc |
- Initial fedora package
|
|
|
bf7bdc |
- Some credit to Elan Ruusamäe (glen@pld-linux.org)
|