Hello community,

here is the log from the commit of package rook for openSUSE:Factory checked in 
at 2020-06-25 16:46:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rook (Old)
 and      /work/SRC/openSUSE:Factory/.rook.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rook"

Thu Jun 25 16:46:12 2020 rev:17 rq:811075 version:1.3.4+git0.ga5114030

Changes:
--------
--- /work/SRC/openSUSE:Factory/rook/rook.changes        2020-04-04 
12:20:30.783680261 +0200
+++ /work/SRC/openSUSE:Factory/.rook.new.3060/rook.changes      2020-06-25 
16:46:36.560805775 +0200
@@ -1,0 +2,36 @@
+Wed May 27 09:57:20 UTC 2020 - Stefan Haas <stefan.h...@suse.com>
+
+- Update to v1.3.4:
+  * Finalizer for OBC cleanup (#5436)
+  * Remove invalid MDS deactivate command during upgrade (#5278)
+  * Enable verbose logging for LVM commands (#5515)
+  * Set external creds if admin key is available (#5507)
+  * Fail more gracefully for an unsupported Ceph version (#5503)
+  * Set pg_num_min on new rgw metadata pools (#5489)
+  * Object store deployment failed to start on openshift (#5468)
+  * Relax OBC error handling and user deletion (#5465)
+  * Create missing secret on external cluster (#5450)
+  * Python script to generate needed external cluster resources (#5388)
+  * Docs: clarify required version of helm for upgrades (#5445)
+  * CSI priority class example update (#5443)
+  * Set test default pool size to one (#5428)
+  * Remove invalid verbose params from lv activate (#5438)
+
+-------------------------------------------------------------------
+Wed Apr 22 10:32:40 UTC 2020 - Stefan Haas <stefan.h...@suse.com>
+
+- Update to v1.3.1:
+  * Stop the pool controller from staying in a reconcile loop (#5173)
+  * Update the rgw service port during upgrade (#5228)
+
+-------------------------------------------------------------------
+Mon Apr 20 14:56:07 UTC 2020 - Stefan Haas <stefan.h...@suse.com>
+
+- Update to v1.3.0:
+  * Ceph: revert mgr to minimal privilege (#5183)
+  * Enable the Ceph CSI v2.0.1 driver by default in Rook (#5162)
+  * ceph: add liveness probe to mon, mds and osd daemons (#5128)
+  * Ceph: prevent pre-existing lvms from wipe (#4966)
+- Removed orchestrator-cli-rename.patch as it got merged
+
+-------------------------------------------------------------------

Old:
----
  orchestrator-cli-rename.patch
  rook-1.2.7+git0.g1acfd182-vendor.tar.xz
  rook-1.2.7+git0.g1acfd182.tar.xz

New:
----
  rook-1.3.4+git0.ga5114030-vendor.tar.xz
  rook-1.3.4+git0.ga5114030.tar.xz

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

Other differences:
------------------
++++++ rook.spec ++++++
--- /var/tmp/diff_new_pack.CaHWJ5/_old  2020-06-25 16:46:39.380815681 +0200
+++ /var/tmp/diff_new_pack.CaHWJ5/_new  2020-06-25 16:46:39.384815696 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rook
-Version:        1.2.7+git0.g1acfd182
+Version:        1.3.4+git0.ga5114030
 Release:        0
 Summary:        Orchestrator for distributed storage systems in cloud-native 
environments
 License:        Apache-2.0
@@ -40,8 +40,6 @@
 Patch1:         csi-template-paths.patch
 # Change the default FlexVolume dir path to support Kubic.
 Patch2:         flexvolume-dir.patch
-# Orchestrator CLI renamed from orchestrator -> orch
-Patch3:         orchestrator-cli-rename.patch
 
 %if 0%{?suse_version}
 # _insert_obs_source_lines_here
@@ -49,9 +47,9 @@
 %endif
 
 # Go and spec requirements
-BuildRequires:  go
 BuildRequires:  golang-packaging
 BuildRequires:  xz
+BuildRequires:  golang(API) >= 1.14
 
 # Rook requirements
 BuildRequires:  curl
@@ -156,11 +154,10 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 # determine image names to use in manifests depending on the base os type
 # %CEPH_VERSION% is replaced at build time by the _service
-%global rook_container_version 1.2.7.0  # this is updated by update-tarball.sh
+%global rook_container_version 1.3.4.0  # this is updated by update-tarball.sh
 %if 0%{?is_opensuse}
 %global rook_image     
registry.opensuse.org/opensuse/rook/ceph:%{rook_container_version}.%{release}
 %global ceph_image     registry.opensuse.org/opensuse/ceph/ceph:%CEPH_VERSION%
@@ -192,6 +189,7 @@
 build_flags=("-ldflags" "${linker_flags[*]}")
 
 %goprep github.com/rook/rook
+mv %{_builddir}/pkg %{_builddir}/go/
 %gobuild "${build_flags[@]}" cmd/rook
 %gobuild "${build_flags[@]}" cmd/rookflex
 

++++++ csi-dummy-images.patch ++++++
--- /var/tmp/diff_new_pack.CaHWJ5/_old  2020-06-25 16:46:39.436815878 +0200
+++ /var/tmp/diff_new_pack.CaHWJ5/_new  2020-06-25 16:46:39.436815878 +0200
@@ -11,15 +11,14 @@
 index e139c2b1..09f5e16c 100644
 --- a/pkg/operator/ceph/csi/spec.go
 +++ b/pkg/operator/ceph/csi/spec.go
-@@ -80,7 +80,7 @@ var (
  // manually challenging.
  var (
        // image names
--      DefaultCSIPluginImage   = "quay.io/cephcsi/cephcsi:v1.2.2"
+-      DefaultCSIPluginImage   = "quay.io/cephcsi/cephcsi:v2.0.1"
 +      DefaultCSIPluginImage   = 
"dummy-value-that-should-be-replaced-at-link-time"
        DefaultRegistrarImage   = 
"quay.io/k8scsi/csi-node-driver-registrar:v1.2.0"
        DefaultProvisionerImage = "quay.io/k8scsi/csi-provisioner:v1.4.0"
-       DefaultAttacherImage    = "quay.io/k8scsi/csi-attacher:v1.2.0"
+       DefaultAttacherImage    = "quay.io/k8scsi/csi-attacher:v2.1.0"
 -- 
 2.16.4
 

++++++ rook-1.2.7+git0.g1acfd182-vendor.tar.xz -> 
rook-1.3.4+git0.ga5114030-vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/rook/rook-1.2.7+git0.g1acfd182-vendor.tar.xz 
/work/SRC/openSUSE:Factory/.rook.new.3060/rook-1.3.4+git0.ga5114030-vendor.tar.xz
 differ: char 25, line 1

++++++ rook-1.2.7+git0.g1acfd182-vendor.tar.xz -> 
rook-1.3.4+git0.ga5114030.tar.xz ++++++
/work/SRC/openSUSE:Factory/rook/rook-1.2.7+git0.g1acfd182-vendor.tar.xz 
/work/SRC/openSUSE:Factory/.rook.new.3060/rook-1.3.4+git0.ga5114030.tar.xz 
differ: char 25, line 1

++++++ update-tarball.sh ++++++
--- /var/tmp/diff_new_pack.CaHWJ5/_old  2020-06-25 16:46:39.496816089 +0200
+++ /var/tmp/diff_new_pack.CaHWJ5/_new  2020-06-25 16:46:39.496816089 +0200
@@ -3,7 +3,7 @@
 set -xEeuo pipefail
 
 ROOK_REPO="github.com/rook/rook"
-ROOK_REV="v1.2.7"
+ROOK_REV="v1.3.4"
 
 if ! command -V go;
 then
@@ -26,6 +26,7 @@
 WORK_DIR=$(mktemp -d -t)
 function clean_up {
     echo "cleaning up..."
+    chmod -R +w $WORK_DIR
     rm -rf $WORK_DIR
 }
 trap clean_up EXIT SIGINT SIGTERM
@@ -80,10 +81,10 @@
 cd "$GOPATH_ROOK"
 
 echo "Getting dependencies...might take a while"
-GOPATH=$WORK_DIR make vendor
+GOPATH=$WORK_DIR make mod.check
 
 cd $PKG_DIR
-tar -C "$GOPATH_ROOK/.." -cJf rook-$VERSION-vendor.tar.xz rook/vendor
+tar -C "$WORK_DIR" -cJf rook-$VERSION-vendor.tar.xz pkg
 
 
 # update spec file versions


Reply via email to