Hello community,

here is the log from the commit of package ceph for openSUSE:Factory checked in 
at 2018-11-08 09:42:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ceph (Old)
 and      /work/SRC/openSUSE:Factory/.ceph.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ceph"

Thu Nov  8 09:42:37 2018 rev:36 rq:645862 version:14.0.0.4389+g4c34d15e48

Changes:
--------
--- /work/SRC/openSUSE:Factory/ceph/ceph-test.changes   2018-07-18 
22:35:06.446706143 +0200
+++ /work/SRC/openSUSE:Factory/.ceph.new/ceph-test.changes      2018-11-08 
09:42:44.445503549 +0100
@@ -1,0 +2,72 @@
+Mon Oct 29 14:02:13 UTC 2018 - [email protected]
+
+- Bump ceph aarch64 memory constraint from 8 to 9G to address
+  an EOM build failure seen in IBS
+
+-------------------------------------------------------------------
+Thu Oct 25 09:17:58 UTC 2018 - [email protected]
+
+- Update to v14.0.0-4389-g4c34d15e48:
+  + based on upstream nautilus a0b5445bc8400b9b1f398a414001164b2d8dd290
+  + First downstream nautilus build. Notable changes:
+    * The 'ceph-disk' OSD deployment/introspection/management tool is gone.
+      Use 'ceph-volume' instead.
+    * Builds with Python 3.7 (boo#1113946)
+    * The 'ceph osd rm' command has been deprecated. Users should use
+      'ceph osd destroy' or 'ceph osd purge' (but after first confirming it is
+      safe to do so via the 'ceph osd safe-to-destroy' command).
+    * The MDS now supports dropping its cache for the purposes of benchmarking:
+      "ceph tell mds.* cache drop <timeout>"
+    * The 'ceph pg <pgid> list_missing' command has been renamed to
+      'ceph pg <pgid> list_unfound' to better match its behaviour.
+    * The 'rbd-mirror' daemon can now retrieve remote peer cluster
+      configuration secrets from the monitor.  
+    * The is fully obsolete and references to it in the docs
+      have been removed or clarified.
+    * The libcephfs bindings added the ceph_select_filesystem function
+      for use with multiple filesystems.
+    * The cephfs python bindings now include mount_root and filesystem_name
+      options in the mount() function.
+    * erasure-code: add experimental *Coupled LAYer (CLAY)* erasure codes
+      support.
+    * The 'cache drop' OSD command has been added to drop an OSD's caches:
+      "ceph tell osd.x cache drop"
+    * The 'cache status' OSD command has been added to get the cache stats of 
an
+      OSD: "ceph tell osd.x cache status"
+
+-------------------------------------------------------------------
+Wed Oct 10 09:42:02 UTC 2018 - [email protected]
+
+- Update to 13.2.2-86-g62b49f06c4:
+  + rebase on upstream 13.2.2 release
+    https://ceph.com/releases/13-2-2-mimic-released/
+  + IMPORTANT NOTE: this release contains a regression in CephFS
+    which was not yet fixed at the time of this build. Do not use
+    this build on a production cluster! 
+    For details, see http://tracker.ceph.com/issues/36346
+
+-------------------------------------------------------------------
+Tue Sep 11 12:35:50 UTC 2018 - [email protected]
+
+- Update to 13.2.1-427-g6cd01d4dd2:
+  + cmake: no libradosstriper headers if WITH_LIBRADOSSTRIPER=OFF
+
+-------------------------------------------------------------------
+Mon Sep 10 13:06:53 UTC 2018 - [email protected]
+
+- Update to 13.2.1-426-gd2d4852e84:
+  + based on upstream mimic 510d48e10be716cf61b9ddd51e8bc847288ae15a
+  + bsc#1101262 - ceph's SPDK builds with march=native
+  + migrate DeepSea QA bash scripting from DeepSea repo
+
+-------------------------------------------------------------------
+Fri Aug 17 12:11:27 UTC 2018 - [email protected]
+
+- Update to 13.2.1-106-g9a1fcb1b6a:
+  + based on upstream mimic 0323ca11569b183509129c180dcec427aecf2a0a
+    * including upstream 13.2.1 release - for details, see
+      https://ceph.com/releases/13-2-1-mimic-released/
+  + ceph-disk: let extract_parted_partition_numbers return a list
+    (fixes a py3 issue)
+
+-------------------------------------------------------------------
ceph.changes: same change

Old:
----
  ceph-13.2.0-210-g0e990e900d.tar.bz2

New:
----
  ceph-14.0.0-4389-g4c34d15e48.tar.bz2

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

Other differences:
------------------
++++++ ceph-test.spec ++++++
--- /var/tmp/diff_new_pack.8nVeal/_old  2018-11-08 09:42:47.201500343 +0100
+++ /var/tmp/diff_new_pack.8nVeal/_new  2018-11-08 09:42:47.209500334 +0100
@@ -25,6 +25,7 @@
 %bcond_without ceph_test_package
 %bcond_without cephfs_java
 %bcond_without lttng
+%bcond_without libradosstriper
 %global _remote_tarball_prefix https://download.ceph.com/tarballs/
 %endif
 %if 0%{?suse_version}
@@ -37,7 +38,9 @@
 %endif
 %if 0%{?is_opensuse}
 %bcond_without lttng
+%bcond_without libradosstriper
 %else
+%bcond_with libradosstriper
 %ifarch x86_64 aarch64
 %bcond_without lttng
 %else
@@ -45,11 +48,21 @@
 %endif
 %endif
 %endif
-%if 0%{?suse_version} >= 1500
+%bcond_with seastar
+%if 0%{?fedora} || 0%{?suse_version} >= 1500
+# distros where py2 is _optional_
 %bcond_with python2
 %else
+# distros where py2 is _mandatory_
 %bcond_without python2
 %endif
+%if 0%{?fedora} || 0%{?suse_version} >= 1500
+# distros that ship cmd2 and/or colorama
+%bcond_without cephfs_shell
+%else
+# distros that do _not_ ship cmd2/colorama
+%bcond_with cephfs_shell
+%endif
 %if 0%{without python2}
 %global _defined_if_python2_absent 1
 %endif
@@ -76,7 +89,7 @@
 # main package definition
 
#################################################################################
 Name: ceph-test
-Version: 13.2.0.210+g0e990e900d
+Version: 14.0.0.4389+g4c34d15e48
 Release: 0%{?dist}
 %if 0%{?fedora} || 0%{?rhel}
 Epoch: 2
@@ -92,7 +105,7 @@
 Group: System/Filesystems
 %endif
 URL: http://ceph.com/
-Source0: %{?_remote_tarball_prefix}ceph-13.2.0-210-g0e990e900d.tar.bz2
+Source0: %{?_remote_tarball_prefix}ceph-14.0.0-4389-g4c34d15e48.tar.bz2
 %if 0%{?suse_version}
 Source96: checkin.sh
 Source97: README-checkin.txt
@@ -127,20 +140,29 @@
 %endif
 BuildRequires: bc
 BuildRequires: gperf
-BuildRequires:  cmake
+%if 0%{?rhel} == 7
+BuildRequires:  cmake3 > 3.5
+%else
+BuildRequires:  cmake > 3.5
+%endif
 BuildRequires: cryptsetup
 BuildRequires: fuse-devel
 %if 0%{?rhel} == 7
 # devtoolset offers newer make and valgrind-devel, but the old ones are good
 # enough.
-BuildRequires: devtoolset-7-gcc-c++
+BuildRequires: devtoolset-7-gcc-c++ >= 7.3.1
 %else
 BuildRequires: gcc-c++
 %endif
 BuildRequires: gdbm
 %if 0%{with tcmalloc}
+%if 0%{?fedora} || 0%{?rhel}
+BuildRequires: gperftools-devel >= 2.6.1
+%endif
+%if 0%{?suse_version}
 BuildRequires: gperftools-devel >= 2.4
 %endif
+%endif
 BuildRequires:  jq
 BuildRequires: leveldb-devel > 1.2
 BuildRequires: libaio-devel
@@ -158,13 +180,8 @@
 BuildRequires:  procps
 BuildRequires: python%{_python_buildid}
 BuildRequires: python%{_python_buildid}-devel
-BuildRequires: python%{_python_buildid}-nose
-BuildRequires: python%{_python_buildid}-requests
-BuildRequires: python%{_python_buildid}-virtualenv
 BuildRequires: snappy-devel
-%if 0%{with make_check}
-BuildRequires: socat
-%endif
+BuildRequires: sudo
 BuildRequires: udev
 BuildRequires: util-linux
 BuildRequires: valgrind-devel
@@ -173,7 +190,27 @@
 BuildRequires: xfsprogs-devel
 BuildRequires: xmlstarlet
 BuildRequires: yasm
-
+%if 0%{with make_check}
+BuildRequires: python%{_python_buildid}-coverage
+BuildRequires: python%{_python_buildid}-nose
+BuildRequires: python%{_python_buildid}-pecan
+BuildRequires: python%{_python_buildid}-requests
+BuildRequires: python%{_python_buildid}-six
+BuildRequires: python%{_python_buildid}-tox
+BuildRequires: python%{_python_buildid}-virtualenv
+BuildRequires: socat
+%endif
+%if 0%{with seastar}
+BuildRequires:  c-ares-devel
+BuildRequires:  gnutls-devel
+BuildRequires:  hwloc-devel
+BuildRequires:  libpciaccess-devel
+BuildRequires:  lksctp-tools-devel
+BuildRequires:  protobuf-devel
+BuildRequires:  ragel
+BuildRequires:  systemtap-sdt-devel
+BuildRequires:  yaml-cpp-devel
+%endif
 
#################################################################################
 # distro-conditional dependencies
 
#################################################################################
@@ -206,11 +243,12 @@
 BuildRequires: nss-devel
 BuildRequires: keyutils-libs-devel
 BuildRequires: libibverbs-devel
+BuildRequires:  librdmacm-devel
 BuildRequires:  openldap-devel
 BuildRequires:  openssl-devel
 BuildRequires:  CUnit-devel
 BuildRequires:  redhat-lsb-core
-BuildRequires: Cython%{_python_buildid}
+BuildRequires: Cython
 BuildRequires: python%{_python_buildid}-prettytable
 BuildRequires: python%{_python_buildid}-sphinx
 BuildRequires: lz4-devel >= 1.7
@@ -230,26 +268,15 @@
 %if 0%{?fedora} || 0%{?rhel}
 BuildRequires: python%{_python_buildid}-cherrypy
 BuildRequires: python%{_python_buildid}-routes
-BuildRequires: python%{_python_buildid}-pecan
 BuildRequires: python%{_python_buildid}-werkzeug
-BuildRequires: python%{_python_buildid}-tox
-BuildRequires: python%{_python_buildid}-coverage
-%if 0%{?fedora}
 BuildRequires: python%{_python_buildid}-bcrypt
 %endif
-%if 0%{?rhel}
-BuildRequires: py-bcrypt
-%endif
-%endif
 %if 0%{?suse_version}
 BuildRequires: python%{_python_buildid}-CherryPy
 BuildRequires: python%{_python_buildid}-Routes
 BuildRequires: python%{_python_buildid}-Werkzeug
-BuildRequires: python%{_python_buildid}-pecan
 BuildRequires: python%{_python_buildid}-numpy-devel
 BuildRequires: python%{_python_buildid}-bcrypt
-BuildRequires: python%{_python_buildid}-tox
-BuildRequires: python%{_python_buildid}-coverage
 %endif
 %endif
 # lttng and babeltrace for rbd-replay-prep
@@ -273,6 +300,17 @@
 %if 0%{?fedora} || 0%{?rhel}
 BuildRequires:  redhat-rpm-config
 %endif
+%if 0%{with seastar}
+%if 0%{?fedora} || 0%{?rhel}
+BuildRequires:  cryptopp-devel
+BuildRequires:  numactl-devel
+BuildRequires:  protobuf-compiler
+%endif
+%if 0%{?suse_version}
+BuildRequires:  libcryptopp-devel
+BuildRequires:  libnuma-devel
+%endif
+%endif
 
 %description
 This package contains Ceph benchmarks and test tools.
@@ -294,6 +332,8 @@
 %endif
 %if 0%{?suse_version}
 %endif
+%if 0%{with libradosstriper}
+%endif
 %if 0%{?suse_version}
 %endif
 %if 0%{?suse_version}
@@ -303,10 +343,6 @@
 %if 0%{?suse_version}
 %endif
 %if 0%{?fedora} || 0%{?rhel}
-%if 0%{?fedora}
-%endif
-%if 0%{?rhel}
-%endif
 %endif
 %if 0%{?suse_version}
 %endif
@@ -352,10 +388,12 @@
 %endif
 %if 0%{?suse_version}
 %endif
+%if 0%{with libradosstriper}
 %if 0%{?suse_version}
 %endif
 %if 0%{?suse_version}
 %endif
+%endif
 %if 0%{?suse_version}
 %endif
 %if 0%{?suse_version}
@@ -379,8 +417,6 @@
 %if 0%{with python2}
 %if 0%{?suse_version}
 %endif
-%if 0%{?suse_version}
-%endif
 %endif
 %if 0%{?suse_version}
 %endif
@@ -388,6 +424,10 @@
 %if 0%{?suse_version}
 %endif
 %endif
+%if 0%{?suse_version}
+%endif
+%if 0%{with cephfs_shell}
+%endif
 %if 0%{with ceph_test_package}
 %if 0%{?suse_version}
 %endif
@@ -411,7 +451,7 @@
 %endif
 %endif
 %prep
-%autosetup -p1 -n ceph-13.2.0-210-g0e990e900d
+%autosetup -p1 -n ceph-14.0.0-4389-g4c34d15e48
 
 %build
 
@@ -434,6 +474,8 @@
 export CPPFLAGS="$java_inc"
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS"
+export LDFLAGS="$RPM_LD_FLAGS"
+test "$RPM_LD_FLAGS" && echo "RPM_LD_FLAGS == $RPM_LD_FLAGS" || echo 
"RPM_LD_FLAGS is empty"
 
 # Parallel build settings ...
 CEPH_MFLAGS_JOBS="%{?_smp_mflags}"
@@ -461,7 +503,12 @@
 
 mkdir build
 cd build
-cmake .. \
+%if 0%{?rhel} == 7
+CMAKE=cmake3
+%else
+CMAKE=cmake
+%endif
+${CMAKE} .. \
     -DCMAKE_INSTALL_PREFIX=%{_prefix} \
     -DCMAKE_INSTALL_LIBDIR=%{_libdir} \
     -DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir} \
