Hello community,

here is the log from the commit of package ceph for openSUSE:Factory checked in 
at 2019-03-24 14:57:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ceph (Old)
 and      /work/SRC/openSUSE:Factory/.ceph.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ceph"

Sun Mar 24 14:57:16 2019 rev:40 rq:687168 version:14.2.0.300+gacd2f2b9e1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ceph/ceph-test.changes   2019-03-08 
13:28:14.206995513 +0100
+++ /work/SRC/openSUSE:Factory/.ceph.new.25356/ceph-test.changes        
2019-03-24 14:57:19.451199849 +0100
@@ -1,0 +2,28 @@
+Thu Mar 21 08:24:05 UTC 2019 - ncut...@suse.com
+
+- Update to 14.2.0-300-gacd2f2b9e1:
+  + spec/ceph-mgr: drop "Recommends: ceph-mgr-ssh"
+  + cmake: empty INSTALL_RPATH for libceph_crypto_openssl.so (boo#1129921)
+
+-------------------------------------------------------------------
+Tue Mar 19 10:05:12 UTC 2019 - ncut...@suse.com
+
+- Update to 14.2.0-296-g063d979413:
+  + rebase on top of upstream nautilus branch, SHA1 
3a54b2b6d167d4a2a19e003a705696d4fe619afc
+    * upstream Nautilus 14.2.0 (stable) release
+      release notes: http://docs.ceph.com/docs/master/releases/nautilus/
+  + rpm: fix "rhel <= 7" conditional (bsc#1129595)
+  + rpm: refrain from building ceph-resource-agents on SLE (bsc#1129597)
+
+-------------------------------------------------------------------
+Fri Mar 15 12:20:13 UTC 2019 - ncut...@suse.com
+
+- Update to 14.1.1-457-g1411dbed54:
+  + rebase on top of upstream nautilus branch, SHA1 
98653b3db92f69023cb62526791d4d9aa5d6ec23
+    * upstream Nautilus 14.1.1 (RC2) release
+    * mgr: Fix broken get_localized_module_option function (bsc#1127342)
+    * spec: ceph-osd gets new runtime dependency, libstoragemgmt
+  + dashboard: Update downstream branding (bsc#1129224)
+  + spec: build ceph-test package on x86_64 arch only (bsc#1129274)
+
+-------------------------------------------------------------------
ceph.changes: same change

Old:
----
  ceph-14.1.0-559-gf1a72cff25.tar.bz2

New:
----
  ceph-14.2.0-300-gacd2f2b9e1.tar.bz2

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

Other differences:
------------------
++++++ ceph-test.spec ++++++
--- /var/tmp/diff_new_pack.5kxu4e/_old  2019-03-24 14:57:21.415199598 +0100
+++ /var/tmp/diff_new_pack.5kxu4e/_new  2019-03-24 14:57:21.415199598 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ceph
 #
-# Copyright (C) 2004-2017 The Ceph Project Developers. See COPYING file
+# Copyright (C) 2004-2019 The Ceph Project Developers. See COPYING file
 # at the top-level directory of this distribution and at
 # https://github.com/ceph/ceph/blob/master/COPYING
 #
@@ -20,7 +20,6 @@
 # please read http://rpm.org/user_doc/conditional_builds.html for explanation 
of
 # bcond syntax!
 
#################################################################################
-%bcond_without ocf
 %bcond_with make_check
 %ifarch s390 s390x
 %bcond_with tcmalloc
@@ -33,6 +32,7 @@
 %bcond_without cephfs_java
 %bcond_without lttng
 %bcond_without libradosstriper
+%bcond_without ocf
 %bcond_without amqp_endpoint
 %global _remote_tarball_prefix https://download.ceph.com/tarballs/
 %endif
@@ -47,8 +47,10 @@
 %endif
 %if 0%{?is_opensuse}
 %bcond_without libradosstriper
+%bcond_without ocf
 %else
 %bcond_with libradosstriper
+%bcond_with ocf
 %endif
 %ifarch x86_64 aarch64 ppc64le
 %bcond_without lttng
@@ -97,7 +99,7 @@
 # main package definition
 
#################################################################################
 Name: ceph-test
-Version: 14.1.0.559+gf1a72cff25
+Version: 14.2.0.300+gacd2f2b9e1
 Release: 0%{?dist}
 %if 0%{?fedora} || 0%{?rhel}
 Epoch: 2
@@ -113,14 +115,14 @@
 Group: System/Filesystems
 %endif
 URL: http://ceph.com/
-Source0: %{?_remote_tarball_prefix}ceph-14.1.0-559-gf1a72cff25.tar.bz2
+Source0: %{?_remote_tarball_prefix}ceph-14.2.0-300-gacd2f2b9e1.tar.bz2
 %if 0%{?suse_version}
 Source96: checkin.sh
 Source97: README-checkin.txt
 Source98: README-ceph-test.txt
 Source99: ceph-rpmlintrc
 # _insert_obs_source_lines_here
-ExclusiveArch: x86_64 aarch64 ppc64le
+ExclusiveArch: x86_64
 %endif
 
#################################################################################
 # dependencies that apply across all distro families
@@ -262,8 +264,10 @@
 BuildRequires:  openssl-devel
 BuildRequires:  CUnit-devel
 BuildRequires:  redhat-lsb-core
+%if 0%{with python2}
+BuildRequires: python2-Cython
+%endif
 %if 0%{?rhel} == 7
-BuildRequires: Cython
 BuildRequires: python34-devel
 BuildRequires: python34-setuptools
 BuildRequires: python34-Cython
@@ -375,9 +379,11 @@
 %endif
 %if 0%{?suse_version}
 %endif
-%if 0%{?fedora} || 0%{?rhel}
+%if 0%{?fedora} || 0%{?rhel} > 7 || 0%{?suse_version}
+%if 0%{without python2}
 %endif
-%if 0%{?suse_version}
+%endif
+%if 0%{?rhel} == 7
 %endif
 %if 0%{?suse_version}
 %endif
@@ -494,7 +500,7 @@
 %if 0%{?suse_version}
 %endif
 %prep
-%autosetup -p1 -n ceph-14.1.0-559-gf1a72cff25
+%autosetup -p1 -n ceph-14.2.0-300-gacd2f2b9e1
 
 %build
 

++++++ ceph.spec ++++++
--- /var/tmp/diff_new_pack.5kxu4e/_old  2019-03-24 14:57:21.431199596 +0100
+++ /var/tmp/diff_new_pack.5kxu4e/_new  2019-03-24 14:57:21.431199596 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ceph
 #
-# Copyright (C) 2004-2017 The Ceph Project Developers. See COPYING file
+# Copyright (C) 2004-2019 The Ceph Project Developers. See COPYING file
 # at the top-level directory of this distribution and at
 # https://github.com/ceph/ceph/blob/master/COPYING
 #
@@ -20,7 +20,6 @@
 # please read http://rpm.org/user_doc/conditional_builds.html for explanation 
of
 # bcond syntax!
 
#################################################################################
-%bcond_without ocf
 %bcond_with make_check
 %ifarch s390 s390x
 %bcond_with tcmalloc
@@ -33,6 +32,7 @@
 %bcond_without cephfs_java
 %bcond_without lttng
 %bcond_without libradosstriper
+%bcond_without ocf
 %bcond_without amqp_endpoint
 %global _remote_tarball_prefix https://download.ceph.com/tarballs/
 %endif
@@ -47,8 +47,10 @@
 %endif
 %if 0%{?is_opensuse}
 %bcond_without libradosstriper
+%bcond_without ocf
 %else
 %bcond_with libradosstriper
+%bcond_with ocf
 %endif
 %ifarch x86_64 aarch64 ppc64le
 %bcond_without lttng
@@ -97,7 +99,7 @@
 # main package definition
 
#################################################################################
 Name:          ceph
-Version:       14.1.0.559+gf1a72cff25
+Version:       14.2.0.300+gacd2f2b9e1
 Release:       0%{?dist}
 %if 0%{?fedora} || 0%{?rhel}
 Epoch:         2
@@ -113,7 +115,7 @@
 Group:         System/Filesystems
 %endif
 URL:           http://ceph.com/
-Source0:       %{?_remote_tarball_prefix}ceph-14.1.0-559-gf1a72cff25.tar.bz2
+Source0:       %{?_remote_tarball_prefix}ceph-14.2.0-300-gacd2f2b9e1.tar.bz2
 %if 0%{?suse_version}
 # _insert_obs_source_lines_here
 ExclusiveArch:  x86_64 aarch64 ppc64le s390x
@@ -254,8 +256,10 @@
 BuildRequires:  openssl-devel
 BuildRequires:  CUnit-devel
 BuildRequires:  redhat-lsb-core
+%if 0%{with python2}
+BuildRequires: python2-Cython
+%endif
 %if 0%{?rhel} == 7
-BuildRequires: Cython
 BuildRequires: python34-devel
 BuildRequires: python34-setuptools
 BuildRequires: python34-Cython
@@ -447,7 +451,6 @@
 Recommends:    ceph-mgr-diskprediction-local = 
%{_epoch_prefix}%{version}-%{release}
 Recommends:    ceph-mgr-diskprediction-cloud = 
%{_epoch_prefix}%{version}-%{release}
 Recommends:    ceph-mgr-rook = %{_epoch_prefix}%{version}-%{release}
-Recommends:    ceph-mgr-ssh = %{_epoch_prefix}%{version}-%{release}
 %endif
 %if 0%{?rhel} == 7
 Requires:       pyOpenSSL
@@ -497,14 +500,18 @@
 Group:          System/Filesystems
 %endif
 Requires:       ceph-mgr = %{_epoch_prefix}%{version}-%{release}
-%if 0%{?fedora} || 0%{?rhel}
+%if 0%{?fedora} || 0%{?rhel} > 7 || 0%{?suse_version}
+Requires:       python%{_python_buildid}-numpy
+%if 0%{without python2}
+Requires:       python3-scipy
+%else
+Requires:       python2-scipy
+%endif
+%endif
+%if 0%{?rhel} == 7
 Requires:       numpy
 Requires:       scipy
 %endif
-%if 0%{?suse_version}
-Requires:       python%{_python_buildid}-numpy
-Requires:       python%{_python_buildid}-scipy
-%endif
 %description mgr-diskprediction-local
 ceph-mgr-diskprediction-local is a ceph-mgr plugin that tries to predict
 disk failures using local algorithms and machine-learning databases.
@@ -629,6 +636,7 @@
 Requires:      ceph-base = %{_epoch_prefix}%{version}-%{release}
 Requires:      lvm2
 Requires:      sudo
+Requires: libstoragemgmt
 %description osd
 ceph-osd is the object storage daemon for the Ceph distributed file
 system.  It is responsible for storing objects on a local file system
@@ -1043,7 +1051,7 @@
 # common
 
#################################################################################
 %prep
-%autosetup -p1 -n ceph-14.1.0-559-gf1a72cff25
+%autosetup -p1 -n ceph-14.2.0-300-gacd2f2b9e1
 
 %build
 

++++++ ceph-14.1.0-559-gf1a72cff25.tar.bz2 -> 
ceph-14.2.0-300-gacd2f2b9e1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/ceph/ceph-14.1.0-559-gf1a72cff25.tar.bz2 
/work/SRC/openSUSE:Factory/.ceph.new.25356/ceph-14.2.0-300-gacd2f2b9e1.tar.bz2 
differ: char 11, line 1

++++++ pre_checkin.sh ++++++
--- /var/tmp/diff_new_pack.5kxu4e/_old  2019-03-24 14:57:21.499199587 +0100
+++ /var/tmp/diff_new_pack.5kxu4e/_new  2019-03-24 14:57:21.499199587 +0100
@@ -170,7 +170,7 @@
       line=`echo $line | sed 's/%{name}/ceph/g'`
       ;;
     "ExclusiveArch:"*)
-      line=`echo $line | sed 's/s390\S*//g'`
+      line="ExclusiveArch: x86_64"
       ;;
     "%autosetup -p1")
       line="%autosetup -p1 -n ceph-%version"


Reply via email to