Accepting request 706516 from filesystems:ceph:nautilus
bsc#1135030 OBS-URL: https://build.opensuse.org/request/show/706516 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=231
This commit is contained in:
parent
4528a7ac2e
commit
b7b490e364
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5647cf642601692e75377120edb1f6fa170c7c0b7bcc2beb201f9f7020fc51a4
|
|
||||||
size 95199301
|
|
3
ceph-14.2.1-457-gb42e3171b3.tar.bz2
Normal file
3
ceph-14.2.1-457-gb42e3171b3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:777af31d181f572ce9306900fdb93791a47278f27295d13864875a0b36c7c9d4
|
||||||
|
size 95221515
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 30 12:59:55 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
|
- Update to 14.2.1-457-gb42e3171b3:
|
||||||
|
+ qa/deepsea/salt:
|
||||||
|
* 1node5disks salt configuration
|
||||||
|
* grafana_service_check validation test
|
||||||
|
* Disk drive replacement test
|
||||||
|
* use "ceph_cm_ansible: false" instead of "ceph_cm: salt"
|
||||||
|
+ spec: Disable LTO in spec when being used (bsc#1135030)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 22 08:40:01 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
|
- civetweb: fix file descriptor leak (bsc#1125080, CVE-2019-3821)
|
||||||
|
(fix has been in since February 2019)
|
||||||
|
- rgw: sanitize customer encryption keys from log output in v4 auth
|
||||||
|
(bsc#1121567, CVE-2018-16889) (fix has been in since February 2019)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 21 13:46:52 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
Tue May 21 13:46:52 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
@ -7,7 +26,7 @@ Tue May 21 13:46:52 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
|||||||
+ monitoring: SNMP OID per every Prometheus alert rule
|
+ monitoring: SNMP OID per every Prometheus alert rule
|
||||||
+ mgr/dashboard: Validate if any client belongs to more than one group
|
+ mgr/dashboard: Validate if any client belongs to more than one group
|
||||||
+ mgr/dashboard: Admin resource not honored
|
+ mgr/dashboard: Admin resource not honored
|
||||||
+ mgr/dashboard: Unable to see tcmu-runner perf counters
|
+ mgr/dashboard: Unable to see tcmu-runner perf counters (bsc#1135388)
|
||||||
+ mgr/dashboard: iSCSI form does not support IPv6
|
+ mgr/dashboard: iSCSI form does not support IPv6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -100,7 +100,7 @@
|
|||||||
# main package definition
|
# main package definition
|
||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph-test
|
Name: ceph-test
|
||||||
Version: 14.2.1.448+g1bd10a856f
|
Version: 14.2.1.457+gb42e3171b3
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
@ -116,7 +116,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
|
Group: System/Filesystems
|
||||||
%endif
|
%endif
|
||||||
URL: http://ceph.com/
|
URL: http://ceph.com/
|
||||||
Source0: %{?_remote_tarball_prefix}ceph-14.2.1-448-g1bd10a856f.tar.bz2
|
Source0: %{?_remote_tarball_prefix}ceph-14.2.1-457-gb42e3171b3.tar.bz2
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Source96: checkin.sh
|
Source96: checkin.sh
|
||||||
Source97: README-checkin.txt
|
Source97: README-checkin.txt
|
||||||
@ -499,9 +499,12 @@ This package contains Ceph benchmarks and test tools.
|
|||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%endif
|
%endif
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n ceph-14.2.1-448-g1bd10a856f
|
%autosetup -p1 -n ceph-14.2.1-457-gb42e3171b3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# LTO can be enabled as soon as the following GCC bug is fixed:
|
||||||
|
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200
|
||||||
|
%define _lto_cflags %{nil}
|
||||||
|
|
||||||
%if 0%{?rhel} == 7
|
%if 0%{?rhel} == 7
|
||||||
. /opt/rh/devtoolset-7/enable
|
. /opt/rh/devtoolset-7/enable
|
||||||
|
21
ceph.changes
21
ceph.changes
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 30 12:59:55 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
|
- Update to 14.2.1-457-gb42e3171b3:
|
||||||
|
+ qa/deepsea/salt:
|
||||||
|
* 1node5disks salt configuration
|
||||||
|
* grafana_service_check validation test
|
||||||
|
* Disk drive replacement test
|
||||||
|
* use "ceph_cm_ansible: false" instead of "ceph_cm: salt"
|
||||||
|
+ spec: Disable LTO in spec when being used (bsc#1135030)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 22 08:40:01 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
|
- civetweb: fix file descriptor leak (bsc#1125080, CVE-2019-3821)
|
||||||
|
(fix has been in since February 2019)
|
||||||
|
- rgw: sanitize customer encryption keys from log output in v4 auth
|
||||||
|
(bsc#1121567, CVE-2018-16889) (fix has been in since February 2019)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 21 13:46:52 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
Tue May 21 13:46:52 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
@ -7,7 +26,7 @@ Tue May 21 13:46:52 UTC 2019 - Nathan Cutler <ncutler@suse.com>
|
|||||||
+ monitoring: SNMP OID per every Prometheus alert rule
|
+ monitoring: SNMP OID per every Prometheus alert rule
|
||||||
+ mgr/dashboard: Validate if any client belongs to more than one group
|
+ mgr/dashboard: Validate if any client belongs to more than one group
|
||||||
+ mgr/dashboard: Admin resource not honored
|
+ mgr/dashboard: Admin resource not honored
|
||||||
+ mgr/dashboard: Unable to see tcmu-runner perf counters
|
+ mgr/dashboard: Unable to see tcmu-runner perf counters (bsc#1135388)
|
||||||
+ mgr/dashboard: iSCSI form does not support IPv6
|
+ mgr/dashboard: iSCSI form does not support IPv6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -100,7 +100,7 @@
|
|||||||
# main package definition
|
# main package definition
|
||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 14.2.1.448+g1bd10a856f
|
Version: 14.2.1.457+gb42e3171b3
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
@ -116,7 +116,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
|
Group: System/Filesystems
|
||||||
%endif
|
%endif
|
||||||
URL: http://ceph.com/
|
URL: http://ceph.com/
|
||||||
Source0: %{?_remote_tarball_prefix}ceph-14.2.1-448-g1bd10a856f.tar.bz2
|
Source0: %{?_remote_tarball_prefix}ceph-14.2.1-457-gb42e3171b3.tar.bz2
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
# _insert_obs_source_lines_here
|
# _insert_obs_source_lines_here
|
||||||
ExclusiveArch: x86_64 aarch64 ppc64le s390x
|
ExclusiveArch: x86_64 aarch64 ppc64le s390x
|
||||||
@ -1068,9 +1068,12 @@ This package provides Ceph’s default alerts for Prometheus.
|
|||||||
# common
|
# common
|
||||||
#################################################################################
|
#################################################################################
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n ceph-14.2.1-448-g1bd10a856f
|
%autosetup -p1 -n ceph-14.2.1-457-gb42e3171b3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# LTO can be enabled as soon as the following GCC bug is fixed:
|
||||||
|
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200
|
||||||
|
%define _lto_cflags %{nil}
|
||||||
|
|
||||||
%if 0%{?rhel} == 7
|
%if 0%{?rhel} == 7
|
||||||
. /opt/rh/devtoolset-7/enable
|
. /opt/rh/devtoolset-7/enable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user