@@ -470,7 +517,6 @@
     -DCMAKE_INSTALL_MANDIR=%{_mandir} \
     -DCMAKE_INSTALL_DOCDIR=%{_docdir}/ceph \
     -DCMAKE_INSTALL_INCLUDEDIR=%{_includedir} \
-    -DWITH_EMBEDDED=OFF \
     -DWITH_MANPAGE=ON \
     -DWITH_PYTHON3=ON \
     -DWITH_MGR_DASHBOARD_FRONTEND=OFF \
@@ -508,6 +554,14 @@
 %else
     -DWITH_BOOST_CONTEXT=OFF \
 %endif
+%if 0%{with cephfs_shell}
+    -DWITH_CEPHFS_SHELL=ON \
+%endif
+%if 0%{with libradosstriper}
+    -DWITH_LIBRADOSSTRIPER=ON \
+%else
+    -DWITH_LIBRADOSSTRIPER=OFF \
+%endif
     -DBOOST_J=$CEPH_SMP_NCPUS
 
 make "$CEPH_MFLAGS_JOBS"
@@ -552,8 +606,9 @@
 
 # udev rules
 install -m 0644 -D udev/50-rbd.rules %{buildroot}%{_udevrulesdir}/50-rbd.rules
-install -m 0644 -D udev/60-ceph-by-parttypeuuid.rules 
%{buildroot}%{_udevrulesdir}/60-ceph-by-parttypeuuid.rules
-install -m 0644 -D udev/95-ceph-osd.rules 
%{buildroot}%{_udevrulesdir}/95-ceph-osd.rules
+
+# sudoers.d
+install -m 0600 -D sudoers.d/ceph-osd-smartctl 
%{buildroot}%{_sysconfdir}/sudoers.d/ceph-osd-smartctl
 
 #set up placeholder directories
 mkdir -p %{buildroot}%{_sysconfdir}/ceph
