Hello community,

here is the log from the commit of package ceph for openSUSE:Factory checked in 
at 2017-05-04 08:51:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ceph (Old)
 and      /work/SRC/openSUSE:Factory/.ceph.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ceph"

Thu May  4 08:51:46 2017 rev:10 rq:491634 version:12.0.2+git.1493295295.8c88dc6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ceph/ceph-test.changes   2017-04-11 
09:30:22.094476080 +0200
+++ /work/SRC/openSUSE:Factory/.ceph.new/ceph-test.changes      2017-05-04 
08:51:53.314256766 +0200
@@ -1,0 +2,44 @@
+Thu Apr 27 11:39:24 UTC 2017 - [email protected]
+
+- Update to version 12.0.2+git.1493291471.adb6a43:
+  + rocksdb: sync with upstream (bsc#1025891)
+  + build/ops: cmake: explicitly disable MSSE 4.2 if not supported
+
+-------------------------------------------------------------------
+Thu Apr 27 08:23:46 UTC 2017 - [email protected]
+
+- _constraints: set higher disk and memory constraints so s390x 
+  builds don't fail 
+
+-------------------------------------------------------------------
+Wed Apr 26 20:51:56 UTC 2017 - [email protected]
+
+- Update to version 12.0.2+git.1493238434.71681fd:
+  + cmake: added empty RPATH to libceph_crypto_isal.so
+
+-------------------------------------------------------------------
+Wed Apr 26 18:10:40 UTC 2017 - [email protected]
+
+- Update to version 12.0.2+git.1493227670.3396ca1:
+  + rgw: use a vector for options passed to civetweb
+
+-------------------------------------------------------------------
+Wed Apr 26 10:10:21 UTC 2017 - [email protected]
+
+- Update to version 12.0.2+git.1493192333.3305a0c
+  + merge upstream master (0d368d2c8544247a4aed9c71c74e77b0c6bbfb22)
+    including 12.0.2 development release
+
+-------------------------------------------------------------------
+Tue Apr 25 12:39:36 UTC 2017 - [email protected]
+
+- revert commit a9a50f690085091bb4446095418237f9fef712c8 in preparation for
+  rebasing against the upstream implementation.  (bsc#1035937)
+
+-------------------------------------------------------------------
+Fri Apr  7 12:10:55 UTC 2017 - [email protected]
+
+- Add ibs_constraints.sh script to address s390 constraints
+  tweak needed in IBS 
+
+-------------------------------------------------------------------
ceph.changes: same change

Old:
----
  ceph-12.0.1+git.1491557762.4e47e9f.tar.bz2

New:
----
  ceph-12.0.2+git.1493295295.8c88dc6.tar.bz2
  ibs_constraints.sh

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

Other differences:
------------------
++++++ ceph-test.spec ++++++
--- /var/tmp/diff_new_pack.55z4wz/_old  2017-05-04 08:51:55.717917782 +0200
+++ /var/tmp/diff_new_pack.55z4wz/_new  2017-05-04 08:51:55.721917218 +0200
@@ -69,7 +69,7 @@
 # main package definition
 
#################################################################################
 Name: ceph-test
-Version: 12.0.1+git.1491557762.4e47e9f
+Version: 12.0.2+git.1493295295.8c88dc6
 Release: 0
 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 and BSD-3-Clause and MIT
@@ -78,6 +78,7 @@
 %endif
 URL: http://ceph.com/
 Source0: ceph-%{version}.tar.bz2
+Source97: ibs_constraints.sh
 Source98: README-ceph-test.txt
 Source99: ceph-rpmlintrc
 # _insert_obs_source_lines_here
@@ -527,6 +528,7 @@
 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}%{_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
@@ -723,6 +725,8 @@
 
#################################################################################
 %files
 
+%ifarch x86_64
+%endif
 %if %{with lttng}
 %endif
 %if 0%{?fedora} || 0%{?rhel}

++++++ ceph.spec ++++++
--- /var/tmp/diff_new_pack.55z4wz/_old  2017-05-04 08:51:55.749913270 +0200
+++ /var/tmp/diff_new_pack.55z4wz/_new  2017-05-04 08:51:55.753912706 +0200
@@ -69,7 +69,7 @@
 # main package definition
 
#################################################################################
 Name:          ceph
-Version:       12.0.1+git.1491557762.4e47e9f
+Version:       12.0.2+git.1493295295.8c88dc6
 Release:       0
 Summary:       User space components of the Ceph file system
 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 and BSD-3-Clause and MIT
@@ -977,6 +977,10 @@
 %{_libdir}/ceph/erasure-code/libec_*.so*
 %dir %{_libdir}/ceph/compressor
 %{_libdir}/ceph/compressor/libceph_*.so*
+%ifarch x86_64
+%dir %{_libdir}/ceph/crypto
+%{_libdir}/ceph/crypto/libceph_*.so*
+%endif
 %if %{with lttng}
 %{_libdir}/libos_tp.so*
 %{_libdir}/libosd_tp.so*

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.55z4wz/_old  2017-05-04 08:51:55.813904245 +0200
+++ /var/tmp/diff_new_pack.55z4wz/_new  2017-05-04 08:51:55.817903681 +0200
@@ -9,10 +9,10 @@
     </conditions>
     <hardware>
       <disk>
-         <size unit="M">19990</size>
+         <size unit="G">26</size>
       </disk>
       <memory>
-         <size unit="M">7240</size>
+         <size unit="G">8</size>
       </memory>
     </hardware>
   </overwrite>

++++++ _service ++++++
--- /var/tmp/diff_new_pack.55z4wz/_old  2017-05-04 08:51:55.837900861 +0200
+++ /var/tmp/diff_new_pack.55z4wz/_new  2017-05-04 08:51:55.841900297 +0200
@@ -1,12 +1,12 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="versionformat">12.0.1+git.%ct.%h</param>
+    <param name="versionformat">12.0.2+git.%ct.%h</param>
     <param name="url">git://github.com/SUSE/ceph.git</param>
-    <param name="revision">ses5</param>
+    <param name="revision">wip-msse</param>
     <param name="filename">ceph</param>
     <param name="scm">git</param>
     <param name="package-meta">no</param>
-    <param name="changesgenerate">disable</param>
+    <param name="changesgenerate">enable</param>
     <param name="commandtorun">sh etc/ceph_ver_hack.sh</param>
   </service>
   <service name="extract_ceph_spec" mode="disabled" />

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.55z4wz/_old  2017-05-04 08:51:55.865896913 +0200
+++ /var/tmp/diff_new_pack.55z4wz/_new  2017-05-04 08:51:55.869896349 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://github.com/SUSE/ceph.git</param>
-          <param 
name="changesrevision">165c23f778c4e87a5bb6b05d4ec4eb3795246ffa</param></service></servicedata>
+          <param 
name="changesrevision">8c88dc67b2eb6eba916fdcce5a3c3d86592a11c9</param></service></servicedata>
\ No newline at end of file

++++++ ceph-12.0.1+git.1491557762.4e47e9f.tar.bz2 -> 
ceph-12.0.2+git.1493295295.8c88dc6.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/ceph/ceph-12.0.1+git.1491557762.4e47e9f.tar.bz2 
/work/SRC/openSUSE:Factory/.ceph.new/ceph-12.0.2+git.1493295295.8c88dc6.tar.bz2 
differ: char 11, line 1

++++++ ibs_constraints.sh ++++++
#!/bin/bash
sed -i -e 's/<size unit="M">19990/<size unit="G">26/' _constraints
sed -i -e 's/<size unit="M">7240/<size unit="G">8/' _constraints
++++++ pre_checkin.sh ++++++
--- /var/tmp/diff_new_pack.55z4wz/_old  2017-05-04 08:51:55.945885632 +0200
+++ /var/tmp/diff_new_pack.55z4wz/_new  2017-05-04 08:51:55.949885068 +0200
@@ -287,4 +287,5 @@
 transform_spec_file $SPEC_FILE $PACKAGE "$rm_files" "$summ" "$desc" "$reqs" > 
$PACKAGE.spec
 insert_line_before "${PACKAGE}.spec" "Source99: ceph-rpmlintrc" 
"_insert_obs_source_lines_here"
 insert_line_before "${PACKAGE}.spec" "Source98: README-ceph-test.txt" 
"^Source99:"
+insert_line_before "${PACKAGE}.spec" "Source97: ibs_constraints.sh" 
"^Source98:"
 copy_changes_file $PACKAGE


Reply via email to