diff --git a/_constraints b/_constraints index 71e6369..539e778 100644 --- a/_constraints +++ b/_constraints @@ -27,7 +27,7 @@ 28 - 11 + 12 diff --git a/ceph-13.0.1-3204-g17e0216271.tar.bz2 b/ceph-13.0.1-3204-g17e0216271.tar.bz2 deleted file mode 100644 index cf6f213..0000000 --- a/ceph-13.0.1-3204-g17e0216271.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47a8e6d2f1a27d76a244b331f6adfcf02370f83cc7065fa9f8dc49222e396176 -size 67597003 diff --git a/ceph-13.0.2-819-gf64b021d4c.tar.bz2 b/ceph-13.0.2-819-gf64b021d4c.tar.bz2 new file mode 100644 index 0000000..d4e4df1 --- /dev/null +++ b/ceph-13.0.2-819-gf64b021d4c.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953eeb0b6830c26463034372fabb3232eefca8078309708bf8b90ccc905e3095 +size 67622904 diff --git a/ceph-test.changes b/ceph-test.changes index 0270864..7189c77 100644 --- a/ceph-test.changes +++ b/ceph-test.changes @@ -1,8 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 12 18:13:35 UTC 2018 - ncutler@suse.com + +- Update to 13.0.2-819-gf64b021d4c + + based on upstream master 3ab655b55d2b363c0352dfbb90caed2ffcd42432 + ------------------------------------------------------------------- Thu Apr 12 02:11:19 UTC 2018 - ncutler@suse.com -- tweak the ceph-test constraints (latest version of Ceph does not - require so much disk space/memory) +- reduce ceph-test constraints for ppc64le and s390x ------------------------------------------------------------------- Tue Mar 27 14:04:19 UTC 2018 - schwab@suse.de diff --git a/ceph-test.spec b/ceph-test.spec index 47dae11..e224519 100644 --- a/ceph-test.spec +++ b/ceph-test.spec @@ -76,7 +76,7 @@ # main package definition ################################################################################# Name: ceph-test -Version: 13.0.1.3204+g17e0216271 +Version: 13.0.2.819+gf64b021d4c Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 @@ -92,7 +92,7 @@ License: LGPL-2.1 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and Group: System/Filesystems %endif URL: http://ceph.com/ -Source0: %{?_remote_tarball_prefix}ceph-13.0.1-3204-g17e0216271.tar.bz2 +Source0: %{?_remote_tarball_prefix}ceph-13.0.2-819-gf64b021d4c.tar.bz2 %if 0%{?suse_version} Source96: checkin.sh Source97: README-checkin.txt @@ -112,7 +112,7 @@ ExclusiveArch: x86_64 aarch64 ppc64le -Requires: ceph-common = %{_epoch_prefix}%{version}-%{release} +Requires: ceph-common Requires: xmlstarlet Requires: jq Requires: socat @@ -226,6 +226,7 @@ BuildRequires: python3-Cython %if 0%{with make_check} %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 @@ -239,6 +240,7 @@ BuildRequires: py-bcrypt %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 @@ -408,7 +410,7 @@ This package contains Ceph benchmarks and test tools. %endif %endif %prep -%autosetup -p1 -n ceph-13.0.1-3204-g17e0216271 +%autosetup -p1 -n ceph-13.0.2-819-gf64b021d4c %build @@ -757,6 +759,8 @@ rm -rf %{buildroot}%{_includedir}/rbd/features.h rm -rf %{buildroot}%{_libdir}/librbd.so rm -rf %{buildroot}%{_libdir}/librbd_tp.so rm -rf %{buildroot}%{_libdir}/librgw.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/rgw_file.h rm -rf %{buildroot}%{_libdir}/librgw.so @@ -930,6 +934,8 @@ rm -rf %{buildroot} %endif %if %{with lttng} %endif +%if %{with lttng} +%endif %if 0%{with python2} %endif %if 0%{with python2} diff --git a/ceph.changes b/ceph.changes index 0270864..7189c77 100644 --- a/ceph.changes +++ b/ceph.changes @@ -1,8 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 12 18:13:35 UTC 2018 - ncutler@suse.com + +- Update to 13.0.2-819-gf64b021d4c + + based on upstream master 3ab655b55d2b363c0352dfbb90caed2ffcd42432 + ------------------------------------------------------------------- Thu Apr 12 02:11:19 UTC 2018 - ncutler@suse.com -- tweak the ceph-test constraints (latest version of Ceph does not - require so much disk space/memory) +- reduce ceph-test constraints for ppc64le and s390x ------------------------------------------------------------------- Tue Mar 27 14:04:19 UTC 2018 - schwab@suse.de diff --git a/ceph.spec b/ceph.spec index 6d2905d..fdc8205 100644 --- a/ceph.spec +++ b/ceph.spec @@ -76,7 +76,7 @@ # main package definition ################################################################################# Name: ceph -Version: 13.0.1.3204+g17e0216271 +Version: 13.0.2.819+gf64b021d4c Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 @@ -92,7 +92,7 @@ License: LGPL-2.1 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and Group: System/Filesystems %endif URL: http://ceph.com/ -Source0: %{?_remote_tarball_prefix}ceph-13.0.1-3204-g17e0216271.tar.bz2 +Source0: %{?_remote_tarball_prefix}ceph-13.0.2-819-gf64b021d4c.tar.bz2 %if 0%{?suse_version} # _insert_obs_source_lines_here %if 0%{?is_opensuse} @@ -218,6 +218,7 @@ BuildRequires: python3-Cython %if 0%{with make_check} %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 @@ -231,6 +232,7 @@ BuildRequires: py-bcrypt %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 @@ -362,6 +364,7 @@ Group: System/Filesystems Requires: ceph-base = %{_epoch_prefix}%{version}-%{release} %if 0%{?fedora} || 0%{?rhel} Requires: python%{_python_buildid}-cherrypy +Requires: python%{_python_buildid}-routes Requires: python%{_python_buildid}-jinja2 Requires: python%{_python_buildid}-pecan Requires: python%{_python_buildid}-werkzeug @@ -375,6 +378,7 @@ Requires: py-bcrypt %endif %if 0%{?suse_version} Requires: python%{_python_buildid}-CherryPy +Requires: python%{_python_buildid}-Routes Requires: python%{_python_buildid}-Jinja2 Requires: python%{_python_buildid}-Werkzeug Requires: python%{_python_buildid}-pecan @@ -739,7 +743,7 @@ Summary: Ceph benchmarks and test tools %if 0%{?suse_version} Group: System/Benchmark %endif -Requires: ceph-common = %{_epoch_prefix}%{version}-%{release} +Requires: ceph-common Requires: xmlstarlet Requires: jq Requires: socat @@ -840,7 +844,7 @@ python-rbd, python-rgw or python-cephfs instead. # common ################################################################################# %prep -%autosetup -p1 -n ceph-13.0.1-3204-g17e0216271 +%autosetup -p1 -n ceph-13.0.2-819-gf64b021d4c %build @@ -1657,6 +1661,10 @@ fi %files -n librgw2 %{_libdir}/librgw.so.* +%if %{with lttng} +%{_libdir}/librgw_op_tp.so* +%{_libdir}/librgw_rados_tp.so* +%endif %post -n librgw2 -p /sbin/ldconfig