Uprev kubernetes to 1.12.3
Rather than storing a diff file of the spec file changes, the original spec file is included for easier comparison. Story: 2002843 Task: 28909 Change-Id: I11b327e292e9acdeee66d0869f2b159698e40706 Depends-On: Ifb2ca9f36ae2a2f69038f0aad05a4af93eaaa5ad Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This commit is contained in:
parent
e12b3a436f
commit
76989227c7
@ -1,4 +1,7 @@
|
||||
The spec file used here was from the kubernetes 1.10 src rpm.
|
||||
The spec_diff shows the modifications made to that spec file.
|
||||
to help understand which changes were needed, to assist with
|
||||
future upversioning.
|
||||
The spec file used here was from the kubernetes 1.10.0 src rpm.
|
||||
The orig file is included to help show modifications made to that
|
||||
spec file, to help understand which changes were needed and to
|
||||
assist with future upversioning.
|
||||
|
||||
The contrib tarball does not have the same versioning as kubernetes and
|
||||
there is little activity in that repo.
|
||||
|
@ -1,7 +1,8 @@
|
||||
VERSION=1.12.1
|
||||
VERSION=1.12.3
|
||||
CON_VERSION=1.12.1
|
||||
TAR_NAME=kubernetes
|
||||
TAR="$TAR_NAME-v$VERSION.tar.gz"
|
||||
CONTRIB="$TAR_NAME-contrib-v$VERSION.tar.gz"
|
||||
CONTRIB="$TAR_NAME-contrib-v$CON_VERSION.tar.gz"
|
||||
|
||||
COPY_LIST="${CGCS_BASE}/downloads/$TAR ${CGCS_BASE}/downloads/$CONTRIB $FILES_BASE/*"
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path k8s.io/kubernetes
|
||||
%global commit 1.12.1
|
||||
%global commit 1.12.3
|
||||
|
||||
%global con_provider github
|
||||
%global con_provider_tld com
|
||||
@ -32,7 +32,7 @@
|
||||
# https://github.com/kubernetes/contrib
|
||||
%global con_commit 1.12.1
|
||||
|
||||
%global kube_version 1.12.1
|
||||
%global kube_version 1.12.3
|
||||
%global kube_git_version v%{kube_version}
|
||||
|
||||
# Needed otherwise "version_ldflags=$(kube::version_ldflags)" doesn't work
|
||||
|
2282
kubernetes/kubernetes/centos/kubernetes.spec.orig
Normal file
2282
kubernetes/kubernetes/centos/kubernetes.spec.orig
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,77 +0,0 @@
|
||||
26,27c26
|
||||
< %global commit fc32d2f3698e36b93322a3465f63a14e9f0eaead
|
||||
< %global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
---
|
||||
> %global commit 1.12.1
|
||||
32c31
|
||||
< %global con_repo contrib
|
||||
---
|
||||
> %global con_repo kubernetes-contrib
|
||||
34,36c33
|
||||
< %global con_provider_prefix %{con_provider}.%{con_provider_tld}/%{con_project}/%{con_repo}
|
||||
< %global con_commit 5b445f1c53aa8d6457523526340077935f62e691
|
||||
< %global con_shortcommit %(c=%{con_commit}; echo ${c:0:7})
|
||||
---
|
||||
> %global con_commit 1.12.1
|
||||
38c35
|
||||
< %global kube_version 1.10.0
|
||||
---
|
||||
> %global kube_version 1.12.1
|
||||
48c45
|
||||
< Release: 1%{?dist}
|
||||
---
|
||||
> Release: 1%{?_tis_dist}.%{tis_patch_ver}
|
||||
53,54c50,51
|
||||
< Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
|
||||
< Source1: https://%{con_provider_prefix}/archive/%{con_commit}/%{con_repo}-%{con_shortcommit}.tar.gz
|
||||
---
|
||||
> Source0: %{project}-v%{kube_version}.tar.gz
|
||||
> Source1: %{con_repo}-v%{con_commit}.tar.gz
|
||||
60,68d56
|
||||
< Patch3: build-with-debug-info.patch
|
||||
< #Patch4: make-test-cmd-run-over-hyperkube-based-kubectl.patch
|
||||
< #Patch5: make-e2e_node-run-over-distro-bins.patch
|
||||
<
|
||||
< # ppc64le
|
||||
< Patch16: fix-support-for-ppc64le.patch
|
||||
<
|
||||
< Patch20: use_go_build-is-not-fully-propagated-so-make-it-fixe.patch
|
||||
<
|
||||
810c798
|
||||
< Suggests: docker
|
||||
---
|
||||
> Suggests: docker-ce
|
||||
812c800
|
||||
< Requires: docker
|
||||
---
|
||||
> Requires: docker-ce
|
||||
816c804
|
||||
< BuildRequires: golang >= 1.2-7
|
||||
---
|
||||
> BuildRequires: golang >= 1.10.2
|
||||
858,863d845
|
||||
< %if 0%{?with_debug}
|
||||
< %patch3 -p1
|
||||
< %endif
|
||||
<
|
||||
< %patch20 -p1
|
||||
<
|
||||
883,890d864
|
||||
< # Patch tests to be run over distro bins
|
||||
< #patch4 -p1
|
||||
< #patch5 -p1
|
||||
<
|
||||
< %ifarch ppc64le
|
||||
< %patch16 -p1
|
||||
< %endif
|
||||
<
|
||||
893a868
|
||||
> export PBR_VERSION=%{version}
|
||||
904c879
|
||||
< make WHAT="--use_go_build cmd/hyperkube cmd/kube-apiserver cmd/kubeadm"
|
||||
---
|
||||
> make WHAT="cmd/hyperkube cmd/kube-apiserver cmd/kubeadm"
|
||||
917a893
|
||||
> export PBR_VERSION=%{version}
|
||||
1072a1049
|
||||
> %config(noreplace) %{_sysconfdir}/%{name}/kubelet.kubeconfig
|
Loading…
Reference in New Issue
Block a user