Hello community,

here is the log from the commit of package ceph for openSUSE:Factory checked in 
at 2016-08-22 10:07:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ceph (Old)
 and      /work/SRC/openSUSE:Factory/.ceph.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ceph"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ceph/ceph-test.changes   2016-08-17 
12:05:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ceph.new/ceph-test.changes      2016-08-22 
10:07:30.000000000 +0200
@@ -1,0 +2,24 @@
+Fri Aug 19 16:02:46 UTC 2016 - ncut...@suse.com
+
+- Update to version 10.2.2+git.1471622341.b446b70:
+  + LTTng-UST disabled for openSUSE
+
+-------------------------------------------------------------------
+Fri Aug 19 13:25:43 UTC 2016 - ncut...@suse.com
+
+- Update to version 10.2.2+git.1471612825.45407b0:
+  + ceph.spec.in: be less naive when removing sources
+
+-------------------------------------------------------------------
+Fri Aug 19 12:11:58 UTC 2016 - ncut...@suse.com
+
+- _constraints: tweak ceph constraints to pick up more build workers
+
+-------------------------------------------------------------------
+Fri Aug 19 11:07:21 UTC 2016 - ncut...@suse.com
+
+- Update to version 10.2.2+git.1471601351.ddee097:
+  + ceph.spec.in: jewel is x86_64+aarch64 only
+  + ceph.spec.in: nuke sources at end of %install phase
+
+-------------------------------------------------------------------
ceph.changes: same change

Old:
----
  ceph-10.2.2+git.1470776886.38cd6cb.tar.bz2

New:
----
  ceph-10.2.2+git.1471622341.b446b70.tar.bz2

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

Other differences:
------------------
++++++ ceph-test.spec ++++++
--- /var/tmp/diff_new_pack.rbUMiZ/_old  2016-08-22 10:07:32.000000000 +0200
+++ /var/tmp/diff_new_pack.rbUMiZ/_new  2016-08-22 10:07:32.000000000 +0200
@@ -37,10 +37,12 @@
 %bcond_with selinux
 %endif
 
-# LTTng-UST enabled on Fedora, RHEL 6+, and SLES 12
-%if 0%{?fedora} || 0%{?rhel} >= 6 || 0%{?suse_version} == 1315
+# LTTng-UST enabled on Fedora, RHEL 6+, and SLE (not openSUSE)
+%if 0%{?fedora} || 0%{?rhel} >= 6 || 0%{?suse_version}
+%if ! 0%{?is_opensuse}
 %bcond_without lttng
 %endif
+%endif
 
 %if %{with selinux}
 # get selinux policy version
@@ -58,7 +60,7 @@
 # common
 
#################################################################################
 Name: ceph-test
-Version: 10.2.2+git.1470776886.38cd6cb
+Version: 10.2.2+git.1471622341.b446b70
 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
@@ -70,12 +72,8 @@
 Source98: README-ceph-test.txt
 Source99: ceph-rpmlintrc
 %if 0%{?suse_version}
-%if 0%{?is_opensuse}
-ExclusiveArch: x86_64 aarch64 ppc64 ppc64le
-%else
 ExclusiveArch: x86_64 aarch64
 %endif
-%endif
 
#################################################################################
 # dependencies that apply across all distro families
 
#################################################################################
@@ -378,6 +376,11 @@
 mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-mds
 mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-rgw
 
+# hack to reduce disk space usage in OBS
+%if 0%{?is_opensuse}
+rm -rf .* * 2>/dev/null | :
+%endif
+
 rm -rf %{buildroot}/usr/share/doc/packages/ceph/sample.ceph.conf
 rm -rf %{buildroot}/usr/share/doc/packages/ceph/sample.fetch_config
 rm -rf %{buildroot}/usr/bin/crushtool

++++++ ceph.spec ++++++
--- /var/tmp/diff_new_pack.rbUMiZ/_old  2016-08-22 10:07:32.000000000 +0200
+++ /var/tmp/diff_new_pack.rbUMiZ/_new  2016-08-22 10:07:32.000000000 +0200
@@ -37,10 +37,12 @@
 %bcond_with selinux
 %endif
 
-# LTTng-UST enabled on Fedora, RHEL 6+, and SLES 12
-%if 0%{?fedora} || 0%{?rhel} >= 6 || 0%{?suse_version} == 1315
+# LTTng-UST enabled on Fedora, RHEL 6+, and SLE (not openSUSE)
+%if 0%{?fedora} || 0%{?rhel} >= 6 || 0%{?suse_version}
+%if ! 0%{?is_opensuse}
 %bcond_without lttng
 %endif
+%endif
 
 %if %{with selinux}
 # get selinux policy version
@@ -58,7 +60,7 @@
 # common
 
#################################################################################
 Name:          ceph
-Version:       10.2.2+git.1470776886.38cd6cb
+Version:       10.2.2+git.1471622341.b446b70
 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
@@ -69,12 +71,8 @@
 Source0:       %{name}-%{version}.tar.bz2
 Source99:       ceph-rpmlintrc
 %if 0%{?suse_version}
-%if 0%{?is_opensuse}
-ExclusiveArch:  x86_64 aarch64 ppc64 ppc64le
-%else
 ExclusiveArch:  x86_64 aarch64
 %endif
-%endif
 
#################################################################################
 # dependencies that apply across all distro families
 
#################################################################################
@@ -728,6 +726,11 @@
 mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-mds
 mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-rgw
 
+# hack to reduce disk space usage in OBS
+%if 0%{?is_opensuse}
+rm -rf .* * 2>/dev/null | :
+%endif
+
 %clean
 rm -rf %{buildroot}
 

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.rbUMiZ/_old  2016-08-22 10:07:32.000000000 +0200
+++ /var/tmp/diff_new_pack.rbUMiZ/_new  2016-08-22 10:07:32.000000000 +0200
@@ -9,10 +9,10 @@
     </conditions>
     <hardware>
       <disk>
-         <size unit="G">24</size>
+         <size unit="M">19990</size>
       </disk>
       <memory>
-         <size unit="G">8</size>
+         <size unit="M">7240</size>
       </memory>
     </hardware>
   </overwrite>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.rbUMiZ/_old  2016-08-22 10:07:32.000000000 +0200
+++ /var/tmp/diff_new_pack.rbUMiZ/_new  2016-08-22 10:07:32.000000000 +0200
@@ -1,5 +1,5 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://github.com/SUSE/ceph.git</param>
-          <param 
name="changesrevision">38cd6cbb8b5b8bffb6097fc2f46a55cc5b0ee96a</param></service>
+          <param 
name="changesrevision">b446b700df1cbdc2bddd72ae37f3e89fb84a262f</param></service>
 </servicedata>
\ No newline at end of file

++++++ ceph-10.2.2+git.1470776886.38cd6cb.tar.bz2 -> 
ceph-10.2.2+git.1471622341.b446b70.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/ceph/ceph-10.2.2+git.1470776886.38cd6cb.tar.bz2 
/work/SRC/openSUSE:Factory/.ceph.new/ceph-10.2.2+git.1471622341.b446b70.tar.bz2 
differ: char 11, line 1


Reply via email to