Hello community,

here is the log from the commit of package rook for openSUSE:Factory checked in 
at 2019-07-26 12:38:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rook (Old)
 and      /work/SRC/openSUSE:Factory/.rook.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rook"

Fri Jul 26 12:38:00 2019 rev:3 rq:718745 version:1.0.0+git1783.g7a48482f

Changes:
--------
--- /work/SRC/openSUSE:Factory/rook/rook.changes        2019-07-16 
08:39:24.587053068 +0200
+++ /work/SRC/openSUSE:Factory/.rook.new.4126/rook.changes      2019-07-26 
12:38:03.569995349 +0200
@@ -1,0 +2,40 @@
+Fri Jul 26 06:59:32 UTC 2019 - Denis Kondratenko <[email protected]>
+
+- Correct toolbox location in manifest files
+
+-------------------------------------------------------------------
+Tue Jul 23 12:16:41 UTC 2019 - Denis Kondratenko <[email protected]>
+
+- Update Rook to commit 7a48482f5cd92397eef068d097ad233739ceae06
+  + ceph: run ceph processes with the 'ceph' user
+  + Correct typo about skipVolumeForDirectory's code comment
+  + Fix: topologyAware does not pick up failure domains.
+  + Correct typo about skipVolumeForDirectory's code comment
+
+-------------------------------------------------------------------
+Mon Jul 22 12:53:20 UTC 2019 - Denis Kondratenko <[email protected]>
+
+- Update Rook to commit 0141cfea50a7f80ff1ee67aa8cc7ad28edc79a64
+  + OSD startup on SDN for error "Cannot assign requested address"
+  + Change default frontend on nautilus to beast
+  + RGW daemon updates:
+    ~ Remove support for AllNodes where we would deploy one rgw per node on 
all the nodes
+    ~ Each rgw deployed has its own cephx key
+    ~ Upgrades will automatically transition these changes to the rgw daemons
+  + Correct --ms-learn-addr-from-peer=false argument for ceph-osd
+  + When updating the CephCluster CR to run unsupported octopus, fix operator 
panic
+  + Add metrics for the flexvolume driver
+  + Set the fully qualified apiVersion on the OwnerReferences for cleanup on 
OpenShift
+  + Stop enforcing crush tunables for octopus warning
+  + Apply the osd nautilus flag for upgrade
+  + RGW: Set proper port syntax for beast in nautilus deployments
+  + Stop creating initial crushmap to avoid incorrect crush map warning
+  + Use correct rounding of PV size for binding of PVCs (for example G or Gi)
+- Add psp to common.yaml
+
+-------------------------------------------------------------------
+Wed Jul 17 13:34:28 UTC 2019 - Denis Kondratenko <[email protected]>
+
+- Use ceph-base pattern instead of packages
+
+-------------------------------------------------------------------

Old:
----
  rook-1.0.0+git1697.ga265cdfd-vendor.tar.xz
  rook-1.0.0+git1697.ga265cdfd.tar.xz

New:
----
  rook-1.0.0+git1783.g7a48482f-vendor.tar.xz
  rook-1.0.0+git1783.g7a48482f.tar.xz

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

Other differences:
------------------
++++++ rook.spec ++++++
--- /var/tmp/diff_new_pack.qeCABq/_old  2019-07-26 12:38:04.501994736 +0200
+++ /var/tmp/diff_new_pack.qeCABq/_new  2019-07-26 12:38:04.501994736 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rook
-Version:        1.0.0+git1697.ga265cdfd
+Version:        1.0.0+git1783.g7a48482f
 Release:        0
 Summary:        Orchestrator for distributed storage systems in cloud-native 
environments
 License:        Apache-2.0
@@ -30,7 +30,7 @@
 Source99:       update-tarball.sh
 %if 0%{?suse_version}
 # _insert_obs_source_lines_here
-ExclusiveArch:  x86_64 aarch64 ppc64le s390x
+ExclusiveArch:  x86_64 aarch64 ppc64 ppc64le
 %endif
 
 # Go and spec requirements
@@ -51,24 +51,7 @@
 # From images/ceph/Dockerfile
 Requires:       tini
 # From Ceph base container: github.com/ceph/ceph-container/src/daemon-base/...
-Requires:       ca-certificates
-Requires:       ceph-common
-Requires:       ceph-fuse
-Requires:       ceph-mds
-Requires:       ceph-mgr
-Requires:       ceph-mon
-Requires:       ceph-osd
-Requires:       ceph-radosgw
-Requires:       e2fsprogs
-Requires:       gptfdisk
-Requires:       kmod
-Requires:       lvm2
-Requires:       nfs-ganesha
-Requires:       nfs-ganesha-ceph
-Requires:       nfs-ganesha-rados-grace
-Requires:       nfs-ganesha-rgw
-Requires:       rbd-mirror
-Requires:       rbd-nbd
+Requires:       pattern() = ceph_base
 
 %description
 Rook is an open source cloud-native storage orchestrator for Kubernetes,
@@ -144,7 +127,7 @@
 
################################################################################
 # Update manifests with images coming from Build Service
 
################################################################################
-rook_container_version='1.0.0.1697' # this is udpated by update-tarball.sh
+rook_container_version='1.0.0.1783'  # this is udpated by update-tarball.sh
 
 # determine image names to use in manifests depending on the base os type
 # %CEPH_VERSION% is replaced at build time by the _service
@@ -163,6 +146,7 @@
 sed -i -e "s|\".*/cephcsi/cephcsi:.*|\"${ceph_csi_image}\"|g" 
%{buildroot}%{_datadir}/k8s-yaml/rook/ceph/operator-with-csi.yaml
 sed -i -e "s|image: .*|image: ${ceph_image}|g" 
%{buildroot}%{_datadir}/k8s-yaml/rook/ceph/cluster*
 sed -i -e "s|image: .*|image: ${rook_image}|g" 
%{buildroot}%{_datadir}/k8s-yaml/rook/ceph/toolbox*
+sed -i -e "s|/usr/local/bin/toolbox.sh|%{_bindir}/toolbox.sh|g" 
%{buildroot}%{_datadir}/k8s-yaml/rook/ceph/toolbox*
 
 
################################################################################
 # Specify which files we built belong to each package

++++++ rook-1.0.0+git1697.ga265cdfd-vendor.tar.xz -> 
rook-1.0.0+git1783.g7a48482f-vendor.tar.xz ++++++
++++ 18015 lines of diff (skipped)

++++++ rook-1.0.0+git1697.ga265cdfd-vendor.tar.xz -> 
rook-1.0.0+git1783.g7a48482f.tar.xz ++++++
/work/SRC/openSUSE:Factory/rook/rook-1.0.0+git1697.ga265cdfd-vendor.tar.xz 
/work/SRC/openSUSE:Factory/.rook.new.4126/rook-1.0.0+git1783.g7a48482f.tar.xz 
differ: char 25, line 1


Reply via email to