@@ -564,6 +619,8 @@
 mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/osd
 mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/mds
 mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/mgr
+mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/crash
+mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/crash/posted
 mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/radosgw
 mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-osd
 mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-mds
@@ -576,23 +633,23 @@
 %py3_compile %{buildroot}%{python3_sitelib}
 %endif
 
+rm -rf %{buildroot}%{_bindir}/ceph-crash
 rm -rf %{buildroot}%{_bindir}/crushtool
 rm -rf %{buildroot}%{_bindir}/monmaptool
 rm -rf %{buildroot}%{_bindir}/osdmaptool
 rm -rf %{buildroot}%{_bindir}/ceph-kvstore-tool
 rm -rf %{buildroot}%{_bindir}/ceph-run
 rm -rf %{buildroot}%{_bindir}/ceph-dencoder
-rm -rf %{buildroot}%{_bindir}/ceph-detect-init
 rm -rf %{buildroot}%{_bindir}/cephfs-data-scan
 rm -rf %{buildroot}%{_bindir}/cephfs-journal-tool
 rm -rf %{buildroot}%{_bindir}/cephfs-table-tool
 rm -rf %{buildroot}%{_libexecdir}/systemd/system-preset/50-ceph.preset
 rm -rf %{buildroot}%{_sbindir}/ceph-create-keys
