SHA256
1
0
forked from pool/ceph

Accepting request 706654 from filesystems:ceph

bsc#1124957 (forwarded request 706653 from smithfarm)

OBS-URL: https://build.opensuse.org/request/show/706654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ceph?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2019-06-02 13:17:27 +00:00 committed by Git OBS Bridge
commit 68aa782e0e
6 changed files with 79 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5647cf642601692e75377120edb1f6fa170c7c0b7bcc2beb201f9f7020fc51a4
size 95199301

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:394d4d4918580cd3c820e997f6236950298e394e4c6c3452c9d0f463a0282c95
size 95226289

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri May 31 10:22:35 UTC 2019 - Nathan Cutler <ncutler@suse.com>
- Update to 14.2.1-463-g99339b576a:
+ qa/deepsea: redirect journalctl output to a logfile
+ spec: install/package ceph-volume lvmcache plugin
+ common: make ms_bind_msgr2 default to "false" (bsc#1124957)
-------------------------------------------------------------------
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>
@ -7,7 +34,7 @@ Tue May 21 13:46:52 UTC 2019 - Nathan Cutler <ncutler@suse.com>
+ monitoring: SNMP OID per every Prometheus alert rule
+ mgr/dashboard: Validate if any client belongs to more than one group
+ 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
-------------------------------------------------------------------

View File

@ -100,7 +100,7 @@
# main package definition
#################################################################################
Name: ceph-test
Version: 14.2.1.448+g1bd10a856f
Version: 14.2.1.463+g99339b576a
Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel}
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
%endif
URL: http://ceph.com/
Source0: %{?_remote_tarball_prefix}ceph-14.2.1-448-g1bd10a856f.tar.bz2
Source0: %{?_remote_tarball_prefix}ceph-14.2.1-463-g99339b576a.tar.bz2
%if 0%{?suse_version}
Source96: checkin.sh
Source97: README-checkin.txt
@ -499,9 +499,12 @@ This package contains Ceph benchmarks and test tools.
%if 0%{?suse_version}
%endif
%prep
%autosetup -p1 -n ceph-14.2.1-448-g1bd10a856f
%autosetup -p1 -n ceph-14.2.1-463-g99339b576a
%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
. /opt/rh/devtoolset-7/enable
@ -718,8 +721,12 @@ rm -rf %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ceph-osd-md
rm -rf %{buildroot}%{_unitdir}/ceph.target
rm -rf %{buildroot}%{python_sitelib}/ceph_volume/*
rm -rf %{buildroot}%{python_sitelib}/ceph_volume-*
rm -rf %{buildroot}%{python_sitelib}/ceph_lvm*
rm -rf %{buildroot}%{python_sitelib}/ceph_volume_lvm*
rm -rf %{buildroot}%{python3_sitelib}/ceph_volume/*
rm -rf %{buildroot}%{python3_sitelib}/ceph_volume-*
rm -rf %{buildroot}%{python3_sitelib}/ceph_lvm*
rm -rf %{buildroot}%{python3_sitelib}/ceph_volume_lvm*
rm -rf %{buildroot}%{_mandir}/man8/ceph-deploy.8*
rm -rf %{buildroot}%{_mandir}/man8/ceph-create-keys.8*
rm -rf %{buildroot}%{_mandir}/man8/ceph-run.8*

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri May 31 10:22:35 UTC 2019 - Nathan Cutler <ncutler@suse.com>
- Update to 14.2.1-463-g99339b576a:
+ qa/deepsea: redirect journalctl output to a logfile
+ spec: install/package ceph-volume lvmcache plugin
+ common: make ms_bind_msgr2 default to "false" (bsc#1124957)
-------------------------------------------------------------------
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>
@ -7,7 +34,7 @@ Tue May 21 13:46:52 UTC 2019 - Nathan Cutler <ncutler@suse.com>
+ monitoring: SNMP OID per every Prometheus alert rule
+ mgr/dashboard: Validate if any client belongs to more than one group
+ 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
-------------------------------------------------------------------

View File

@ -100,7 +100,7 @@
# main package definition
#################################################################################
Name: ceph
Version: 14.2.1.448+g1bd10a856f
Version: 14.2.1.463+g99339b576a
Release: 0%{?dist}
%if 0%{?fedora} || 0%{?rhel}
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
%endif
URL: http://ceph.com/
Source0: %{?_remote_tarball_prefix}ceph-14.2.1-448-g1bd10a856f.tar.bz2
Source0: %{?_remote_tarball_prefix}ceph-14.2.1-463-g99339b576a.tar.bz2
%if 0%{?suse_version}
# _insert_obs_source_lines_here
ExclusiveArch: x86_64 aarch64 ppc64le s390x
@ -1068,9 +1068,12 @@ This package provides Cephs default alerts for Prometheus.
# common
#################################################################################
%prep
%autosetup -p1 -n ceph-14.2.1-448-g1bd10a856f
%autosetup -p1 -n ceph-14.2.1-463-g99339b576a
%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
. /opt/rh/devtoolset-7/enable
@ -1310,10 +1313,14 @@ rm -rf %{buildroot}
%dir %{python_sitelib}/ceph_volume
%{python_sitelib}/ceph_volume/*
%{python_sitelib}/ceph_volume-*
%{python_sitelib}/ceph_lvm*
%{python_sitelib}/ceph_volume_lvm*
%else
%dir %{python3_sitelib}/ceph_volume
%{python3_sitelib}/ceph_volume/*
%{python3_sitelib}/ceph_volume-*
%{python3_sitelib}/ceph_lvm*
%{python3_sitelib}/ceph_volume_lvm*
%endif
%{_mandir}/man8/ceph-deploy.8*
%{_mandir}/man8/ceph-create-keys.8*