Hello community,

here is the log from the commit of package kubernetes for openSUSE:Factory 
checked in at 2017-09-15 21:03:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubernetes (Old)
 and      /work/SRC/openSUSE:Factory/.kubernetes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kubernetes"

Fri Sep 15 21:03:46 2017 rev:6 rq:523709 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kubernetes/kubernetes.changes    2017-08-24 
18:55:20.032624877 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes.new/kubernetes.changes       
2017-09-15 21:03:52.462300560 +0200
@@ -1,0 +2,24 @@
+Tue Sep 12 12:38:07 UTC 2017 - [email protected]
+
+- fix docker 1.12.6 requirement in subpackages
+
+-------------------------------------------------------------------
+Sun Sep  3 13:44:46 CEST 2017 - [email protected]
+
+- Exclude s390
+- Fix building on aarch64
+
+-------------------------------------------------------------------
+Fri Sep  1 11:16:32 UTC 2017 - [email protected]
+
+- Require docker 1.12.6:
+  
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md#external-dependency-version-information
 
+
+-------------------------------------------------------------------
+Fri Sep  1 07:12:34 UTC 2017 - [email protected]
+
+- drop redundant BuildRequires
+
+  already present with golang(API) = 1.8
+
+-------------------------------------------------------------------
@@ -21,3 +45,6 @@
-- Remove the following patches:
-  * add_pr_template.patch: got merged upstream
-  * fix-support-for-ppc64le.patch: no longer needed, we are not using gccgo 
anymore
+- patch modifications:
+  * modify make-e2e_node-run-over-distro-bins.patch: supply additional args to
+    test-e2e-node.sh
+  * modify build-with-debug-info.patch: hard-code go binary invocation
+  - add_pr_template.patch
+  - fix-support-for-ppc64le.patch
@@ -31,0 +59,8 @@
+Thu Jun 8 16:54:22 UTC 2017 - [email protected]
+
+- Adding a /etc/kubernetes/kubelet-initial EnvironmentFile that is expected
+  to set the KUBELET_INITIAL_ARGS variable so that a set of arguments that
+  only impact kubelet on the first run can be supplied. This removes the
+  need to restart kubelet when you change the node labels, for example.
+
+-------------------------------------------------------------------
@@ -52,8 +86,0 @@
-
--------------------------------------------------------------------
-Mon May 15 16:54:22 UTC 2017 - [email protected]
-
-- Adding a /etc/kubernetes/kubelet-initial EnvironmentFile that is expected
-  to set the KUBELET_INITIAL_ARGS variable so that a set of arguments that
-  only impact kubelet on the first run can be supplied. This removes the
-  need to restart kubelet when you change the node labels, for example.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kubernetes.spec ++++++
--- /var/tmp/diff_new_pack.ZyA7PT/_old  2017-09-15 21:03:53.902098442 +0200
+++ /var/tmp/diff_new_pack.ZyA7PT/_new  2017-09-15 21:03:53.906097880 +0200
@@ -52,14 +52,13 @@
 BuildRequires:  git
 # Building k8s pre-1.7 with go >= 1.8 does NOT work: 
https://github.com/kubernetes/kubernetes/issues/45935
 BuildRequires:  fdupes
-BuildRequires:  go >= 1.8.3
 BuildRequires:  go-go-md2man
 BuildRequires:  golang-packaging
 BuildRequires:  rsync
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  golang(API) = 1.8
 BuildRequires:  golang(github.com/jteeuwen/go-bindata)
-ExcludeArch:    %ix86
+ExcludeArch:    %ix86 s390
 %{go_nostrip}
 %{go_provides}
 
@@ -102,7 +101,7 @@
 %package kubelet
 Summary:        Kubernetes kubelet daemon
 Group:          System/Management
-Requires:       docker
+Requires:       docker = 1.12.6
 Requires:       kubernetes-common = %{version}-%{release}
 Requires(pre):  shadow
 # if master is installed with node, version and release must be the same
@@ -117,7 +116,7 @@
 %package kubeadm
 Summary:        Kubernetes kubeadm bootstrapping tool
 Group:          System/Management
-Requires:       docker
+Requires:       docker = 1.12.6
 Requires:       ebtables
 Requires:       ethtool
 Requires:       kubernetes-common = %{version}-%{release}
@@ -135,7 +134,7 @@
 Summary:        Kubernetes services for node host
 Group:          System/Management
 Requires:       conntrack-tools
-Requires:       docker
+Requires:       docker = 1.12.6
 Requires:       ethtool
 Requires:       iptables
 Requires:       kubernetes-common = %{version}-%{release}
@@ -209,7 +208,7 @@
 
 %install
 
-%ifarch ppc64le
+%ifarch ppc64le aarch64
 output_path="_output/local/go/bin"
 %else
 output_path="_output/local/bin/linux/%{go_arch}"
@@ -281,6 +280,9 @@
 # install the place the kubelet defaults to put volumes
 install -d %{buildroot}%{_localstatedir}/lib/kubelet
 
+# Remove dangling symlink (breaks post-build scripts)
+rm -f %{buildroot}%{_usrsrc}/kubernetes/hack/autogenerated_placeholder.txt
+
 %fdupes -s %{buildroot}
 
 %pre master


Reply via email to