Hello community,

here is the log from the commit of package ceph for openSUSE:Factory checked in 
at 2017-06-16 10:52:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ceph (Old)
 and      /work/SRC/openSUSE:Factory/.ceph.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ceph"

Fri Jun 16 10:52:50 2017 rev:12 rq:501862 
version:12.0.3+git.1496909744.9f667dc335

Changes:
--------
--- /work/SRC/openSUSE:Factory/ceph/ceph-test.changes   2017-05-27 
13:10:59.430060988 +0200
+++ /work/SRC/openSUSE:Factory/.ceph.new/ceph-test.changes      2017-06-16 
10:53:10.837036460 +0200
@@ -1,0 +2,57 @@
+Thu Jun 08 08:36:57 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.0.3+git.1496909744.9f667dc335:
+  + build/ops: rpm: one License line to rule them all
+
+-------------------------------------------------------------------
+Thu Jun  8 07:23:16 UTC 2017 - ncut...@suse.com
+
+- up memory _constraint for ceph-test to address ppc64le OOM seen in IBS
+
+-------------------------------------------------------------------
+Thu Jun 08 06:31:53 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.0.3+git.1496902753.b18dc53186:
+  + build/ops: rpm, COPYING: drop GPL 2.0 with Autoconf Exception
+    (autoconf no longer used)
+
+-------------------------------------------------------------------
+Wed Jun  7 12:26:46 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.0.3+git.1496754880.35cb2861ce:
+  + merge upstream master (b1d06a6b54)
+
+-------------------------------------------------------------------
+Sat Jun  3 15:53:05 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.0.3+git.1496494491.ba3c561a92:
+  + merge upstream master (97d6e150e5)
+
+-------------------------------------------------------------------
+Thu Jun  1 08:51:20 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.0.3+git.1496306960.2db336d85e:
+  + merge upstream master (b19352eec3), fixes bsc#1041492
+
+-------------------------------------------------------------------
+Tue May 30 13:15:47 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.0.3+git.1496147556.f1d6115861:
+  + cmake: build boost::context and coroutine only with rgw Beast frontend
+  + build/ops: rpm: reverse s390 bcond conditional block
+  + build/ops: rpm: no rgw Beast frontend on s390x
+  + build/ops: deb: no rgw Beast frontend on s390x
+  + cmake: delete excidentail reintroduced line.
+  + cmake: link radosgw with boost libraries
+  (bsc#1040119)
+
+-------------------------------------------------------------------
+Sat May 27 08:19:59 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.0.3+git.1495849076.4457d36178:
+  + rgw: remove fastcgi from default rgw frontends
+  + RGW: Turn off fcgi as a frontend
+  + build/ops: drop libfcgi build dependency
+  + build/ops: rpm: apply epoch only if %epoch macro is defined
+
+-------------------------------------------------------------------
ceph.changes: same change

Old:
----
  ceph-12.0.3+git.1495798013.23dd2b67dc.tar.bz2

New:
----
  ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2

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

Other differences:
------------------
++++++ ceph-test.spec ++++++
--- /var/tmp/diff_new_pack.yp0Hsu/_old  2017-06-16 10:53:13.788620962 +0200
+++ /var/tmp/diff_new_pack.yp0Hsu/_new  2017-06-16 10:53:13.792620398 +0200
@@ -24,10 +24,8 @@
 %bcond_with xio
 %ifarch s390 s390x
 %bcond_with tcmalloc
-%bcond_with rgw_beast
 %else
 %bcond_without tcmalloc
-%bcond_without rgw_beast
 %endif
 %bcond_without lowmem_builder
 %bcond_with minimal_debugging_information
@@ -66,14 +64,22 @@
 
 # disable dwz which compresses the debuginfo
 %global _find_debuginfo_dwz_opts %{nil}
+
 
#################################################################################
 # main package definition
 
#################################################################################
 Name: ceph-test
-Version: 12.0.3+git.1495798013.23dd2b67dc
+Version: 12.0.3+git.1496909744.9f667dc335
 Release: 0%{?dist}
+%if 0%{?fedora} || 0%{?rhel}
+Epoch: 1
+%endif
+
+# define %_epoch_prefix macro which will expand to the empty string if %epoch 
is undefined
+%global _epoch_prefix %{?epoch:%{epoch}:}
+
 Summary: Ceph benchmarks and test tools
-License: LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and GPL-2.0 WITH 
Autoconf-exception-2.0 and BSD-3-Clause and MIT
+License: LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause 
and MIT
 %if 0%{?suse_version}
 Group: System/Filesystems
 %endif
@@ -99,6 +105,7 @@
 
 Requires: ceph-common
 Requires: xmlstarlet
+Requires: jq
 Requires(post):        binutils
 %if 0%{with cephfs_java}
 BuildRequires: java-devel
@@ -110,6 +117,7 @@
 BuildRequires: /usr/share/selinux/devel/policyhelp
 %endif
 BuildRequires: bc
+BuildRequires: gperf
 BuildRequires:  cmake
 BuildRequires: cryptsetup
 BuildRequires: fuse-devel
@@ -205,14 +213,11 @@
 BuildRequires:  babeltrace-devel
 %endif
 %endif
-# expat and fastcgi for RGW
 %if 0%{?suse_version}
 BuildRequires: libexpat-devel
-BuildRequires: FastCGI-devel
 %endif
 %if 0%{?rhel} || 0%{?fedora}
 BuildRequires: expat-devel
-BuildRequires: fcgi-devel
 %endif
 #hardened-cc1
 %if 0%{?fedora} || 0%{?rhel}
@@ -432,7 +437,7 @@
 %if 0%{with ocf}
     -DWITH_OCF=ON \
 %endif
-%if 0%{with rgw_beast}
+%ifarch aarch64 armv7hl mips mipsel ppc ppc64 ppc64le %{ix86} x86_64
     -DWITH_RADOSGW_BEAST_FRONTEND=ON \
 %else
     -DWITH_RADOSGW_BEAST_FRONTEND=OFF \
@@ -546,6 +551,7 @@
 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}%{_sbindir}/rcceph
 rm -rf %{buildroot}%{_libexecdir}/ceph/ceph_common.sh
 rm -rf %{buildroot}%{_libdir}/rados-classes/*
@@ -554,18 +560,19 @@
 rm -rf %{buildroot}%{_libdir}/ceph/crypto/libceph_*.so*
 rm -rf %{buildroot}%{_libdir}/libos_tp.so*
 rm -rf %{buildroot}%{_libdir}/libosd_tp.so*
-rm -rf %{buildroot}%{_sysconfdir}/bash_completion.d/ceph
 rm -rf %{buildroot}%{_sysconfdir}/logrotate.d/ceph
 rm -rf %{buildroot}%{_sysconfdir}/sysconfig/ceph
 rm -rf %{buildroot}%{_localstatedir}/adm/fillup-templates/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}/ceph-disk@.service
 rm -rf %{buildroot}%{_unitdir}/ceph.target
 rm -rf %{buildroot}%{python_sitelib}/ceph_detect_init*
 rm -rf %{buildroot}%{python_sitelib}/ceph_disk*
 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*
@@ -606,6 +613,7 @@
 rm -rf %{buildroot}%{_datadir}/ceph/known_hosts_drop.ceph.com
 rm -rf %{buildroot}%{_datadir}/ceph/id_rsa_drop.ceph.com
 rm -rf %{buildroot}%{_datadir}/ceph/id_rsa_drop.ceph.com.pub
+rm -rf %{buildroot}%{_sysconfdir}/bash_completion.d/ceph
 rm -rf %{buildroot}%{_sysconfdir}/bash_completion.d/rados
 rm -rf %{buildroot}%{_sysconfdir}/bash_completion.d/rbd
 rm -rf %{buildroot}%{_sysconfdir}/bash_completion.d/radosgw-admin
@@ -644,6 +652,7 @@
 rm -rf %{buildroot}%{_mandir}/man8/rbd-nbd.8*
 rm -rf %{buildroot}%{_bindir}/radosgw
 rm -rf %{buildroot}%{_bindir}/radosgw-token
+rm -rf %{buildroot}%{_bindir}/radosgw-es
 rm -rf %{buildroot}%{_bindir}/radosgw-object-expirer
 rm -rf %{buildroot}%{_mandir}/man8/radosgw.8*
 rm -rf %{buildroot}%{_unitdir}/ceph-radosgw@.service
@@ -652,18 +661,14 @@
 rm -rf %{buildroot}%{_bindir}/ceph-bluestore-tool
 rm -rf %{buildroot}%{_bindir}/ceph-objectstore-tool
 rm -rf %{buildroot}%{_bindir}/ceph-osd
-rm -rf %{buildroot}%{_sbindir}/ceph-disk
-rm -rf %{buildroot}%{_sbindir}/ceph-disk-udev
 rm -rf %{buildroot}%{_libexecdir}/ceph/ceph-osd-prestart.sh
 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-disk.8*
 rm -rf %{buildroot}%{_mandir}/man8/ceph-osd.8*
 rm -rf %{buildroot}%{_sysconfdir}/cron.hourly/subman
 rm -rf %{buildroot}%{_unitdir}/ceph-osd@.service
 rm -rf %{buildroot}%{_unitdir}/ceph-osd.target
-rm -rf %{buildroot}%{_unitdir}/ceph-disk@.service
 rm -rf %{buildroot}%{_prefix}/lib/ocf/resource.d/ceph/rbd
 rm -rf %{buildroot}%{_libdir}/librados.so.*
 rm -rf %{buildroot}%{_libdir}/ceph/libceph-common.so*

++++++ ceph.spec ++++++
++++ 778 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.yp0Hsu/_old  2017-06-16 10:53:13.884607450 +0200
+++ /var/tmp/diff_new_pack.yp0Hsu/_new  2017-06-16 10:53:13.884607450 +0200
@@ -26,7 +26,7 @@
          <size unit="G">40</size>
       </disk>
       <memory>
-         <size unit="G">11</size>
+         <size unit="G">12</size>
       </memory>
     </hardware>
   </overwrite>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.yp0Hsu/_old  2017-06-16 10:53:13.920602383 +0200
+++ /var/tmp/diff_new_pack.yp0Hsu/_new  2017-06-16 10:53:13.920602383 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://github.com/SUSE/ceph.git</param>
-          <param 
name="changesrevision">23dd2b67dc4068018f22570be4154e06ed5f5a49</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">9f667dc3351c4c5388389f825097d7e178f6177e</param></service></servicedata>
\ No newline at end of file

++++++ ceph-12.0.3+git.1495798013.23dd2b67dc.tar.bz2 -> 
ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/ceph/ceph-12.0.3+git.1495798013.23dd2b67dc.tar.bz2 
/work/SRC/openSUSE:Factory/.ceph.new/ceph-12.0.3+git.1496909744.9f667dc335.tar.bz2
 differ: char 11, line 1


Reply via email to