|
|
19490a |
%if 0%{?fedora}
|
|
|
19490a |
%global with_devel 1
|
|
|
19490a |
%global with_bundled 1
|
|
|
19490a |
%global with_debug 1
|
|
|
19490a |
%else
|
|
|
6c20ab |
%global with_devel 0
|
|
|
6c20ab |
%global with_bundled 1
|
|
|
19490a |
%global with_debug 1
|
|
|
19490a |
%endif
|
|
|
6c20ab |
|
|
|
6c20ab |
%if 0%{?with_debug}
|
|
|
6c20ab |
# https://bugzilla.redhat.com/show_bug.cgi?id=995136#c12
|
|
|
6c20ab |
%global _dwz_low_mem_die_limit 0
|
|
|
6c20ab |
%else
|
|
|
d2fd77 |
%global debug_package %{nil}
|
|
|
6c20ab |
%endif
|
|
|
19490a |
%global provider github
|
|
|
19490a |
%global provider_tld com
|
|
|
19490a |
%global project openshift
|
|
|
19490a |
%global repo ose
|
|
|
19490a |
# https://github.com/openshift/ose
|
|
|
39ea8e |
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
|
|
39ea8e |
%global import_path k8s.io/kubernetes
|
|
|
3879cd |
%global commit 269f928217957e7126dc87e6adfa82242bfe5b1e
|
|
|
885fe9 |
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
885fe9 |
|
|
|
19490a |
%global openshift_ip github.com/openshift/origin
|
|
|
19490a |
|
|
|
19490a |
%global k8s_provider github
|
|
|
19490a |
%global k8s_provider_tld com
|
|
|
19490a |
%global k8s_project kubernetes
|
|
|
19490a |
%global k8s_repo kubernetes
|
|
|
19490a |
# https://github.com/kubernetes/kubernetes
|
|
|
19490a |
%global k8s_provider_prefix %{k8s_provider}.%{k8s_provider_tld}/%{k8s_project}/%{k8s_repo}
|
|
|
8f8650 |
%global k8s_commit 43a9be421799afb8a9c02d3541212a6e623c9053
|
|
|
19490a |
%global k8s_shortcommit %(c=%{k8s_commit}; echo ${c:0:7})
|
|
|
19490a |
%global k8s_src_dir Godeps/_workspace/src/k8s.io/kubernetes/
|
|
|
19490a |
%global k8s_src_dir_sed Godeps\\/_workspace\\/src\\/k8s\\.io\\/kubernetes\\/
|
|
|
19490a |
|
|
|
19490a |
%global con_provider github
|
|
|
19490a |
%global con_provider_tld com
|
|
|
19490a |
%global con_project kubernetes
|
|
|
19490a |
%global con_repo contrib
|
|
|
19490a |
# https://github.com/kubernetes/kubernetes
|
|
|
19490a |
%global con_provider_prefix %{con_provider}.%{con_provider_tld}/%{con_project}/%{con_repo}
|
|
|
cbb2ea |
%global con_commit 7fbd2520863b3c6a1d4a2e503cd76497f3ebc0e2
|
|
|
39ea8e |
%global con_shortcommit %(c=%{con_commit}; echo ${c:0:7})
|
|
|
19490a |
|
|
|
41acee |
%global bindata_provider github
|
|
|
41acee |
%global bindata_provider_tld com
|
|
|
41acee |
%global bindata_project jteeuwen
|
|
|
41acee |
%global bindata_repo go-bindata
|
|
|
41acee |
# https://github.com/jteeuwen/go-bindata
|
|
|
41acee |
%global bindata_provider_prefix %{bindata_provider}.%{bindata_provider_tld}/%{bindata_project}/%{bindata_repo}
|
|
|
41acee |
%global bindata_commit a0ff2567cfb70903282db057e799fd826784d41d
|
|
|
41acee |
%global bindata_shortcommit %(c=%{bindata_commit}; echo ${c:0:7})
|
|
|
41acee |
|
|
|
19490a |
%global O4N_GIT_MAJOR_VERSION 3
|
|
|
41acee |
%global O4N_GIT_MINOR_VERSION 4+
|
|
|
3879cd |
%global O4N_GIT_VERSION v3.5.5.23
|
|
|
8f8650 |
%global K8S_GIT_VERSION v1.5.2-47-g43a9be4
|
|
|
8f8650 |
%global kube_version 1.5.2
|
|
|
19490a |
%global kube_git_version v%{kube_version}
|
|
|
39ea8e |
|
|
|
885fe9 |
#I really need this, otherwise "version_ldflags=$(kube::version_ldflags)"
|
|
|
885fe9 |
# does not work
|
|
|
885fe9 |
%global _buildshell /bin/bash
|
|
|
885fe9 |
%global _checkshell /bin/bash
|
|
|
885fe9 |
|
|
|
885fe9 |
Name: kubernetes
|
|
|
19490a |
Version: %{kube_version}
|
|
|
3879cd |
Release: 0.7.git%{shortcommit}%{?dist}
|
|
|
d2fd77 |
Summary: Container cluster management
|
|
|
d2fd77 |
License: ASL 2.0
|
|
|
d2fd77 |
URL: %{import_path}
|
|
|
d2fd77 |
ExclusiveArch: x86_64
|
|
|
39ea8e |
Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
|
|
|
19490a |
Source1: https://%{k8s_provider_prefix}/archive/%{k8s_commit}/%{k8s_repo}-%{k8s_shortcommit}.tar.gz
|
|
|
19490a |
Source2: https://%{con_provider_prefix}/archive/%{con_commit}/%{con_repo}-%{con_shortcommit}.tar.gz
|
|
|
5294db |
Source3: kubernetes-accounting.conf
|
|
|
41acee |
Source4: https://%{bindata_provider_prefix}/archive/%{bindata_commit}/%{bindata_repo}-%{bindata_shortcommit}.tar.gz
|
|
|
19490a |
|
|
|
19490a |
Source33: genmanpages.sh
|
|
|
19490a |
Patch0: build-with-debug-info.patch
|
|
|
19490a |
Patch1: add-pod-infrastructure-container.patch
|
|
|
39ea8e |
Patch2: Change-etcd-server-port.patch
|
|
|
19490a |
|
|
|
19490a |
Patch9: hack-test-cmd.sh.patch
|
|
|
19490a |
|
|
|
38ffc8 |
# Drop apiserver command from hyperkube as apiserver has different permisions and capabilities
|
|
|
38ffc8 |
# Add kube-prefix for controller-manager, proxy and scheduler
|
|
|
38ffc8 |
Patch13: remove-apiserver-backport-kubectl-add-kube-prefix-fo.patch
|
|
|
55f026 |
Patch17: Hyperkube-remove-federation-cmds.patch
|
|
|
cbb2ea |
|
|
|
ea5b85 |
Patch18: fix-rootScopeNaming-generate-selfLink-issue-37686.patch
|
|
|
ea5b85 |
|
|
|
d2fd77 |
# It obsoletes cadvisor but needs its source code (literally integrated)
|
|
|
60d014 |
Obsoletes: cadvisor
|
|
|
885fe9 |
|
|
|
d2fd77 |
# kubernetes is decomposed into master and node subpackages
|
|
|
d2fd77 |
# require both of them for updates
|
|
|
d2fd77 |
Requires: kubernetes-master = %{version}-%{release}
|
|
|
d2fd77 |
Requires: kubernetes-node = %{version}-%{release}
|
|
|
885fe9 |
|
|
|
885fe9 |
%description
|
|
|
885fe9 |
%{summary}
|
|
|
885fe9 |
|
|
|
d2fd77 |
%package unit-test
|
|
|
d2fd77 |
Summary: %{summary} - for running unit tests
|
|
|
d2fd77 |
|
|
|
d2fd77 |
# below Rs used for testing
|
|
|
d2fd77 |
Requires: golang >= 1.2-7
|
|
|
d2fd77 |
Requires: etcd >= 2.0.9
|
|
|
d2fd77 |
Requires: hostname
|
|
|
d2fd77 |
Requires: rsync
|
|
|
d2fd77 |
Requires: NetworkManager
|
|
|
d2fd77 |
|
|
|
d2fd77 |
%description unit-test
|
|
|
d2fd77 |
%{summary} - for running unit tests
|
|
|
d2fd77 |
|
|
|
d2fd77 |
%package master
|
|
|
d2fd77 |
Summary: Kubernetes services for master host
|
|
|
d2fd77 |
|
|
|
d2fd77 |
BuildRequires: golang >= 1.2-7
|
|
|
d2fd77 |
BuildRequires: systemd
|
|
|
d2fd77 |
BuildRequires: rsync
|
|
|
6c20ab |
BuildRequires: golang-github-cpuguy83-go-md2man
|
|
|
d2fd77 |
|
|
|
d2fd77 |
Requires(pre): shadow-utils
|
|
|
39ea8e |
Requires: kubernetes-client = %{version}-%{release}
|
|
|
d2fd77 |
|
|
|
d2fd77 |
# if node is installed with node, version and release must be the same
|
|
|
d2fd77 |
Conflicts: kubernetes-node < %{version}-%{release}
|
|
|
d2fd77 |
Conflicts: kubernetes-node > %{version}-%{release}
|
|
|
d2fd77 |
|
|
|
d2fd77 |
%description master
|
|
|
d2fd77 |
Kubernetes services for master host
|
|
|
d2fd77 |
|
|
|
d2fd77 |
%package node
|
|
|
d2fd77 |
Summary: Kubernetes services for node host
|
|
|
d2fd77 |
|
|
|
d2fd77 |
%if 0%{?fedora} >= 21 || 0%{?rhel}
|
|
|
d2fd77 |
Requires: docker
|
|
|
d2fd77 |
%else
|
|
|
d2fd77 |
Requires: docker-io
|
|
|
d2fd77 |
%endif
|
|
|
d2fd77 |
|
|
|
d2fd77 |
BuildRequires: golang >= 1.2-7
|
|
|
d2fd77 |
BuildRequires: systemd
|
|
|
d2fd77 |
BuildRequires: rsync
|
|
|
6c20ab |
BuildRequires: golang-github-cpuguy83-go-md2man
|
|
|
d2fd77 |
|
|
|
d2fd77 |
Requires(pre): shadow-utils
|
|
|
39ea8e |
Requires: socat
|
|
|
39ea8e |
Requires: kubernetes-client = %{version}-%{release}
|
|
|
41acee |
Requires: conntrack-tools
|
|
|
d2fd77 |
|
|
|
d2fd77 |
# if master is installed with node, version and release must be the same
|
|
|
d2fd77 |
Conflicts: kubernetes-master < %{version}-%{release}
|
|
|
d2fd77 |
Conflicts: kubernetes-master > %{version}-%{release}
|
|
|
d2fd77 |
|
|
|
d2fd77 |
%description node
|
|
|
d2fd77 |
Kubernetes services for node host
|
|
|
d2fd77 |
|
|
|
39ea8e |
%package client
|
|
|
39ea8e |
Summary: Kubernetes client tools
|
|
|
39ea8e |
|
|
|
39ea8e |
BuildRequires: golang >= 1.2-7
|
|
|
39ea8e |
|
|
|
39ea8e |
%description client
|
|
|
39ea8e |
Kubernetes client tools like kubectl
|
|
|
39ea8e |
|
|
|
885fe9 |
%prep
|
|
|
19490a |
%setup -q -n %{k8s_repo}-%{k8s_commit} -T -b 1
|
|
|
39ea8e |
%if 0%{?with_debug}
|
|
|
19490a |
%patch0 -p1
|
|
|
39ea8e |
%endif
|
|
|
41acee |
|
|
|
19490a |
# Hack test-cmd.sh to be run with os binaries
|
|
|
8f8650 |
#%patch9 -p1
|
|
|
19490a |
|
|
|
41acee |
%setup -q -n %{bindata_repo}-%{bindata_commit} -T -b 4
|
|
|
41acee |
|
|
|
19490a |
%setup -q -n %{con_repo}-%{con_commit} -T -b 2
|
|
|
19490a |
%patch1 -p1
|
|
|
19490a |
|
|
|
19490a |
%setup -q -n %{repo}-%{commit}
|
|
|
19490a |
|
|
|
19490a |
# clean the directory up to Godeps
|
|
|
55f026 |
dirs=$(ls | grep -v "^vendor")
|
|
|
19490a |
rm -rf $dirs
|
|
|
19490a |
|
|
|
19490a |
# move k8s code from Godeps
|
|
|
55f026 |
mv vendor/k8s.io/kubernetes/* .
|
|
|
19490a |
# copy missing source code
|
|
|
19490a |
cp ../%{k8s_repo}-%{k8s_commit}/cmd/kube-apiserver/apiserver.go cmd/kube-apiserver/.
|
|
|
19490a |
cp ../%{k8s_repo}-%{k8s_commit}/cmd/kube-controller-manager/controller-manager.go cmd/kube-controller-manager/.
|
|
|
19490a |
cp ../%{k8s_repo}-%{k8s_commit}/cmd/kubelet/kubelet.go cmd/kubelet/.
|
|
|
19490a |
cp ../%{k8s_repo}-%{k8s_commit}/cmd/kube-proxy/proxy.go cmd/kube-proxy/.
|
|
|
19490a |
cp ../%{k8s_repo}-%{k8s_commit}/plugin/cmd/kube-scheduler/scheduler.go plugin/cmd/kube-scheduler/.
|
|
|
19490a |
cp -r ../%{k8s_repo}-%{k8s_commit}/cmd/kubectl cmd/.
|
|
|
19490a |
# copy hack directory
|
|
|
19490a |
cp -r ../%{k8s_repo}-%{k8s_commit}/hack .
|
|
|
cbb2ea |
cp -r ../%{k8s_repo}-%{k8s_commit}/cluster .
|
|
|
19490a |
# copy contrib folder
|
|
|
8f8650 |
mkdir -p contrib
|
|
|
19490a |
cp -r ../%{con_repo}-%{con_commit}/init contrib/.
|
|
|
19490a |
# copy docs
|
|
|
8f8650 |
mkdir docs
|
|
|
19490a |
cp -r ../%{k8s_repo}-%{k8s_commit}/docs/admin docs/.
|
|
|
19490a |
cp -r ../%{k8s_repo}-%{k8s_commit}/docs/man docs/.
|
|
|
ea5b85 |
cp -r ../%{k8s_repo}-%{k8s_commit}/cmd/{gendocs,genkubedocs,genman,genyaml} cmd/.
|
|
|
ea5b85 |
mkdir -p federation/cmd
|
|
|
ea5b85 |
cp -r ../%{k8s_repo}-%{k8s_commit}/federation .
|
|
|
ea5b85 |
#github.com/spf13/cobra/doc
|
|
|
ea5b85 |
mkdir -p vendor/github.com/spf13
|
|
|
ea5b85 |
cp -r ../%{k8s_repo}-%{k8s_commit}/vendor/github.com/spf13/cobra vendor/github.com/spf13/.
|
|
|
ea5b85 |
#github.com/cpuguy83/go-md2man/md2man
|
|
|
ea5b85 |
mkdir -p vendor/github.com/cpuguy83
|
|
|
ea5b85 |
cp -r ../%{k8s_repo}-%{k8s_commit}/vendor/github.com/cpuguy83/go-md2man vendor/github.com/cpuguy83/.
|
|
|
ea5b85 |
#github.com/aws/aws-sdk-go/service/route53
|
|
|
ea5b85 |
mkdir -p vendor/github.com/aws
|
|
|
ea5b85 |
cp -r ../%{k8s_repo}-%{k8s_commit}/vendor/github.com/aws/aws-sdk-go vendor/github.com/aws/.
|
|
|
ea5b85 |
#google.golang.org/api/dns/v1
|
|
|
ea5b85 |
mkdir -p vendor/google.golang.org
|
|
|
ea5b85 |
cp -r ../%{k8s_repo}-%{k8s_commit}/vendor/google.golang.org/api vendor/google.golang.org/.
|
|
|
19490a |
# copy LICENSE and *.md
|
|
|
19490a |
cp ../%{k8s_repo}-%{k8s_commit}/LICENSE .
|
|
|
19490a |
cp ../%{k8s_repo}-%{k8s_commit}/*.md .
|
|
|
38ffc8 |
# copy hyperkube
|
|
|
38ffc8 |
cp -r ../%{k8s_repo}-%{k8s_commit}/cmd/hyperkube cmd/.
|
|
|
cbb2ea |
# copy swagger
|
|
|
8f8650 |
#cp -r ../%{k8s_repo}-%{k8s_commit}/pkg/ui/data/swagger pkg/ui/data/.
|
|
|
41acee |
# copy Makefiles
|
|
|
41acee |
cp -r ../%{k8s_repo}-%{k8s_commit}/Makefile .
|
|
|
41acee |
cp -r ../%{k8s_repo}-%{k8s_commit}/Makefile.generated_files .
|
|
|
41acee |
cp -r ../%{k8s_repo}-%{k8s_commit}/test .
|
|
|
8f8650 |
# cmd/libs/go2idl/deepcopy-gen/
|
|
|
8f8650 |
cp -r ../%{k8s_repo}-%{k8s_commit}/cmd/libs/go2idl/{deepcopy-gen,conversion-gen,defaulter-gen,openapi-gen} cmd/libs/go2idl/.
|
|
|
8f8650 |
# missing vendored deps
|
|
|
8f8650 |
# - k8s.io/kubernetes/pkg/client/metrics/prometheus
|
|
|
8f8650 |
# - k8s.io/kubernetes/pkg/version/prometheus
|
|
|
8f8650 |
# - k8s.io/kubernetes/pkg/version/verflag
|
|
|
8f8650 |
mkdir -p vendor/k8s.io/kubernetes/pkg/client/metrics/
|
|
|
8f8650 |
cp -r ../%{k8s_repo}-%{k8s_commit}/pkg/client/metrics/prometheus vendor/k8s.io/kubernetes/pkg/client/metrics/.
|
|
|
8f8650 |
mkdir -p vendor/k8s.io/kubernetes/pkg/version
|
|
|
8f8650 |
cp -r ../%{k8s_repo}-%{k8s_commit}/pkg/version/prometheus vendor/k8s.io/kubernetes/pkg/version/.
|
|
|
8f8650 |
cp -r ../%{k8s_repo}-%{k8s_commit}/pkg/version/verflag vendor/k8s.io/kubernetes/pkg/version/.
|
|
|
cbb2ea |
|
|
|
19490a |
%patch2 -p1
|
|
|
885fe9 |
|
|
|
38ffc8 |
# Drop apiserver from hyperkube
|
|
|
38ffc8 |
%patch13 -p1
|
|
|
55f026 |
%patch17 -p1
|
|
|
cbb2ea |
|
|
|
41acee |
# Move all the code under src/k8s.io/kubernetes directory
|
|
|
41acee |
mkdir -p src/k8s.io/kubernetes
|
|
|
41acee |
mv $(ls | grep -v "^src$") src/k8s.io/kubernetes/.
|
|
|
41acee |
|
|
|
ea5b85 |
%patch18 -p1
|
|
|
ea5b85 |
|
|
|
41acee |
mkdir -p src/%{bindata_provider_prefix}
|
|
|
41acee |
cp -r ../%{bindata_repo}-%{bindata_commit}/* src/%{bindata_provider_prefix}/.
|
|
|
41acee |
|
|
|
885fe9 |
%build
|
|
|
41acee |
export GOPATH=$(pwd)
|
|
|
41acee |
go build -o go-bindata %{bindata_provider_prefix}/go-bindata
|
|
|
41acee |
export PATH=${PATH}:$(pwd)
|
|
|
41acee |
|
|
|
41acee |
pushd src/k8s.io/kubernetes/
|
|
|
885fe9 |
export KUBE_GIT_TREE_STATE="clean"
|
|
|
885fe9 |
export KUBE_GIT_COMMIT=%{commit}
|
|
|
19490a |
export KUBE_GIT_VERSION=%{kube_git_version}
|
|
|
41acee |
export KUBE_EXTRA_GOPATH=$(pwd)/Godeps/_workspace
|
|
|
885fe9 |
|
|
|
41acee |
# https://bugzilla.redhat.com/show_bug.cgi?id=1392922#c1
|
|
|
41acee |
%ifarch ppc64le
|
|
|
41acee |
export GOLDFLAGS='-linkmode=external'
|
|
|
41acee |
%endif
|
|
|
41acee |
make WHAT="--use_go_build cmd/hyperkube cmd/kube-apiserver"
|
|
|
885fe9 |
|
|
|
6c20ab |
# convert md to man
|
|
|
ea5b85 |
./hack/generate-docs.sh || true
|
|
|
6c20ab |
pushd docs
|
|
|
39ea8e |
pushd admin
|
|
|
39ea8e |
cp kube-apiserver.md kube-controller-manager.md kube-proxy.md kube-scheduler.md kubelet.md ..
|
|
|
39ea8e |
popd
|
|
|
19490a |
cp %{SOURCE33} genmanpages.sh
|
|
|
6c20ab |
bash genmanpages.sh
|
|
|
6c20ab |
popd
|
|
|
885fe9 |
|
|
|
885fe9 |
%install
|
|
|
41acee |
pushd src/k8s.io/kubernetes/
|
|
|
885fe9 |
. hack/lib/init.sh
|
|
|
885fe9 |
kube::golang::setup_env
|
|
|
885fe9 |
|
|
|
41acee |
%ifarch ppc64le
|
|
|
41acee |
output_path="${KUBE_OUTPUT_BINPATH}"
|
|
|
41acee |
%else
|
|
|
885fe9 |
output_path="${KUBE_OUTPUT_BINPATH}/$(kube::golang::current_platform)"
|
|
|
41acee |
%endif
|
|
|
885fe9 |
|
|
|
885fe9 |
install -m 755 -d %{buildroot}%{_bindir}
|
|
|
38ffc8 |
|
|
|
38ffc8 |
echo "+++ INSTALLING hyperkube"
|
|
|
38ffc8 |
install -p -m 755 -t %{buildroot}%{_bindir} ${output_path}/hyperkube
|
|
|
38ffc8 |
|
|
|
38ffc8 |
echo "+++ INSTALLING kube-apiserver"
|
|
|
38ffc8 |
install -p -m 754 -t %{buildroot}%{_bindir} ${output_path}/kube-apiserver
|
|
|
38ffc8 |
|
|
|
38ffc8 |
binaries=(kube-controller-manager kube-scheduler kube-proxy kubelet kubectl)
|
|
|
885fe9 |
for bin in "${binaries[@]}"; do
|
|
|
38ffc8 |
echo "+++ HARDLINKING ${bin} to hyperkube"
|
|
|
38ffc8 |
ln %{buildroot}%{_bindir}/hyperkube %{buildroot}%{_bindir}/${bin}
|
|
|
885fe9 |
done
|
|
|
885fe9 |
|
|
|
885fe9 |
# install the bash completion
|
|
|
885fe9 |
install -d -m 0755 %{buildroot}%{_datadir}/bash-completion/completions/
|
|
|
55f026 |
%{buildroot}%{_bindir}/kubectl completion bash > %{buildroot}%{_datadir}/bash-completion/completions/kubectl
|
|
|
885fe9 |
|
|
|
885fe9 |
# install config files
|
|
|
885fe9 |
install -d -m 0755 %{buildroot}%{_sysconfdir}/%{name}
|
|
|
885fe9 |
install -m 644 -t %{buildroot}%{_sysconfdir}/%{name} contrib/init/systemd/environ/*
|
|
|
885fe9 |
|
|
|
885fe9 |
# install service files
|
|
|
885fe9 |
install -d -m 0755 %{buildroot}%{_unitdir}
|
|
|
885fe9 |
install -m 0644 -t %{buildroot}%{_unitdir} contrib/init/systemd/*.service
|
|
|
885fe9 |
|
|
|
885fe9 |
# install manpages
|
|
|
885fe9 |
install -d %{buildroot}%{_mandir}/man1
|
|
|
885fe9 |
install -p -m 644 docs/man/man1/* %{buildroot}%{_mandir}/man1
|
|
|
19490a |
# from k8s tarball copied docs/man/man1/*.1
|
|
|
885fe9 |
|
|
|
885fe9 |
# install the place the kubelet defaults to put volumes
|
|
|
d2fd77 |
install -d %{buildroot}%{_sharedstatedir}/kubelet
|
|
|
885fe9 |
|
|
|
60d014 |
# place contrib/init/systemd/tmpfiles.d/kubernetes.conf to /usr/lib/tmpfiles.d/kubernetes.conf
|
|
|
60d014 |
install -d -m 0755 %{buildroot}%{_tmpfilesdir}
|
|
|
60d014 |
install -p -m 0644 -t %{buildroot}/%{_tmpfilesdir} contrib/init/systemd/tmpfiles.d/kubernetes.conf
|
|
|
55f026 |
mkdir -p %{buildroot}/run
|
|
|
55f026 |
install -d -m 0755 %{buildroot}/run/%{name}/
|
|
|
60d014 |
|
|
|
5294db |
# enable CPU and Memory accounting
|
|
|
5294db |
install -d -m 0755 %{buildroot}/%{_sysconfdir}/systemd/system.conf.d
|
|
|
5294db |
install -p -m 0644 -t %{buildroot}/%{_sysconfdir}/systemd/system.conf.d %{SOURCE3}
|
|
|
5294db |
|
|
|
19490a |
# rpmdiff issues
|
|
|
41acee |
#chmod 0755 %{buildroot}%{_sharedstatedir}/kubernetes-unit-test/hack/build-ui.sh
|
|
|
41acee |
#chmod 0644 %{buildroot}%{_sharedstatedir}/kubernetes-unit-test/hack/lib/util.sh
|
|
|
55f026 |
chmod 0755 %{buildroot}%{_datadir}/bash-completion/completions/kubectl
|
|
|
41acee |
popd
|
|
|
41acee |
|
|
|
41acee |
mv src/k8s.io/kubernetes/*.md .
|
|
|
41acee |
mv src/k8s.io/kubernetes/LICENSE .
|
|
|
41acee |
|
|
|
41acee |
# place files for unit-test rpm
|
|
|
41acee |
install -d -m 0755 %{buildroot}%{_sharedstatedir}/kubernetes-unit-test/
|
|
|
41acee |
# basically, everything from the root directory is needed
|
|
|
41acee |
# unit-tests needs source code
|
|
|
41acee |
# integration tests needs docs and other files
|
|
|
41acee |
# test-cmd.sh atm needs cluster, examples and other
|
|
|
41acee |
cp -a src %{buildroot}%{_sharedstatedir}/kubernetes-unit-test/
|
|
|
41acee |
rm -rf %{buildroot}%{_sharedstatedir}/kubernetes-unit-test/src/k8s.io/kubernetes/_output
|
|
|
41acee |
cp -a *.md %{buildroot}%{_sharedstatedir}/kubernetes-unit-test/src/k8s.io/kubernetes/
|
|
|
d2fd77 |
|
|
|
8f8650 |
# rpmdiff issues
|
|
|
8f8650 |
chmod 0644 %{buildroot}%{_sharedstatedir}/kubernetes-unit-test/src/k8s.io/kubernetes/vendor/github.com/openshift/source-to-image/pkg/scripts/install.go
|
|
|
8f8650 |
chmod 0755 %{buildroot}%{_sharedstatedir}/kubernetes-unit-test/src/k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/predicates/predicates_test.go
|
|
|
8f8650 |
|
|
|
6c20ab |
%check
|
|
|
6c20ab |
# Fedora, RHEL7 and CentOS are tested via unit-test subpackage
|
|
|
6c20ab |
if [ 1 != 1 ]; then
|
|
|
d2fd77 |
echo "******Testing the commands*****"
|
|
|
d2fd77 |
hack/test-cmd.sh
|
|
|
d2fd77 |
echo "******Benchmarking kube********"
|
|
|
d2fd77 |
hack/benchmark-go.sh
|
|
|
d2fd77 |
|
|
|
d2fd77 |
# In Fedora 20 and RHEL7 the go cover tools isn't available correctly
|
|
|
d2fd77 |
%if 0%{?fedora} >= 21
|
|
|
d2fd77 |
echo "******Testing the go code******"
|
|
|
d2fd77 |
hack/test-go.sh
|
|
|
d2fd77 |
echo "******Testing integration******"
|
|
|
6c20ab |
hack/test-integration.sh --use_go_build
|
|
|
d2fd77 |
%endif
|
|
|
6c20ab |
fi
|
|
|
d2fd77 |
|
|
|
19490a |
#define license tag if not already defined
|
|
|
19490a |
%{!?_licensedir:%global license %doc}
|
|
|
19490a |
|
|
|
885fe9 |
%files
|
|
|
d2fd77 |
# empty as it depends on master and node
|
|
|
d2fd77 |
|
|
|
d2fd77 |
%files master
|
|
|
19490a |
%license LICENSE
|
|
|
19490a |
%doc *.md
|
|
|
d2fd77 |
%{_mandir}/man1/kube-apiserver.1*
|
|
|
d2fd77 |
%{_mandir}/man1/kube-controller-manager.1*
|
|
|
d2fd77 |
%{_mandir}/man1/kube-scheduler.1*
|
|
|
19490a |
%attr(754, -, kube) %caps(cap_net_bind_service=ep) %{_bindir}/kube-apiserver
|
|
|
885fe9 |
%{_bindir}/kube-controller-manager
|
|
|
885fe9 |
%{_bindir}/kube-scheduler
|
|
|
38ffc8 |
%{_bindir}/hyperkube
|
|
|
885fe9 |
%{_unitdir}/kube-apiserver.service
|
|
|
885fe9 |
%{_unitdir}/kube-controller-manager.service
|
|
|
d2fd77 |
%{_unitdir}/kube-scheduler.service
|
|
|
885fe9 |
%dir %{_sysconfdir}/%{name}
|
|
|
885fe9 |
%config(noreplace) %{_sysconfdir}/%{name}/apiserver
|
|
|
d2fd77 |
%config(noreplace) %{_sysconfdir}/%{name}/scheduler
|
|
|
d2fd77 |
%config(noreplace) %{_sysconfdir}/%{name}/config
|
|
|
885fe9 |
%config(noreplace) %{_sysconfdir}/%{name}/controller-manager
|
|
|
d2fd77 |
%{_tmpfilesdir}/kubernetes.conf
|
|
|
55f026 |
%verify(not size mtime md5) %attr(755, kube,kube) %dir /run/%{name}
|
|
|
d2fd77 |
|
|
|
d2fd77 |
%files node
|
|
|
19490a |
%license LICENSE
|
|
|
19490a |
%doc *.md
|
|
|
d2fd77 |
%{_mandir}/man1/kubelet.1*
|
|
|
d2fd77 |
%{_mandir}/man1/kube-proxy.1*
|
|
|
d2fd77 |
%{_bindir}/kubelet
|
|
|
d2fd77 |
%{_bindir}/kube-proxy
|
|
|
38ffc8 |
%{_bindir}/hyperkube
|
|
|
d2fd77 |
%{_unitdir}/kube-proxy.service
|
|
|
d2fd77 |
%{_unitdir}/kubelet.service
|
|
|
d2fd77 |
%dir %{_sharedstatedir}/kubelet
|
|
|
d2fd77 |
%dir %{_sysconfdir}/%{name}
|
|
|
d2fd77 |
%config(noreplace) %{_sysconfdir}/%{name}/config
|
|
|
885fe9 |
%config(noreplace) %{_sysconfdir}/%{name}/kubelet
|
|
|
d2fd77 |
%config(noreplace) %{_sysconfdir}/%{name}/proxy
|
|
|
5294db |
%config(noreplace) %{_sysconfdir}/systemd/system.conf.d/kubernetes-accounting.conf
|
|
|
60d014 |
%{_tmpfilesdir}/kubernetes.conf
|
|
|
55f026 |
%verify(not size mtime md5) %attr(755, kube,kube) %dir /run/%{name}
|
|
|
60d014 |
|
|
|
39ea8e |
%files client
|
|
|
19490a |
%license LICENSE
|
|
|
19490a |
%doc *.md
|
|
|
39ea8e |
%{_mandir}/man1/kubectl.1*
|
|
|
39ea8e |
%{_mandir}/man1/kubectl-*
|
|
|
39ea8e |
%{_bindir}/kubectl
|
|
|
38ffc8 |
%{_bindir}/hyperkube
|
|
|
39ea8e |
%{_datadir}/bash-completion/completions/kubectl
|
|
|
39ea8e |
|
|
|
d2fd77 |
%files unit-test
|
|
|
d2fd77 |
%{_sharedstatedir}/kubernetes-unit-test/
|
|
|
d2fd77 |
|
|
|
d2fd77 |
%pre master
|
|
|
d2fd77 |
getent group kube >/dev/null || groupadd -r kube
|
|
|
d2fd77 |
getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
|
|
|
d2fd77 |
-c "Kubernetes user" kube
|
|
|
d2fd77 |
|
|
|
d2fd77 |
%post master
|
|
|
d2fd77 |
%systemd_post kube-apiserver kube-scheduler kube-controller-manager
|
|
|
d2fd77 |
|
|
|
d2fd77 |
%preun master
|
|
|
d2fd77 |
%systemd_preun kube-apiserver kube-scheduler kube-controller-manager
|
|
|
d2fd77 |
|
|
|
d2fd77 |
%postun master
|
|
|
d2fd77 |
%systemd_postun
|
|
|
d2fd77 |
|
|
|
d2fd77 |
|
|
|
d2fd77 |
%pre node
|
|
|
885fe9 |
getent group kube >/dev/null || groupadd -r kube
|
|
|
885fe9 |
getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
|
|
|
885fe9 |
-c "Kubernetes user" kube
|
|
|
885fe9 |
|
|
|
d2fd77 |
%post node
|
|
|
d2fd77 |
%systemd_post kubelet kube-proxy
|
|
|
5294db |
# If accounting is not currently enabled systemd reexec
|
|
|
5294db |
if [[ `systemctl show docker kubelet | grep -q -e CPUAccounting=no -e MemoryAccounting=no; echo $?` -eq 0 ]]; then
|
|
|
5294db |
systemctl daemon-reexec
|
|
|
5294db |
fi
|
|
|
885fe9 |
|
|
|
d2fd77 |
%preun node
|
|
|
d2fd77 |
%systemd_preun kubelet kube-proxy
|
|
|
d2fd77 |
|
|
|
d2fd77 |
%postun node
|
|
|
885fe9 |
%systemd_postun
|
|
|
885fe9 |
|
|
|
885fe9 |
%changelog
|
|
|
3879cd |
* Tue Jun 06 2017 Jan Chaloupka <jchaloup@redhat.com> - 1.5.2-0.7.git269f928
|
|
|
3879cd |
- Update to ose v3.5.5.23
|
|
|
3879cd |
resolves: #1459174
|
|
|
3879cd |
|
|
|
8e289b |
* Tue May 02 2017 Jan Chaloupka <jchaloup@redhat.com> - 1.5.2-0.6.gita552679
|
|
|
8e289b |
- Update to ose v3.5.5.11
|
|
|
8e289b |
resolves: #1447353
|
|
|
8e289b |
|
|
|
ea5b85 |
* Tue Mar 21 2017 Jan Chaloupka <jchaloup@redhat.com> - 1.5.2-0.5.gita552679
|
|
|
ea5b85 |
- Re-generate man pages
|
|
|
ea5b85 |
related: #1434371
|
|
|
ea5b85 |
|
|
|
ea5b85 |
* Tue Mar 21 2017 Jan Chaloupka <jchaloup@redhat.com> - 1.5.2-0.4.gita552679
|
|
|
ea5b85 |
- Update to ose v3.5.0.55
|
|
|
ea5b85 |
resolves: #1434371
|
|
|
ea5b85 |
|
|
|
ea5b85 |
* Thu Mar 09 2017 Jan Chaloupka <jchaloup@redhat.com> - 1.5.2-0.3.gitc55cf2b
|
|
|
ea5b85 |
- fix rootScopeNaming generate selfLink
|
|
|
ea5b85 |
resolves: #1430427
|
|
|
ea5b85 |
|
|
|
8f8650 |
* Mon Feb 06 2017 Jan Chaloupka <jchaloup@redhat.com> - 1.5.2-0.2.gitc55cf2b
|
|
|
8f8650 |
- Fix rpmdiff issues
|
|
|
8f8650 |
related: #1419726
|
|
|
8f8650 |
|
|
|
8f8650 |
* Mon Feb 06 2017 Jan Chaloupka <jchaloup@redhat.com> - 1.5.2-0.1.gitc55cf2b
|
|
|
8f8650 |
- Update to ose v3.5.0.17
|
|
|
8f8650 |
resolves: #1419726
|
|
|
8f8650 |
|
|
|
41acee |
* Mon Dec 12 2016 Jan Chaloupka <jchaloup@redhat.com> - 1.4.0-0.1.git87d9d8d
|
|
|
41acee |
- Update to ose v3.4.0.34
|
|
|
41acee |
resolves: #1403892
|
|
|
41acee |
- Add missing dependency of kube-proxy on conntrack-tools
|
|
|
41acee |
resolves: #1403196
|
|
|
41acee |
|
|
|
67a91a |
* Tue Nov 01 2016 jchaloup <jchaloup@redhat.com> - 1.3.0-0.3.git86dc49a
|
|
|
67a91a |
- Update to ose v3.3.1.3
|
|
|
67a91a |
resolves: #1390548
|
|
|
67a91a |
|
|
|
55f026 |
* Wed Sep 07 2016 jchaloup <jchaloup@redhat.com> - 1.3.0-0.2.gitc5ee292
|
|
|
55f026 |
- Fix permissions
|
|
|
55f026 |
related: #1373884
|
|
|
55f026 |
|
|
|
55f026 |
* Wed Sep 07 2016 jchaloup <jchaloup@redhat.com> - 1.3.0-0.1.gitc5ee292
|
|
|
55f026 |
- Update to ose v3.3.0.30
|
|
|
55f026 |
resolves: #1373884
|
|
|
55f026 |
|
|
|
55f026 |
* Wed Jul 13 2016 jchaloup <jchaloup@redhat.com> - 1.2.0-0.14.gitec7364b
|
|
|
55f026 |
- Own /run/kubernetes directory
|
|
|
55f026 |
|
|
|
5294db |
* Mon Jul 11 2016 jchaloup <jchaloup@redhat.com> - 1.2.0-0.13.gitec7364b
|
|
|
5294db |
- Update to ose v3.2.1.6
|
|
|
5294db |
Enable CPU and Memory accounting on a node
|
|
|
5294db |
resolves: #1354340
|
|
|
5294db |
|
|
|
66e137 |
* Sun May 29 2016 jchaloup <jchaloup@redhat.com> - 1.2.0-0.12.gita4463d9
|
|
|
66e137 |
- Update to ose v3.2.0.44
|
|
|
66e137 |
resolves: #1340646
|
|
|
66e137 |
|
|
|
cbb2ea |
* Tue Apr 19 2016 jchaloup <jchaloup@redhat.com> - 1.2.0-0.11.git738b760
|
|
|
cbb2ea |
- Set correct permissions for kubernetes-unit-test/docs/user-guide/ui.md (not shipped)
|
|
|
cbb2ea |
related: #1327666
|
|
|
cbb2ea |
|
|
|
cbb2ea |
* Fri Apr 15 2016 jchaloup <jchaloup@redhat.com> - 1.2.0-0.10.gite88b10d
|
|
|
cbb2ea |
- Rebase to ose v3.2.0.16, kubernetes v1.2.0
|
|
|
cbb2ea |
resolves: #1327666
|
|
|
cbb2ea |
|
|
|
38ffc8 |
* Tue Mar 08 2016 jchaloup <jchaloup@redhat.com> - 1.2.0-0.9.alpha1.gitb57e8bd
|
|
|
38ffc8 |
- hyperkube.server: don't parse args for any command
|
|
|
38ffc8 |
related: #1314728
|
|
|
38ffc8 |
|
|
|
38ffc8 |
* Mon Mar 07 2016 jchaloup <jchaloup@redhat.com> - 1.2.0-0.8.alpha1.git8574601
|
|
|
38ffc8 |
- Rebase to ose 3.1.1.6
|
|
|
38ffc8 |
related: #1314728
|
|
|
38ffc8 |
|
|
|
38ffc8 |
* Fri Mar 04 2016 jchaloup <jchaloup@redhat.com> - 1.2.0-0.7.alpha7.git8632732
|
|
|
38ffc8 |
- Bump to upstream 125f050150ef45b31e6b671d269bb69dc93541e5
|
|
|
38ffc8 |
Disable extensions/v1beta1 implicitly
|
|
|
38ffc8 |
resolves: #1314728
|
|
|
38ffc8 |
|
|
|
19490a |
* Tue Jan 05 2016 jchaloup <jchaloup@redhat.com> - 1.2.0-0.6.alpha1.git8632732
|
|
|
19490a |
- Move definition of all version, git and commit macros at one place
|
|
|
19490a |
|
|
|
19490a |
* Mon Jan 04 2016 jchaloup <jchaloup@redhat.com> - 1.2.0-0.5.alpha1.git8632732
|
|
|
19490a |
- Set kube-apiserver's group to kube
|
|
|
19490a |
resolves: #1295545
|
|
|
19490a |
|
|
|
19490a |
* Mon Jan 04 2016 jchaloup <jchaloup@redhat.com> - 1.2.0-0.4.alpha1.git8632732
|
|
|
19490a |
- Set kube-apiserver permission to 754
|
|
|
19490a |
|
|
|
19490a |
* Mon Jan 04 2016 jchaloup <jchaloup@redhat.com> - 1.2.0-0.3.alpha1.git8632732
|
|
|
19490a |
- Fix rpmdiff complaint
|
|
|
19490a |
|
|
|
19490a |
* Tue Dec 01 2015 jchaloup <jchaloup@redhat.com> - 1.2.0-0.2.alpha1.git0e71938
|
|
|
19490a |
- Build kubernetes from ose's Godeps using hack/build-go.sh
|
|
|
19490a |
ose's Godeps = kubernetes upstream + additional patches
|
|
|
19490a |
- Build with debug info
|
|
|
19490a |
- Use internal pod infrastructure container
|
|
|
19490a |
- Set CAP_NET_BIND_SERVICE on the kube-apiserver so it can use 443, set 0 permission for others
|
|
|
19490a |
- Rebase to ose-3.1.1.0 (19 Dec 2015)
|
|
|
19490a |
|
|
|
19490a |
* Thu Nov 05 2015 jchaloup <jchaloup@redhat.com> - 1.2.0-0.1.alpha1.git0e71938
|
|
|
19490a |
- Rebase to ose 3.1.0.0
|
|
|
19490a |
- Remove Ceph and FC volume patch as they are already merged in k8s tarball
|
|
|
19490a |
|
|
|
19490a |
* Fri Oct 23 2015 Colin Walters <walters@redhat.com> - 1.1.0-0.41.alpha1.git6de3e85
|
|
|
19490a |
- Add patch to support FC volumes
|
|
|
19490a |
Resolves: #1274443
|
|
|
19490a |
|
|
|
19490a |
* Fri Oct 23 2015 Colin Walters <walters@redhat.com> - 1.1.0-0.40.alpha1.git6de3e85
|
|
|
19490a |
- Add patch to drop dependency on Ceph server side
|
|
|
19490a |
Resolves: #1274421
|
|
|
19490a |
|
|
|
19490a |
* Mon Oct 12 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.39.alpha1.git6de3e85
|
|
|
19490a |
- Add missing short option for --server of kubectl
|
|
|
19490a |
- Update unit-test-subpackage (only test-cmd.sh atm)
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Fri Oct 09 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.38.alpha1.git6de3e85
|
|
|
19490a |
- Add normalization of flags
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Wed Sep 30 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.37.alpha1.git5f38cb0
|
|
|
19490a |
- Do not unset default cluster, otherwise k8s ends with error when no cluster set
|
|
|
19490a |
- Built k8s from o7t/ose 6de3e8543699213f0cdb28032be82b4dae408dfe
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Wed Sep 30 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.36.alpha0.git5f38cb0
|
|
|
19490a |
- Bump to o4n 5f38cb0e98c9e854cafba9c7f98dafd51e955ad8
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Tue Sep 29 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.35.alpha1.git2695cdc
|
|
|
19490a |
- Update git version of k8s and o4n, add macros
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Tue Sep 29 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.34.alpha1.git2695cdc
|
|
|
19490a |
- Built k8s from o4n tarball
|
|
|
19490a |
- Bump to upstream 2695cdcd29a8f11ef60278758e11f4817daf3c7c
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Tue Sep 22 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.33.alpha1.git09cf38e
|
|
|
19490a |
- Bump to upstream 09cf38e9a80327e2d41654db277d00f19e2c84d0
|
|
|
19490a |
related: #1211266
|
|
|
fcc367 |
|
|
|
19490a |
* Thu Sep 17 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.32.alpha1.git400e685
|
|
|
19490a |
- Bump to upstream 400e6856b082ecf4b295568acda68d630fc000f1
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Wed Sep 16 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.31.gitd549fc4
|
|
|
19490a |
- Bump to upstream d549fc400ac3e5901bd089b40168e1e6fb17341d
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Tue Sep 15 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.30.gitc9570e3
|
|
|
19490a |
- Bump to upstream c9570e34d03c6700d83f796c0125d17c5064e57d
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Mon Sep 14 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.29.git86b4e77
|
|
|
19490a |
- Bump to upstream 86b4e777e1947c1bc00e422306a3ca74cbd54dbe
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Thu Sep 10 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.28.gitf867ba3
|
|
|
19490a |
- Bump to upstream f867ba3ba13e3dad422efd21c74f52b9762de37e
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Wed Sep 09 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.27.git0f4fa4e
|
|
|
19490a |
- Bump to upstream 0f4fa4ed25ae9a9d1824fe55aeefb4d4ebfecdfd
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Tue Sep 08 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.26.git196f58b
|
|
|
19490a |
- Bump to upstream 196f58b9cb25a2222c7f9aacd624737910b03acb
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Mon Sep 07 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.25.git96e0ed5
|
|
|
19490a |
- Bump to upstream 96e0ed5749608d4cc32f61b3674deb04c8fa90ad
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Sat Sep 05 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.24.git2e2def3
|
|
|
19490a |
- Bump to upstream 2e2def36a904fe9a197da5fc70e433e2e884442f
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Fri Sep 04 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.23.gite724a52
|
|
|
19490a |
- Bump to upstream e724a5210adf717f62a72162621ace1e08730c75
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Thu Sep 03 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.22.gitb6f2f39
|
|
|
19490a |
- Bump to upstream b6f2f396baec5105ff928cf61903c2c368259b21
|
|
|
19490a |
related: #1211266
|
|
|
39ea8e |
|
|
|
19490a |
* Wed Sep 02 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.21.gitb4a3698
|
|
|
19490a |
- Bump to upstream b4a3698faed81410468eccf9f328ca6df3d0cca3
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Tue Sep 01 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.20.git2f9652c
|
|
|
19490a |
- Bump to upstream 2f9652c7f1d4b8f333c0b5c8c1270db83b913436
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Mon Aug 31 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.19.git66a644b
|
|
|
19490a |
- Bump to upstream 66a644b275ede9ddb98eb3f76e8d1840cafc2147
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Thu Aug 27 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.18.gitab73849
|
|
|
19490a |
- Bump to upstream ab7384943748312f5e9294f42d42ed3983c7c96c
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Wed Aug 26 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.17.git00e3442
|
|
|
19490a |
- Bump to upstream 00e34429e0242323ed34347cf0ab65b3d62b21f7
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Tue Aug 25 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.16.gita945785
|
|
|
19490a |
- Bump to upstream a945785409d5b68f3a2721d2209300edb5abf1ce
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Mon Aug 24 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.15.git5fe7029
|
|
|
19490a |
- Bump to upstream 5fe7029e688e1e5873a0b95a622edda5b5156d2b
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Fri Aug 21 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.14.gitb6f18c7
|
|
|
19490a |
- Bump to upstream b6f18c7ce08714c8d4f6019463879a164a41750e
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Thu Aug 20 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.13.git44fa48e
|
|
|
19490a |
- Bump to upstream 44fa48e5af44d3e988fa943d96a2de732d8cc666
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Wed Aug 19 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.12.gitb5a4a54
|
|
|
19490a |
- Bump to upstream b5a4a548df0cffb99bdcc3b9b9e48d4025d0541c
|
|
|
19490a |
related: #1211266
|
|
|
19490a |
|
|
|
19490a |
* Tue Aug 18 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.11.git919c7e9
|
|
|
19490a |
- Bump to upstream 919c7e94e23d2dcd5bdd96896e0a7990f9ae3338
|
|
|
19490a |
related: #1211266
|
|
|
39ea8e |
|
|
|
39ea8e |
* Tue Aug 18 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.10.git280b66c
|
|
|
39ea8e |
- Bump to upstream 280b66c9012c21e253acd4e730f8684c39ca08ec
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
39ea8e |
* Mon Aug 17 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.9.git081d9c6
|
|
|
39ea8e |
- Bump to upstream 081d9c64d25c20ec16035036536511811118173d
|
|
|
39ea8e |
related: #1211266
|
|
|
39ea8e |
|
|
|
39ea8e |
* Fri Aug 14 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.8.git8dcbeba
|
|
|
39ea8e |
- Bump to upstream 8dcbebae5ef6a7191d9dfb65c68833c6852a21ad
|
|
|
39ea8e |
related: #1211266
|
|
|
39ea8e |
|
|
|
39ea8e |
* Thu Aug 13 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.7.git968cbbe
|
|
|
39ea8e |
- Bump to upstream 968cbbee5d4964bd916ba379904c469abb53d623
|
|
|
39ea8e |
related: #1211266
|
|
|
39ea8e |
|
|
|
39ea8e |
* Wed Aug 12 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.6.gitc91950f
|
|
|
39ea8e |
- Bump to upstream c91950f01cb14ad47486dfcd2fdfb4be3ee7f36b
|
|
|
39ea8e |
related: #1211266
|
|
|
39ea8e |
|
|
|
39ea8e |
* Tue Aug 11 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.5.gite44c8e6
|
|
|
39ea8e |
- Bump to upstream e44c8e6661c931f7fd434911b0d3bca140e1df3a
|
|
|
39ea8e |
related: #1211266
|
|
|
39ea8e |
|
|
|
39ea8e |
* Mon Aug 10 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.4.git2bfa9a1
|
|
|
39ea8e |
- Bump to upstream 2bfa9a1f98147cfdc2e9f4cf50e2c430518d91eb
|
|
|
39ea8e |
related: #1243827
|
|
|
39ea8e |
|
|
|
39ea8e |
* Thu Aug 06 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.3.git4c42e13
|
|
|
39ea8e |
- Bump to upstream 4c42e1302d3b351f3cb6074d32aa420bbd45e07d
|
|
|
39ea8e |
- Change import path prefix to k8s.io/kubernetes
|
|
|
39ea8e |
related: #1243827
|
|
|
39ea8e |
|
|
|
39ea8e |
* Wed Aug 05 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.2.git159ba48
|
|
|
39ea8e |
- Bump to upstream 159ba489329e9f6ce422541e13f97e1166090ec8
|
|
|
39ea8e |
related: #1243827
|
|
|
39ea8e |
|
|
|
39ea8e |
* Sat Aug 01 2015 jchaloup <jchaloup@redhat.com> - 1.1.0-0.1.git6129d3d
|
|
|
39ea8e |
- Bump to upstream 6129d3d4eb80714286650818081a64ce2699afed
|
|
|
39ea8e |
related: #1243827
|
|
|
39ea8e |
|
|
|
39ea8e |
* Fri Jul 31 2015 jchaloup <jchaloup@redhat.com> - 1.0.0-0.18.gitff058a1
|
|
|
39ea8e |
- Bump to upstream ff058a1afeb63474f7a35805941f3b07c27aae0f
|
|
|
39ea8e |
related: #1243827
|
|
|
39ea8e |
|
|
|
39ea8e |
* Thu Jul 30 2015 jchaloup <jchaloup@redhat.com> - 1.0.0-0.17.git769230e
|
|
|
39ea8e |
- Bump to upstream 769230e735993bb0bf924279a40593c147c9a6ab
|
|
|
39ea8e |
related: #1243827
|
|
|
39ea8e |
|
|
|
39ea8e |
* Wed Jul 29 2015 jchaloup <jchaloup@redhat.com> - 1.0.0-0.16.gitdde7222
|
|
|
39ea8e |
- Bump to upstream dde72229dc9cbbdacfb2e44b22d9d5b357027020
|
|
|
39ea8e |
related: #1243827
|
|
|
39ea8e |
|
|
|
39ea8e |
* Tue Jul 28 2015 jchaloup <jchaloup@redhat.com> - 1.0.0-0.15.gitc5bffaa
|
|
|
39ea8e |
- Bump to upstream c5bffaaf3166513da6259c44a5d1ba8e86bea5ce
|
|
|
39ea8e |
related: #1243827
|
|
|
39ea8e |
|
|
|
39ea8e |
* Sat Jul 25 2015 jchaloup <jchaloup@redhat.com> - 1.0.0-0.14.git5bd82ff
|
|
|
39ea8e |
- Bump to upstream 5bd82ffe6da8f4e72e71b362635e558bfc412106
|
|
|
39ea8e |
related: #1243827
|
|
|
39ea8e |
|
|
|
39ea8e |
* Fri Jul 24 2015 jchaloup <jchaloup@redhat.com> - 1.0.0-0.13.git291acd1
|
|
|
39ea8e |
- Bump to upstream 291acd1a09ac836ec7524b060a19a6498d9878dd
|
|
|
39ea8e |
related: #1243827
|
|
|
39ea8e |
|
|
|
39ea8e |
* Thu Jul 23 2015 jchaloup <jchaloup@redhat.com> - 1.0.0-0.12.gitfbed349
|
|
|
39ea8e |
- Bump to upstream fbed3492bfa09e59b1c423fdd7c1ecad333a06ef
|
|
|
39ea8e |
related: #1243827
|
|
|
39ea8e |
|
|
|
39ea8e |
* Tue Jul 21 2015 jchaloup <jchaloup@redhat.com> - 1.0.0-0.11.gitfbc85e9
|
|
|
39ea8e |
- Add runtime dependency of kubernetes-node on socat (so kubectl port-forward works on AH)
|
|
|
39ea8e |
|
|
|
39ea8e |
* Tue Jul 21 2015 jchaloup <jchaloup@redhat.com> - 1.0.0-0.10.gitfbc85e9
|
|
|
39ea8e |
- Update the build script for go1.5 as well
|
|
|
39ea8e |
- Bump to upstream fbc85e9838f25547be94fbffeeb92a756d908ca0
|
|
|
39ea8e |
related: #1243827
|
|
|
39ea8e |
|
|
|
39ea8e |
* Mon Jul 20 2015 jchaloup <jchaloup@redhat.com> - 1.0.0-0.9.git2d88675
|
|
|
39ea8e |
- Bump to upstream 2d88675f2203d316d4bac312c7ccad12991b56c2
|
|
|
6c20ab |
- Change KUBE_ETCD_SERVERS to listen on 2379 ports instead of 4001
|
|
|
6c20ab |
resolves: #1243827
|
|
|
39ea8e |
- Add kubernetes-client to provide kubectl command
|
|
|
39ea8e |
resolves: #1241469
|
|
|
39ea8e |
|
|
|
39ea8e |
* Mon Jul 20 2015 jchaloup <jchaloup@redhat.com> - 1.0.0-0.8.gitb2dafda
|
|
|
39ea8e |
- Fix dependency and tests for go-1.5
|
|
|
39ea8e |
- with_debug off as the builds ends with error "ELFRESERVE too small: ..."
|
|
|
39ea8e |
|
|
|
39ea8e |
* Sat Jul 18 2015 Eric Paris <eparis@redhat.com> - 1.0.0-0.7.gitb2dafda
|
|
|
39ea8e |
- Update apiserver binary gid
|
|
|
6c20ab |
|
|
|
6c20ab |
* Fri Jul 17 2015 jchaloup <jchaloup@redhat.com> - 1.0.0-0.6.gitb2dafda
|
|
|
6c20ab |
- Bump to upstream b2dafdaef5aceafad503ab56254b60f80da9e980
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Thu Jul 16 2015 jchaloup <jchaloup@redhat.com> - 1.0.0-0.5.git596a8a4
|
|
|
6c20ab |
- Bump to upstream 596a8a40d12498b5335140f50753980bfaea4f6b
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Wed Jul 15 2015 jchaloup <jchaloup@redhat.com> - 1.0.0-0.4.git6ba532b
|
|
|
6c20ab |
- Bump to upstream 6ba532b218cb5f5ea3f0e8dce5395182f388536c
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Tue Jul 14 2015 jchaloup <jchaloup@redhat.com> - 1.0.0-0.3.gitc616182
|
|
|
6c20ab |
- Bump to upstream c6161824db3784e6156131307a5e94647e5557fd
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Mon Jul 13 2015 jchaloup <jchaloup@redhat.com> - 1.0.0-0.2.git2c27b1f
|
|
|
6c20ab |
- Bump to upstream 2c27b1fa64f4e70f04575d1b217494f49332390e
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Sat Jul 11 2015 jchaloup <jchaloup@redhat.com> - 1.0.0-0.1.git1b37059
|
|
|
6c20ab |
- Bump to upstream 1b370599ccf271741e657335c4943cb8c7dba28b
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Fri Jul 10 2015 jchaloup <jchaloup@redhat.com> - 0.21.1-0.2.gitccc4cfc
|
|
|
6c20ab |
- Bump to upstream ccc4cfc7e11e0f127ac1cea045017dd799be3c63
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Thu Jul 09 2015 jchaloup <jchaloup@redhat.com> - 0.21.1-0.1.git41f8907
|
|
|
6c20ab |
- Update generating of man pages from md (add genmanpages.sh)
|
|
|
6c20ab |
- Bump to upstream 41f89075396329cd46c58495c7d3f7e13adcaa96
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Wed Jul 08 2015 jchaloup <jchaloup@redhat.com> - 0.20.2-0.5.git77be29e
|
|
|
6c20ab |
- Bump to upstream 77be29e3da71f0a136b6aa4048b2f0575c2598e4
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Tue Jul 07 2015 jchaloup <jchaloup@redhat.com> - 0.20.2-0.4.git639a7da
|
|
|
6c20ab |
- Bump to upstream 639a7dac50a331414cc6c47083323388da0d8756
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Mon Jul 06 2015 jchaloup <jchaloup@redhat.com> - 0.20.2-0.3.gitbb6f2f7
|
|
|
6c20ab |
- Bump to upstream bb6f2f7ad90596d624d84cc691eec0f518e90cc8
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Fri Jul 03 2015 jchaloup <jchaloup@redhat.com> - 0.20.2-0.2.git974377b
|
|
|
6c20ab |
- Bump to upstream 974377b3064ac59b6e5694bfa568d67128026171
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Thu Jul 02 2015 jchaloup <jchaloup@redhat.com> - 0.20.2-0.1.gitef41ceb
|
|
|
6c20ab |
- Bump to upstream ef41ceb3e477ceada84c5522f429f02ab0f5948e
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Tue Jun 30 2015 jchaloup <jchaloup@redhat.com> - 0.20.0-0.3.git835eded
|
|
|
6c20ab |
- Bump to upstream 835eded2943dfcf13a89518715e4be842a6a3ac0
|
|
|
6c20ab |
- Generate missing man pages
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Mon Jun 29 2015 jchaloup <jchaloup@redhat.com> - 0.20.0-0.2.git1c0b765
|
|
|
6c20ab |
- Bump to upstream 1c0b765df6dabfe9bd0e20489ed3bd18e6b3bda8
|
|
|
6c20ab |
Comment out missing man pages
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Fri Jun 26 2015 jchaloup <jchaloup@redhat.com> - 0.20.0-0.1.git8ebd896
|
|
|
6c20ab |
- Bump to upstream 8ebd896351513d446d56bc5785c070d2909226a3
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Fri Jun 26 2015 jchaloup <jchaloup@redhat.com> - 0.19.3-0.6.git712f303
|
|
|
6c20ab |
- Bump to upstream 712f303350b35e70a573f3cb19193c8ec7ee7544
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Thu Jun 25 2015 jchaloup <jchaloup@redhat.com> - 0.19.3-0.5.git2803b86
|
|
|
6c20ab |
- Bump to upstream 2803b86a42bf187afa816a7ce14fec754cc2af51
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Wed Jun 24 2015 Eric Paris <eparis@redhat.com> - 0.19.3-0.4.git5b4dc4e
|
|
|
6c20ab |
- Set CAP_NET_BIND_SERVICE on the kube-apiserver so it can use 443
|
|
|
6c20ab |
|
|
|
6c20ab |
* Wed Jun 24 2015 jchaloup <jchaloup@redhat.com> - 0.19.3-0.3.git5b4dc4e
|
|
|
6c20ab |
- Bump to upstream 5b4dc4edaa14e1ab4e3baa19df0388fa54dab344
|
|
|
6c20ab |
pkg/cloudprovider/* packages does not conform to golang language specification
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Tue Jun 23 2015 jchaloup <jchaloup@redhat.com> - 0.19.3-0.2.gita2ce3ea
|
|
|
6c20ab |
- Bump to upstream a2ce3ea5293553b1fe0db3cbc6d53bdafe061d79
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Mon Jun 22 2015 jchaloup <jchaloup@redhat.com> - 0.19.1-0.1.gitff0546d
|
|
|
6c20ab |
- Bump to upstream ff0546da4fc23598de59db9f747c535545036463
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Fri Jun 19 2015 jchaloup <jchaloup@redhat.com> - 0.19.0-0.7.gitb2e9fed
|
|
|
6c20ab |
- Bump to upstream b2e9fed3490274509506285bdba309c50afb5c39
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Thu Jun 18 2015 jchaloup <jchaloup@redhat.com> - 0.19.0-0.6.gitf660940
|
|
|
6c20ab |
- Bump to upstream f660940dceb3fe6ffb1b14ba495a47d91b5cd910
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Wed Jun 17 2015 jchaloup <jchaloup@redhat.com> - 0.19.0-0.5.git43889c6
|
|
|
6c20ab |
- Bump to upstream 43889c612c4d396dcd8fbf3fbd217e106eaf5bce
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Tue Jun 16 2015 jchaloup <jchaloup@redhat.com> - 0.19.0-0.4.gita8269e3
|
|
|
6c20ab |
- Bump to upstream a8269e38c9e2bf81ba18cd6420e2309745d5b0b9
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Sun Jun 14 2015 jchaloup <jchaloup@redhat.com> - 0.19.0-0.3.git5e5c1d1
|
|
|
6c20ab |
- Bump to upstream 5e5c1d10976f2f26d356ca60ef7d0d715c9f00a2
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Fri Jun 12 2015 jchaloup <jchaloup@redhat.com> - 0.19.0-0.2.git0ca96c3
|
|
|
6c20ab |
- Bump to upstream 0ca96c3ac8b47114169f3b716ae4521ed8c7657c
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Thu Jun 11 2015 jchaloup <jchaloup@redhat.com> - 0.19.0-0.1.git5a02fc0
|
|
|
6c20ab |
- Bump to upstream 5a02fc07d8a943132b9e68fe7169778253318487
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Wed Jun 10 2015 jchaloup <jchaloup@redhat.com> - 0.18.2-0.3.git0dfb681
|
|
|
6c20ab |
- Bump to upstream 0dfb681ba5d5dba535895ace9d650667904b5df7
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Tue Jun 09 2015 jchaloup <jchaloup@redhat.com> - 0.18.2-0.2.gitb68e08f
|
|
|
6c20ab |
- golang-cover is not needed
|
|
|
6c20ab |
|
|
|
6c20ab |
* Tue Jun 09 2015 jchaloup <jchaloup@redhat.com> - 0.18.2-0.1.gitb68e08f
|
|
|
6c20ab |
- Bump to upstream b68e08f55f5ae566c4ea3905d0993a8735d6d34f
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Sat Jun 06 2015 jchaloup <jchaloup@redhat.com> - 0.18.1-0.3.git0f1c4c2
|
|
|
6c20ab |
- Bump to upstream 0f1c4c25c344f70c3592040b2ef092ccdce0244f
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Fri Jun 05 2015 jchaloup <jchaloup@redhat.com> - 0.18.1-0.2.git7309e1f
|
|
|
6c20ab |
- Bump to upstream 7309e1f707ea5dd08c51f803037d7d22c20e2b92
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Thu Jun 04 2015 jchaloup <jchaloup@redhat.com> - 0.18.1-0.1.gita161edb
|
|
|
6c20ab |
- Bump to upstream a161edb3960c01ff6e14813858c2eeb85910009b
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Wed Jun 03 2015 jchaloup <jchaloup@redhat.com> - 0.18.0-0.3.gitb5a91bd
|
|
|
6c20ab |
- Bump to upstream b5a91bda103ed2459f933959241a2b57331747ba
|
|
|
6c20ab |
- Don't run %check section (kept only for local run). Tests are now handled via CI.
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Tue Jun 02 2015 jchaloup <jchaloup@redhat.com> - 0.18.0-0.2.git5520386
|
|
|
6c20ab |
- Bump to upstream 5520386b180d3ddc4fa7b7dfe6f52642cc0c25f3
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Mon Jun 01 2015 jchaloup <jchaloup@redhat.com> - 0.18.0-0.1.git0bb78fe
|
|
|
6c20ab |
- Bump to upstream 0bb78fe6c53ce38198cc3805c78308cdd4805ac8
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Fri May 29 2015 jchaloup <jchaloup@redhat.com> - 0.17.1-6
|
|
|
6c20ab |
- Bump to upstream ed4898d98c46869e9cbdb44186dfdeda9ff80cc2
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
6c20ab |
* Thu May 28 2015 jchaloup <jchaloup@redhat.com> - 0.17.1-5
|
|
|
6c20ab |
- Bump to upstream 6fa2777e26559fc008eacac83eb165d25bd9a7de
|
|
|
6c20ab |
related: #1211266
|
|
|
6c20ab |
|
|
|
d2fd77 |
* Tue May 26 2015 jchaloup <jchaloup@redhat.com> - 0.17.1-4
|
|
|
d2fd77 |
- Bump to upstream 01fcb58673001e56c69e128ab57e0c3f701aeea5
|
|
|
6c20ab |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Mon May 25 2015 jchaloup <jchaloup@redhat.com> - 0.17.1-3
|
|
|
d2fd77 |
- Decompose package into master and node subpackage.
|
|
|
d2fd77 |
Thanks to Avesh for testing and patience.
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Mon May 25 2015 jchaloup <jchaloup@redhat.com> - 0.17.1-2
|
|
|
d2fd77 |
- Bump to upstream cf7b0bdc2a41d38613ac7f8eeea91cae23553fa2
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Fri May 22 2015 jchaloup <jchaloup@redhat.com> - 0.17.1-1
|
|
|
6c20ab |
- Bump to upstream d9d12fd3f7036c92606fc3ba9046b365212fcd70
|
|
|
6c20ab |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Wed May 20 2015 jchaloup <jchaloup@redhat.com> - 0.17.0-12
|
|
|
d2fd77 |
- Bump to upstream a76bdd97100c66a46e2b49288540dcec58a954c4
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Tue May 19 2015 jchaloup <jchaloup@redhat.com> - 0.17.0-11
|
|
|
d2fd77 |
- Bump to upstream 10339d72b66a31592f73797a9983e7c207481b22
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Mon May 18 2015 jchaloup <jchaloup@redhat.com> - 0.17.0-10
|
|
|
d2fd77 |
- Bump to upstream efb42b302d871f7217394205d84e5ae82335d786
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Sat May 16 2015 jchaloup <jchaloup@redhat.com> - 0.17.0-9
|
|
|
d2fd77 |
- Bump to upstream d51e131726b925e7088b90915e99042459b628e0
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Fri May 15 2015 jchaloup <jchaloup@redhat.com> - 0.17.0-8
|
|
|
d2fd77 |
- Bump to upstream 1ee33ac481a14db7b90e3bbac8cec4ceea822bfb
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Fri May 15 2015 jchaloup <jchaloup@redhat.com> - 0.17.0-7
|
|
|
d2fd77 |
- Bump to upstream d3c6fb0d6a13c0177dcd67556d72963c959234ea
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Fri May 15 2015 jchaloup <jchaloup@redhat.com> - 0.17.0-6
|
|
|
d2fd77 |
- Bump to upstream f57f31783089f41c0bdca8cb87a1001ca94e1a45
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Thu May 14 2015 jchaloup <jchaloup@redhat.com> - 0.17.0-5
|
|
|
d2fd77 |
- Bump to upstream c90d381d0d5cf8ab7b8412106f5a6991d7e13c7d
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Thu May 14 2015 jchaloup <jchaloup@redhat.com> - 0.17.0-4
|
|
|
d2fd77 |
- Bump to upstream 5010b2dde0f9b9eb820fe047e3b34bc9fa6324de
|
|
|
d2fd77 |
- Add debug info
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Wed May 13 2015 jchaloup <jchaloup@redhat.com> - 0.17.0-3
|
|
|
d2fd77 |
- Bump to upstream ec19d41b63f5fe7b2c939e7738a41c0fbe65d796
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Tue May 12 2015 jchaloup <jchaloup@redhat.com> - 0.17.0-2
|
|
|
d2fd77 |
- Provide /usr/bin/kube-version-change binary
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Tue May 12 2015 jchaloup <jchaloup@redhat.com> - 0.17.0-1
|
|
|
d2fd77 |
- Bump to upstream 962f10ee580eea30e5f4ea725c4e9e3743408a58
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Mon May 11 2015 jchaloup <jchaloup@redhat.com> - 0.16.2-7
|
|
|
d2fd77 |
- Bump to upstream 63182318c5876b94ac9b264d1224813b2b2ab541
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Fri May 08 2015 jchaloup <jchaloup@redhat.com> - 0.16.2-6
|
|
|
d2fd77 |
- Bump to upstream d136728df7e2694df9e082902f6239c11b0f2b00
|
|
|
d2fd77 |
- Add NetworkManager as dependency for /etc/resolv.conf
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Thu May 07 2015 jchaloup <jchaloup@redhat.com> - 0.16.2-5
|
|
|
d2fd77 |
- Bump to upstream ca0f678b9a0a6dc795ac7a595350d0dbe9d0ac3b
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Wed May 06 2015 jchaloup <jchaloup@redhat.com> - 0.16.2-4
|
|
|
d2fd77 |
- Add docs to kubernetes-unit-test
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Wed May 06 2015 jchaloup <jchaloup@redhat.com> - 0.16.2-3
|
|
|
d2fd77 |
- Bump to upstream 3a24c0e898cb3060d7905af6df275a3be562451d
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Tue May 05 2015 jchaloup <jchaloup@redhat.com> - 0.16.2-2
|
|
|
6c20ab |
- Add api and README.md to kubernetes-unit-test
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Tue May 05 2015 jchaloup <jchaloup@redhat.com> - 0.16.2-1
|
|
|
d2fd77 |
- Bump to upstream 72048a824ca16c3921354197953fabecede5af47
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Mon May 04 2015 jchaloup <jchaloup@redhat.com> - 0.16.1-2
|
|
|
d2fd77 |
- Bump to upstream 1dcd80cdf3f00409d55cea1ef0e7faef0ae1d656
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Sun May 03 2015 jchaloup <jchaloup@redhat.com> - 0.16.1-1
|
|
|
d2fd77 |
- Bump to upstream 86751e8c90a3c0e852afb78d26cb6ba8cdbc37ba
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Fri May 01 2015 jchaloup <jchaloup@redhat.com> - 0.16.0-2
|
|
|
d2fd77 |
- Bump to upstream 72708d74b9801989ddbdc8403fc5ba4aafb7c1ef
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Wed Apr 29 2015 jchaloup <jchaloup@redhat.com> - 0.16.0-1
|
|
|
d2fd77 |
- Bump to upstream 7dcce2eeb7f28643d599c8b6a244523670d17c93
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Tue Apr 28 2015 jchaloup <jchaloup@redhat.com> - 0.15.0-10
|
|
|
d2fd77 |
- Add unit-test subpackage
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Tue Apr 28 2015 jchaloup <jchaloup@redhat.com> - 0.15.0-9
|
|
|
d2fd77 |
- Bump to upstream 99fc906f78cd2bcb08536c262867fa6803f816d5
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Mon Apr 27 2015 jchaloup <jchaloup@redhat.com> - 0.15.0-8
|
|
|
d2fd77 |
- Bump to upstream 051dd96c542799dfab39184d2a7c8bacf9e88d85
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Fri Apr 24 2015 jchaloup <jchaloup@redhat.com> - 0.15.0-7
|
|
|
d2fd77 |
- Bump to upstream 9f753c2592481a226d72cea91648db8fb97f0da8
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Thu Apr 23 2015 jchaloup <jchaloup@redhat.com> - 0.15.0-6
|
|
|
d2fd77 |
- Bump to upstream cf824ae5e07965ba0b4b15ee88e08e2679f36978
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Tue Apr 21 2015 jchaloup <jchaloup@redhat.com> - 0.15.0-5
|
|
|
d2fd77 |
- Bump to upstream 21788d8e6606038a0a465c97f5240b4e66970fbb
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Mon Apr 20 2015 jchaloup <jchaloup@redhat.com> - 0.15.0-4
|
|
|
d2fd77 |
- Bump to upstream eb1ea269954da2ce557f3305fa88d42e3ade7975
|
|
|
d2fd77 |
related: #1211266
|
|
|
d2fd77 |
|
|
|
d2fd77 |
* Fri Apr 17 2015 jchaloup <jchaloup@redhat.com> - 0.15.0-3
|
|
|
d2fd77 |
- Obsolete cadvisor as it is integrated in kubelet
|
|
|
d2fd77 |
related: #1211266
|
|
|
60d014 |
|
|
|
60d014 |
* Wed Apr 15 2015 jchaloup <jchaloup@redhat.com> - 0.15.0-0.2.git0ea87e4
|
|
|
60d014 |
- Bump to upstream 0ea87e486407298dc1e3126c47f4076b9022fb09
|
|
|
6c20ab |
related: #1211266
|
|
|
60d014 |
|
|
|
60d014 |
* Tue Apr 14 2015 jchaloup <jchaloup@redhat.com> - 0.15.0-0.1.gitd02139d
|
|
|
60d014 |
- Bump to upstream d02139d2b454ecc5730cc535d415c1963a7fb2aa
|
|
|
60d014 |
related: #1211266
|
|
|
60d014 |
|
|
|
60d014 |
* Sun Apr 12 2015 jchaloup <jchaloup@redhat.com> - 0.14.2-0.2.gitd577db9
|
|
|
60d014 |
- Bump to upstream d577db99873cbf04b8e17b78f17ec8f3a27eca30
|
|
|
60d014 |
|
|
|
60d014 |
* Wed Apr 08 2015 jchaloup <jchaloup@redhat.com> - 0.14.2-0.1.git2719194
|
|
|
60d014 |
- Bump to upstream 2719194154ffd38fd1613699a9dd10a00909957e
|
|
|
60d014 |
Use etcd-2.0.8 and higher
|
|
|
60d014 |
|
|
|
60d014 |
* Tue Apr 07 2015 jchaloup <jchaloup@redhat.com> - 0.14.1-0.2.gitd2f4734
|
|
|
60d014 |
- Bump to upstream d2f473465738e6b6f7935aa704319577f5e890ba
|
|
|
60d014 |
|
|
|
60d014 |
* Thu Apr 02 2015 jchaloup <jchaloup@redhat.com> - 0.14.1-0.1.gita94ffc8
|
|
|
60d014 |
- Bump to upstream a94ffc8625beb5e2a39edb01edc839cb8e59c444
|
|
|
60d014 |
|
|
|
60d014 |
* Wed Apr 01 2015 jchaloup <jchaloup@redhat.com> - 0.14.0-0.2.git8168344
|
|
|
60d014 |
- Bump to upstream 81683441b96537d4b51d146e39929b7003401cd5
|
|
|
60d014 |
|
|
|
60d014 |
* Tue Mar 31 2015 jchaloup <jchaloup@redhat.com> - 0.14.0-0.1.git9ed8761
|
|
|
60d014 |
- Bump to upstream 9ed87612d07f75143ac96ad90ff1ff68f13a2c67
|
|
|
60d014 |
- Remove [B]R from devel branch until the package has stable API
|
|
|
60d014 |
|
|
|
60d014 |
* Mon Mar 30 2015 jchaloup <jchaloup@redhat.com> - 0.13.2-0.6.git8a7a127
|
|
|
60d014 |
- Bump to upstream 8a7a127352263439e22253a58628d37a93fdaeb2
|
|
|
60d014 |
|
|
|
60d014 |
* Fri Mar 27 2015 jchaloup <jchaloup@redhat.com> - 0.13.2-0.5.git8d94c43
|
|
|
60d014 |
- Bump to upstream 8d94c43e705824f23791b66ad5de4ea095d5bb32
|
|
|
60d014 |
resolves: #1205362
|
|
|
60d014 |
|
|
|
60d014 |
* Wed Mar 25 2015 jchaloup <jchaloup@redhat.com> - 0.13.2-0.4.git455fe82
|
|
|
60d014 |
- Bump to upstream 455fe8235be8fd9ba0ce21bf4f50a69d42e18693
|
|
|
60d014 |
|
|
|
60d014 |
* Mon Mar 23 2015 jchaloup <jchaloup@redhat.com> - 0.13.2-0.3.gitef75888
|
|
|
60d014 |
- Remove runtime dependency on etcd
|
|
|
60d014 |
resolves: #1202923
|
|
|
60d014 |
|
|
|
60d014 |
* Sun Mar 22 2015 jchaloup <jchaloup@redhat.com> - 0.13.2-0.2.gitef75888
|
|
|
60d014 |
- Bump to upstream ef758881d108bb53a128126c503689104d17f477
|
|
|
60d014 |
|
|
|
60d014 |
* Fri Mar 20 2015 jchaloup <jchaloup@redhat.com> - 0.13.2-0.1.gita8f2cee
|
|
|
60d014 |
- Bump to upstream a8f2cee8c5418676ee33a311fad57d6821d3d29a
|
|
|
60d014 |
|
|
|
60d014 |
* Fri Mar 13 2015 jchaloup <jchaloup@redhat.com> - 0.12.0-0.9.git53b25a7
|
|
|
60d014 |
- Bump to upstream 53b25a7890e31bdec6f2a95b32200d6cc27ae2ca
|
|
|
60d014 |
fix kube-proxy.service and kubelet
|
|
|
60d014 |
resolves: #1200919 #1200924
|
|
|
60d014 |
|
|
|
60d014 |
* Fri Mar 13 2015 jchaloup <jchaloup@redhat.com> - 0.12.0-0.8.git39dceb1
|
|
|
60d014 |
- Bump to upstream 39dceb13a511a83963a766a439cb386d10764310
|
|
|
60d014 |
|
|
|
60d014 |
* Thu Mar 12 2015 Eric Paris <eparis@redhat.com> - 0.12.0-0.7.gita3fd0a9
|
|
|
60d014 |
- Move from /etc/tmpfiles.d to %{_tmpfilesdir}
|
|
|
60d014 |
resolves: #1200969
|
|
|
60d014 |
|
|
|
60d014 |
* Thu Mar 12 2015 jchaloup <jchaloup@redhat.com> - 0.12.0-0.6.gita3fd0a9
|
|
|
60d014 |
- Place contrib/init/systemd/tmpfiles.d/kubernetes.conf to /etc/tmpfiles.d/kubernetes.conf
|
|
|
60d014 |
|
|
|
60d014 |
* Thu Mar 12 2015 jchaloup <jchaloup@redhat.com> - 0.12.0-0.5.gita3fd0a9
|
|
|
60d014 |
- Bump to upstream a3fd0a9fd516bb6033f32196ae97aaecf8c096b1
|
|
|
60d014 |
|
|
|
60d014 |
* Tue Mar 10 2015 jchaloup <jchaloup@redhat.com> - 0.12.0-0.4.gita4d871a
|
|
|
60d014 |
- Bump to upstream a4d871a10086436557f804930812f2566c9d4d39
|
|
|
60d014 |
|
|
|
60d014 |
* Fri Mar 06 2015 jchaloup <jchaloup@redhat.com> - 0.12.0-0.3.git2700871
|
|
|
60d014 |
- Bump to upstream 2700871b049d5498167671cea6de8317099ad406
|
|
|
60d014 |
|
|
|
60d014 |
* Thu Mar 05 2015 jchaloup <jchaloup@redhat.com> - 0.12.0-0.2.git8b627f5
|
|
|
60d014 |
- Bump to upstream 8b627f516fd3e4f62da90d401ceb3d38de6f8077
|
|
|
60d014 |
|
|
|
60d014 |
* Tue Mar 03 2015 jchaloup <jchaloup@redhat.com> - 0.12.0-0.1.gitecca426
|
|
|
60d014 |
- Bump to upstream ecca42643b91a7117de8cd385b64e6bafecefd65
|
|
|
60d014 |
|
|
|
60d014 |
* Mon Mar 02 2015 jchaloup <jchaloup@redhat.com> - 0.11.0-0.5.git6c5b390
|
|
|
60d014 |
- Bump to upstream 6c5b390160856cd8334043344ef6e08568b0a5c9
|
|
|
60d014 |
|
|
|
60d014 |
* Sat Feb 28 2015 jchaloup <jchaloup@redhat.com> - 0.11.0-0.4.git0fec31a
|
|
|
60d014 |
- Bump to upstream 0fec31a11edff14715a1efb27f77262a7c3770f4
|
|
|
60d014 |
|
|
|
60d014 |
* Fri Feb 27 2015 jchaloup <jchaloup@redhat.com> - 0.11.0-0.3.git08402d7
|
|
|
60d014 |
- Bump to upstream 08402d798c8f207a2e093de5a670c5e8e673e2de
|
|
|
60d014 |
|
|
|
60d014 |
* Wed Feb 25 2015 jchaloup <jchaloup@redhat.com> - 0.11.0-0.2.git86434b4
|
|
|
60d014 |
- Bump to upstream 86434b4038ab87ac40219562ad420c3cc58c7c6b
|
|
|
60d014 |
|
|
|
60d014 |
* Tue Feb 24 2015 jchaloup <jchaloup@redhat.com> - 0.11.0-0.1.git754a2a8
|
|
|
60d014 |
- Bump to upstream 754a2a8305c812121c3845d8293efdd819b6a704
|
|
|
60d014 |
turn off integration tests until "FAILED: unexpected endpoints:
|
|
|
60d014 |
timed out waiting for the condition" problem is resolved
|
|
|
60d014 |
Adding back devel subpackage ([B]R list outdated)
|
|
|
60d014 |
|
|
|
60d014 |
* Fri Feb 20 2015 jchaloup <jchaloup@redhat.com> - 0.10.1-0.3.git4c87805
|
|
|
60d014 |
- Bump to upstream 4c87805870b1b22e463c4bd711238ef68c77f0af
|
|
|
60d014 |
|
|
|
60d014 |
* Tue Feb 17 2015 jchaloup <jchaloup@redhat.com> - 0.10.1-0.2.git6f84bda
|
|
|
60d014 |
- Bump to upstream 6f84bdaba853872dbac69c84d3ab4b6964e85d8c
|
|
|
60d014 |
|
|
|
60d014 |
* Tue Feb 17 2015 jchaloup <jchaloup@redhat.com> - 0.10.1-0.1.git7d6130e
|
|
|
60d014 |
- Bump to upstream 7d6130edcdfabd7dd2e6a06fdc8fe5e333f07f5c
|
|
|
60d014 |
|
|
|
60d014 |
* Sat Feb 07 2015 jchaloup <jchaloup@redhat.com> - 0.9.1-0.7.gitc9c98ab
|
|
|
60d014 |
- Bump to upstream c9c98ab19eaa6f0b2ea17152c9a455338853f4d0
|
|
|
60d014 |
Since some dependencies are broken, we can not build Kubernetes from Fedora deps.
|
|
|
60d014 |
Switching to vendored source codes until Go draft is resolved
|
|
|
60d014 |
|
|
|
60d014 |
* Wed Feb 04 2015 jchaloup <jchaloup@redhat.com> - 0.9.1-0.6.git7f5ed54
|
|
|
60d014 |
- Bump to upstream 7f5ed541f794348ae6279414cf70523a4d5133cc
|
|
|
60d014 |
|
|
|
60d014 |
* Tue Feb 03 2015 jchaloup <jchaloup@redhat.com> - 0.9.1-0.5.git2ac6bbb
|
|
|
60d014 |
- Bump to upstream 2ac6bbb7eba7e69eac71bd9acd192cda97e67641
|
|
|
60d014 |
|
|
|
60d014 |
* Mon Feb 02 2015 jchaloup <jchaloup@redhat.com> - 0.9.1-0.4.gite335e2d
|
|
|
60d014 |
- Bump to upstream e335e2d3e26a9a58d3b189ccf41ceb3770d1bfa9
|
|
|
60d014 |
|
|
|
60d014 |
* Fri Jan 30 2015 jchaloup <jchaloup@redhat.com> - 0.9.1-0.3.git55793ac
|
|
|
60d014 |
- Bump to upstream 55793ac2066745f7243c666316499e1a8cf074f0
|
|
|
60d014 |
|
|
|
60d014 |
* Thu Jan 29 2015 jchaloup <jchaloup@redhat.com> - 0.9.1-0.2.gitca6de16
|
|
|
60d014 |
- Bump to upstream ca6de16df7762d4fc9b4ad44baa78d22e3f30742
|
|
|
60d014 |
|
|
|
60d014 |
* Tue Jan 27 2015 jchaloup <jchaloup@redhat.com> - 0.9.1-0.1.git3623a01
|
|
|
60d014 |
- Bump to upstream 3623a01bf0e90de6345147eef62894057fe04b29
|
|
|
60d014 |
- update tests for etcd-2.0
|
|
|
60d014 |
|
|
|
60d014 |
* Thu Jan 22 2015 jchaloup <jchaloup@redhat.com> - 0.8.2-571.gitb2f287c
|
|
|
60d014 |
+- Bump to upstream b2f287c259d856f4c08052a51cd7772c563aff77
|
|
|
885fe9 |
|
|
|
60d014 |
* Thu Jan 22 2015 Eric Paris <eparis@redhat.com> - 0.8.2-570.gitb2f287c
|
|
|
60d014 |
- patch kubelet service file to use docker.service not docker.socket
|
|
|
885fe9 |
|
|
|
60d014 |
* Wed Jan 21 2015 jchaloup <jchaloup@redhat.com> - 0.8.2-0.1.git5b04640
|
|
|
60d014 |
- Bump to upstream 5b046406a957a1e7eda7c0c86dd7a89e9c94fc5f
|
|
|
885fe9 |
|
|
|
60d014 |
* Sun Jan 18 2015 jchaloup <jchaloup@redhat.com> - 0.8.0-126.0.git68298f0
|
|
|
60d014 |
- Add some missing dependencies
|
|
|
60d014 |
- Add devel subpackage
|
|
|
885fe9 |
|
|
|
885fe9 |
* Fri Jan 09 2015 Eric Paris <eparis@redhat.com> - 0.8.0-125.0.git68298f0
|
|
|
885fe9 |
- Bump to upstream 68298f08a4980f95dfbf7b9f58bfec1808fb2670
|
|
|
885fe9 |
|
|
|
885fe9 |
* Tue Dec 16 2014 Eric Paris <eparis@redhat.com> - 0.7.0-18.0.git52e165a
|
|
|
885fe9 |
- Bump to upstream 52e165a4fd720d1703ebc31bd6660e01334227b8
|
|
|
885fe9 |
|
|
|
885fe9 |
* Mon Dec 15 2014 Eric Paris <eparis@redhat.com> - 0.6-297.0.git5ef34bf
|
|
|
885fe9 |
- Bump to upstream 5ef34bf52311901b997119cc49eff944c610081b
|
|
|
885fe9 |
|
|
|
885fe9 |
* Wed Dec 03 2014 Eric Paris <eparis@redhat.com>
|
|
|
885fe9 |
- Replace patch to use old googlecode/go.net/ with BuildRequires on golang.org/x/net/
|
|
|
885fe9 |
|
|
|
885fe9 |
* Tue Dec 02 2014 Eric Paris <eparis@redhat.com> - 0.6-4.0.git993ef88
|
|
|
885fe9 |
- Bump to upstream 993ef88eec9012b221f79abe8f2932ee97997d28
|
|
|
885fe9 |
|
|
|
885fe9 |
* Mon Dec 01 2014 Eric Paris <eparis@redhat.com> - 0.5-235.0.git6aabd98
|
|
|
885fe9 |
- Bump to upstream 6aabd9804fb75764b70e9172774002d4febcae34
|
|
|
885fe9 |
|
|
|
885fe9 |
* Wed Nov 26 2014 Eric Paris <eparis@redhat.com> - 0.5-210.0.gitff1e9f4
|
|
|
885fe9 |
- Bump to upstream ff1e9f4c191342c24974c030e82aceaff8ea9c24
|
|
|
885fe9 |
|
|
|
885fe9 |
* Tue Nov 25 2014 Eric Paris <eparis@redhat.com> - 0.5-174.0.git64e07f7
|
|
|
885fe9 |
- Bump to upstream 64e07f7fe03d8692c685b09770c45f364967a119
|
|
|
885fe9 |
|
|
|
885fe9 |
* Mon Nov 24 2014 Eric Paris <eparis@redhat.com> - 0.5-125.0.git162e498
|
|
|
885fe9 |
- Bump to upstream 162e4983b947d2f6f858ca7607869d70627f5dff
|
|
|
885fe9 |
|
|
|
885fe9 |
* Fri Nov 21 2014 Eric Paris <eparis@redhat.com> - 0.5-105.0.git3f74a1e
|
|
|
885fe9 |
- Bump to upstream 3f74a1e9f56b3c3502762930c0c551ccab0557ea
|
|
|
885fe9 |
|
|
|
885fe9 |
* Thu Nov 20 2014 Eric Paris <eparis@redhat.com> - 0.5-65.0.gitc6158b8
|
|
|
885fe9 |
- Bump to upstream c6158b8aa9c40fbf1732650a8611429536466b21
|
|
|
885fe9 |
- include go-restful build requirement
|
|
|
885fe9 |
|
|
|
885fe9 |
* Tue Nov 18 2014 Eric Paris <eparis@redhat.com> - 0.5-14.0.gitdf0981b
|
|
|
885fe9 |
- Bump to upstream df0981bc01c5782ad30fc45cb6f510f365737fc1
|
|
|
885fe9 |
|
|
|
885fe9 |
* Tue Nov 11 2014 Eric Paris <eparis@redhat.com> - 0.4-680.0.git30fcf24
|
|
|
885fe9 |
- Bump to upstream 30fcf241312f6d0767c7d9305b4c462f1655f790
|
|
|
885fe9 |
|
|
|
885fe9 |
* Mon Nov 10 2014 Eric Paris <eparis@redhat.com> - 0.4-633.0.git6c70227
|
|
|
885fe9 |
- Bump to upstream 6c70227a2eccc23966d32ea6d558ee05df46e400
|
|
|
885fe9 |
|
|
|
885fe9 |
* Fri Nov 07 2014 Eric Paris <eparis@redhat.com> - 0.4-595.0.gitb695650
|
|
|
885fe9 |
- Bump to upstream b6956506fa2682afa93770a58ea8c7ba4b4caec1
|
|
|
885fe9 |
|
|
|
885fe9 |
* Thu Nov 06 2014 Eric Paris <eparis@redhat.com> - 0.4-567.0.git3b1ef73
|
|
|
885fe9 |
- Bump to upstream 3b1ef739d1fb32a822a22216fb965e22cdd28e7f
|
|
|
885fe9 |
|
|
|
885fe9 |
* Thu Nov 06 2014 Eric Paris <eparis@redhat.com> - 0.4-561.0.git06633bf
|
|
|
885fe9 |
- Bump to upstream 06633bf4cdc1ebd4fc848f85025e14a794b017b4
|
|
|
885fe9 |
- Make spec file more RHEL/CentOS friendly
|
|
|
885fe9 |
|
|
|
885fe9 |
* Tue Nov 04 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream 5a649f2b9360a756fc8124897d3453a5fa9473a6
|
|
|
885fe9 |
|
|
|
885fe9 |
* Mon Nov 03 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream a4abafea02babc529c9b5b9c825ba0bb3eec74c6
|
|
|
885fe9 |
|
|
|
885fe9 |
* Mon Nov 03 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream 808be2d13b7bf14a3cf6985bc7c9d02f48a3d1e0
|
|
|
885fe9 |
- Includes upstream change to remove --machines from the APIServer
|
|
|
885fe9 |
- Port to new build system
|
|
|
885fe9 |
- Start running %check tests again
|
|
|
885fe9 |
|
|
|
885fe9 |
* Fri Oct 31 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream a18cdac616962a2c486feb22afa3538fc3cf3a3a
|
|
|
885fe9 |
|
|
|
885fe9 |
* Thu Oct 30 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream 78df01172af5cc132b7276afb668d31e91e61c11
|
|
|
885fe9 |
|
|
|
885fe9 |
* Wed Oct 29 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream 8e1d41670783cb75cf0c5088f199961a7d8e05e5
|
|
|
885fe9 |
|
|
|
885fe9 |
* Tue Oct 28 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream 1c61486ec343246a81f62b4297671217c9576df7
|
|
|
885fe9 |
|
|
|
885fe9 |
* Mon Oct 27 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream dc7e3d6601a89e9017ca9db42c09fd0ecb36bb36
|
|
|
885fe9 |
|
|
|
885fe9 |
* Fri Oct 24 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream e46af6e37f6e6965a63edb8eb8f115ae8ef41482
|
|
|
885fe9 |
|
|
|
885fe9 |
* Thu Oct 23 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream 77d2815b86e9581393d7de4379759c536df89edc
|
|
|
885fe9 |
|
|
|
885fe9 |
* Wed Oct 22 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream 97dd7302ac2c2b9458a9348462a614ebf394b1ed
|
|
|
885fe9 |
- Use upstream kubectl bash completion instead of in-repo
|
|
|
885fe9 |
- Fix systemd_post and systemd_preun since we are using upstream service files
|
|
|
885fe9 |
|
|
|
885fe9 |
* Tue Oct 21 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream e8686429c4aa63fc73401259c8818da168a7b85e
|
|
|
885fe9 |
|
|
|
885fe9 |
* Mon Oct 20 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream d5377e4a394b4fc6e3088634729b538eac124b1b
|
|
|
885fe9 |
- Use in tree systemd unit and Environment files
|
|
|
885fe9 |
- Include kubectl bash completion from outside tree
|
|
|
885fe9 |
|
|
|
885fe9 |
* Fri Oct 17 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream b01126322b826a15db06f6eeefeeb56dc06db7af
|
|
|
885fe9 |
- This is a major non backward compatible change.
|
|
|
885fe9 |
|
|
|
885fe9 |
* Thu Oct 16 2014 Eric Paris <eparis@redhat.com> - 0.4-0.0.git4452163
|
|
|
885fe9 |
- rebase to v0.4
|
|
|
885fe9 |
- include man pages
|
|
|
885fe9 |
|
|
|
885fe9 |
* Tue Oct 14 2014 jchaloup <jchaloup@redhat.com> - 0.3-0.3.git98ac8e1
|
|
|
885fe9 |
- create /var/lib/kubelet
|
|
|
885fe9 |
- Use bash completions from upstream
|
|
|
885fe9 |
- Bump to upstream 98ac8e178fcf1627399d659889bcb5fe25abdca4
|
|
|
885fe9 |
- all by Eric Paris
|
|
|
885fe9 |
|
|
|
885fe9 |
* Mon Sep 29 2014 Jan Chaloupka <jchaloup@redhat.com> - 0.3-0.2.git88fdb65
|
|
|
885fe9 |
- replace * with coresponding files
|
|
|
885fe9 |
- remove dependency on gcc
|
|
|
885fe9 |
|
|
|
885fe9 |
* Wed Sep 24 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream 88fdb659bc44cf2d1895c03f8838d36f4d890796
|
|
|
885fe9 |
|
|
|
885fe9 |
* Tue Sep 23 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream bab5082a852218bb65aaacb91bdf599f9dd1b3ac
|
|
|
885fe9 |
|
|
|
885fe9 |
* Fri Sep 19 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream 06316f486127697d5c2f5f4c82963dec272926cf
|
|
|
885fe9 |
|
|
|
885fe9 |
* Thu Sep 18 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream f7a5ec3c36bd40cc2216c1da331ab647733769dd
|
|
|
885fe9 |
|
|
|
885fe9 |
* Wed Sep 17 2014 Eric Paris
|
|
|
885fe9 |
- Try to intelligently determine the deps
|
|
|
885fe9 |
|
|
|
885fe9 |
* Wed Sep 17 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream ac8ee45f4fc4579b3ed65faafa618de9c0f8fb26
|
|
|
885fe9 |
|
|
|
885fe9 |
* Mon Sep 15 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream 24b5b7e8d3a8af1eecf4db40c204e3c15ae955ba
|
|
|
885fe9 |
|
|
|
885fe9 |
* Thu Sep 11 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream cc7999c00a40df21bd3b5e85ecea3b817377b231
|
|
|
885fe9 |
|
|
|
885fe9 |
* Wed Sep 10 2014 Eric Paris
|
|
|
885fe9 |
- Add bash completions
|
|
|
885fe9 |
|
|
|
885fe9 |
* Wed Sep 10 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream 60d4770127d22e51c53e74ca94c3639702924bd2
|
|
|
885fe9 |
|
|
|
885fe9 |
* Mon Sep 08 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1-0.4.git6ebe69a
|
|
|
885fe9 |
- prefer autosetup instead of setup (revert setup change in 0-0.3.git)
|
|
|
885fe9 |
https://fedoraproject.org/wiki/Autosetup_packaging_draft
|
|
|
885fe9 |
- revert version number to 0.1
|
|
|
885fe9 |
|
|
|
885fe9 |
* Mon Sep 08 2014 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.3.git6ebe69a
|
|
|
885fe9 |
- gopath defined in golang package already
|
|
|
885fe9 |
- package owns /etc/kubernetes
|
|
|
885fe9 |
- bash dependency implicit
|
|
|
885fe9 |
- keep buildroot/$RPM_BUILD_ROOT macros consistent
|
|
|
885fe9 |
- replace with macros wherever possible
|
|
|
885fe9 |
- set version, release and source tarball prep as per
|
|
|
885fe9 |
https://fedoraproject.org/wiki/Packaging:SourceURL#Github
|
|
|
885fe9 |
|
|
|
885fe9 |
* Mon Sep 08 2014 Eric Paris <eparis@redhat.com>
|
|
|
885fe9 |
- make services restart automatically on error
|
|
|
885fe9 |
|
|
|
885fe9 |
* Sat Sep 06 2014 Eric Paris
|
|
|
885fe9 |
- Bump to upstream 6ebe69a8751508c11d0db4dceb8ecab0c2c7314a
|
|
|
885fe9 |
|
|
|
885fe9 |
* Wed Aug 13 2014 Eric Paris <eparis@redhat.com>
|
|
|
885fe9 |
- update to upstream
|
|
|
885fe9 |
- redo build to use project scripts
|
|
|
885fe9 |
- use project scripts in %check
|
|
|
885fe9 |
- rework deletion of third_party packages to easily detect changes
|
|
|
885fe9 |
- run apiserver and controller-manager as non-root
|
|
|
885fe9 |
|
|
|
885fe9 |
* Mon Aug 11 2014 Adam Miller <maxamillion@redhat.com>
|
|
|
885fe9 |
- update to upstream
|
|
|
885fe9 |
- decouple the rest of third_party
|
|
|
885fe9 |
|
|
|
885fe9 |
* Thu Aug 7 2014 Eric Paris <eparis@redhat.com>
|
|
|
885fe9 |
- update to head
|
|
|
885fe9 |
- update package to include config files
|
|
|
885fe9 |
|
|
|
885fe9 |
* Wed Jul 16 2014 Colin Walters <walters@redhat.com>
|
|
|
885fe9 |
- Initial package
|