-rm -rf %{buildroot}%{_sbindir}/ceph-disk
 rm -rf %{buildroot}%{_libexecdir}/ceph/ceph_common.sh
 rm -rf %{buildroot}%{_libdir}/rados-classes/*
 rm -rf %{buildroot}%{_libdir}/ceph/erasure-code/libec_*.so*
 rm -rf %{buildroot}%{_libdir}/ceph/compressor/libceph_*.so*
+rm -rf %{buildroot}%{_unitdir}/ceph-crash.service
 rm -rf %{buildroot}%{_libdir}/ceph/crypto/libceph_*.so*
 rm -rf %{buildroot}%{_libdir}/libos_tp.so*
 rm -rf %{buildroot}%{_libdir}/libosd_tp.so*
@@ -601,20 +658,13 @@
 rm -rf %{buildroot}%{_fillupdir}/sysconfig.*
 rm -rf %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ceph-mon
 rm -rf 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ceph-osd-mds
-rm -rf %{buildroot}%{_unitdir}/[email protected]
 rm -rf %{buildroot}%{_unitdir}/ceph.target
-rm -rf %{buildroot}%{python_sitelib}/ceph_detect_init*
-rm -rf %{buildroot}%{python_sitelib}/ceph_disk*
-rm -rf %{buildroot}%{python3_sitelib}/ceph_detect_init*
-rm -rf %{buildroot}%{python3_sitelib}/ceph_disk*
 rm -rf %{buildroot}%{python_sitelib}/ceph_volume/*
 rm -rf %{buildroot}%{python_sitelib}/ceph_volume-*
 rm -rf %{buildroot}%{python3_sitelib}/ceph_volume/*
 rm -rf %{buildroot}%{python3_sitelib}/ceph_volume-*
 rm -rf %{buildroot}%{_mandir}/man8/ceph-deploy.8*
-rm -rf %{buildroot}%{_mandir}/man8/ceph-detect-init.8*
 rm -rf %{buildroot}%{_mandir}/man8/ceph-create-keys.8*
-rm -rf %{buildroot}%{_mandir}/man8/ceph-disk.8*
 rm -rf %{buildroot}%{_mandir}/man8/ceph-run.8*
 rm -rf %{buildroot}%{_mandir}/man8/crushtool.8*
 rm -rf %{buildroot}%{_mandir}/man8/osdmaptool.8*
@@ -664,12 +714,6 @@
 rm -rf %{buildroot}%{_sysconfdir}/bash_completion.d/radosgw-admin
 rm -rf %{buildroot}%{_sysconfdir}/ceph/rbdmap
 rm -rf %{buildroot}%{_unitdir}/rbdmap.service
-rm -rf %{buildroot}%{python_sitelib}/ceph_argparse.py*
-rm -rf %{buildroot}%{python_sitelib}/ceph_daemon.py*
-rm -rf %{buildroot}%{python3_sitelib}/ceph_argparse.py
-rm -rf %{buildroot}%{python3_sitelib}/__pycache__/ceph_argparse.cpython*.py*
-rm -rf %{buildroot}%{python3_sitelib}/ceph_daemon.py
-rm -rf %{buildroot}%{python3_sitelib}/__pycache__/ceph_daemon.cpython*.py*
 rm -rf %{buildroot}%{_udevrulesdir}/50-rbd.rules
 rm -rf %{buildroot}%{_bindir}/ceph-mds
 rm -rf %{buildroot}%{_mandir}/man8/ceph-mds.8*
@@ -712,8 +756,6 @@
 rm -rf %{buildroot}%{_libexecdir}/ceph/ceph-osd-prestart.sh
 rm -rf %{buildroot}%{_sbindir}/ceph-volume
 rm -rf %{buildroot}%{_sbindir}/ceph-volume-systemd
-rm -rf %{buildroot}%{_udevrulesdir}/60-ceph-by-parttypeuuid.rules
-rm -rf %{buildroot}%{_udevrulesdir}/95-ceph-osd.rules
 rm -rf %{buildroot}%{_mandir}/man8/ceph-clsinfo.8*
 rm -rf %{buildroot}%{_mandir}/man8/ceph-osd.8*
 rm -rf %{buildroot}%{_mandir}/man8/ceph-bluestore-tool.8*
@@ -724,6 +766,7 @@
 rm -rf %{buildroot}%{_unitdir}/ceph-osd.target
 rm -rf %{buildroot}%{_unitdir}/[email protected]
 rm -rf %{buildroot}%{_sysctldir}/90-ceph-osd.conf
+rm -rf %{buildroot}%{_sysconfdir}/sudoers.d/ceph-osd-smartctl
 rm -rf %{buildroot}%{_prefix}/lib/ocf/resource.d/ceph/rbd
 rm -rf %{buildroot}%{_libdir}/librados.so.*
 rm -rf %{buildroot}%{_libdir}/ceph/libceph-common.so*
@@ -737,7 +780,6 @@
 rm -rf %{buildroot}%{_includedir}/rados/crc32c.h
 rm -rf %{buildroot}%{_includedir}/rados/rados_types.h
 rm -rf %{buildroot}%{_includedir}/rados/rados_types.hpp
-rm -rf %{buildroot}%{_includedir}/rados/memory.h
 rm -rf %{buildroot}%{_libdir}/librados.so
 rm -rf %{buildroot}%{_libdir}/librados_tp.so
 rm -rf %{buildroot}%{_bindir}/librados-config
@@ -758,11 +800,14 @@
 rm -rf %{buildroot}%{_libdir}/librbd.so
 rm -rf %{buildroot}%{_libdir}/librbd_tp.so
 rm -rf %{buildroot}%{_libdir}/librgw.so.*
+rm -rf %{buildroot}%{_libdir}/librgw_admin_user.so.*
 rm -rf %{buildroot}%{_libdir}/librgw_op_tp.so*
 rm -rf %{buildroot}%{_libdir}/librgw_rados_tp.so*
 rm -rf %{buildroot}%{_includedir}/rados/librgw.h
+rm -rf %{buildroot}%{_includedir}/rados/librgw_admin_user.h
 rm -rf %{buildroot}%{_includedir}/rados/rgw_file.h
 rm -rf %{buildroot}%{_libdir}/librgw.so
+rm -rf %{buildroot}%{_libdir}/librgw_admin_user.so
 rm -rf %{buildroot}%{python_sitearch}/rgw.so
 rm -rf %{buildroot}%{python_sitearch}/rgw-*.egg-info
 rm -rf %{buildroot}%{python3_sitearch}/rgw.cpython*.so
@@ -782,10 +827,14 @@
 rm -rf %{buildroot}%{python3_sitearch}/cephfs-*.egg-info
 rm -rf %{buildroot}%{python3_sitelib}/ceph_volume_client.py
 rm -rf 
%{buildroot}%{python3_sitelib}/__pycache__/ceph_volume_client.cpython*.py*
+rm -rf %{buildroot}%{python_sitelib}/ceph_argparse.py*
+rm -rf %{buildroot}%{python_sitelib}/ceph_daemon.py*
 rm -rf %{buildroot}%{python3_sitelib}/ceph_argparse.py
 rm -rf %{buildroot}%{python3_sitelib}/__pycache__/ceph_argparse.cpython*.py*
 rm -rf %{buildroot}%{python3_sitelib}/ceph_daemon.py
 rm -rf %{buildroot}%{python3_sitelib}/__pycache__/ceph_daemon.cpython*.py*
+rm -rf %{buildroot}%{python3_sitelib}/cephfs_shell-*.egg-info
+rm -rf %{buildroot}%{_bindir}/cephfs-shell
 rm -rf %{buildroot}%{_libdir}/libcephfs_jni.so.*
 rm -rf %{buildroot}%{_libdir}/libcephfs_jni.so
 rm -rf %{buildroot}%{_javadir}/libcephfs.jar
@@ -821,8 +870,6 @@
 %endif
 %if 0%{with python2}
 %endif
-%if 0%{with python2}
-%endif
 %if 0%{?suse_version}
 %endif
 %if 0%{?fedora} || 0%{?rhel}
@@ -839,8 +886,6 @@
 %endif
 %if %{with lttng}
 %endif
-%if 0%{with python2}
-%endif
 %if 0%{?rhel} || 0%{?fedora}
 %endif
 %if 0%{?suse_version}
@@ -929,6 +974,8 @@
 %endif
 %if 0%{with python2}
 %endif
+%if 0%{with libradosstriper}
+%endif
 %if %{with lttng}
 %endif
 %if %{with lttng}
@@ -943,6 +990,8 @@
 %endif
 %if 0%{with python2}
 %endif
+%if 0%{with cephfs_shell}
+%endif
 %if 0%{with ceph_test_package}
 %files -n ceph-test
 %{_bindir}/ceph-client-debug

++++++ ceph.spec ++++++
++++ 648 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/ceph/ceph.spec
++++ and /work/SRC/openSUSE:Factory/.ceph.new/ceph.spec

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.8nVeal/_old  2018-11-08 09:42:47.337500185 +0100
+++ /var/tmp/diff_new_pack.8nVeal/_new  2018-11-08 09:42:47.337500185 +0100
@@ -42,7 +42,7 @@
          <size unit="G">28</size>
       </disk>
       <memory>
-         <size unit="G">8</size>
+         <size unit="G">9</size>
       </memory>
     </hardware>
   </overwrite>

++++++ ceph-13.2.0-210-g0e990e900d.tar.bz2 -> 
ceph-14.0.0-4389-g4c34d15e48.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/ceph/ceph-13.2.0-210-g0e990e900d.tar.bz2 
/work/SRC/openSUSE:Factory/.ceph.new/ceph-14.0.0-4389-g4c34d15e48.tar.bz2 
differ: char 11, line 1


Reply via email to