Hello community,
here is the log from the commit of package kubernetes-dashboard for
openSUSE:Factory checked in at 2018-07-17 09:43:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubernetes-dashboard (Old)
and /work/SRC/openSUSE:Factory/.kubernetes-dashboard.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubernetes-dashboard"
Tue Jul 17 09:43:17 2018 rev:2 rq:623169 version:27408f19
Changes:
--------
---
/work/SRC/openSUSE:Factory/kubernetes-dashboard/kubernetes-dashboard.changes
2018-04-20 17:31:32.446033430 +0200
+++
/work/SRC/openSUSE:Factory/.kubernetes-dashboard.new/kubernetes-dashboard.changes
2018-07-17 09:43:58.216944193 +0200
@@ -1,0 +2,7 @@
+Mon Jul 16 09:44:02 UTC 2018 - [email protected]
+
+- Fix Url
+- For now node_modules.tar.xz provides only x86_64 compatibles
+ files, so build only for x86_64.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kubernetes-dashboard.spec ++++++
--- /var/tmp/diff_new_pack.bPLyGZ/_old 2018-07-17 09:44:00.232936806 +0200
+++ /var/tmp/diff_new_pack.bPLyGZ/_new 2018-07-17 09:44:00.232936806 +0200
@@ -1,7 +1,7 @@
#
# spec file for package kubernetes-dashboard
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,27 +15,28 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: kubernetes-dashboard
Version: 27408f19
Release: 0
Summary: General-purpose web UI for Kubernetes clusters
License: Apache-2.0
Group: Productivity/Networking/System
-Url: https://github.com/kubernetes/kubernetes-dashboard
+Url: https://github.com/kubernetes/dashboard
Source: %{name}-%{version}.tar.xz
Source1: node_modules.tar.xz
+# For now node_modules.tar.xz provides only x86_64 compatibles files
+ExclusiveArch: x86_64
+BuildRequires: fdupes
BuildRequires: go >= 1.8
-BuildRequires: xz
BuildRequires: golang-packaging
-BuildRequires: nodejs8
BuildRequires: java-1_8_0-openjdk
-BuildRequires: fdupes
+BuildRequires: nodejs8
+BuildRequires: xz
%{go_nostrip}
%{go_provides}
# Extracted from `npm list --depth 0 --json`
-Provides: bundled(js(uirouter/angularjs)) = 1.0.10
-Provides: bundled(js(uirouter/core)) = 5.0.11
Provides: bundled(js(ace-builds)) = 1.2.9
Provides: bundled(js(angular)) = 1.6.6
Provides: bundled(js(angular-animate)) = 1.6.6
@@ -130,13 +131,14 @@
Provides: bundled(js(sockjs-client)) = 1.1.4
Provides: bundled(js(through2)) = 2.0.3
Provides: bundled(js(uglify-save-license)) = 0.4.1
+Provides: bundled(js(uirouter/angularjs)) = 1.0.10
+Provides: bundled(js(uirouter/core)) = 5.0.11
Provides: bundled(js(vinyl-paths)) = 2.1.0
Provides: bundled(js(watchify)) = 3.9.0
Provides: bundled(js(webpack-stream)) = 4.0.0
Provides: bundled(js(wiredep)) = 4.0.0
Provides: bundled(js(wrench)) = 1.5.9
-
%description
Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes
clusters. It allows users to manage applications running in the cluster and
troubleshoot them, as well as manage the cluster itself.