Accepting request 988814 from filesystems:ceph:pacific
OBS-URL: https://build.opensuse.org/request/show/988814 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=326
This commit is contained in:
parent
ec2132c4ab
commit
0963a9d2a0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:06ee70a43bffb6050581b60c8ef9dc7a6de50589c8082e12fc93cc533793b589
|
|
||||||
size 155323570
|
|
3
ceph-16.2.9-536-ga4b2af9947d.tar.bz2
Normal file
3
ceph-16.2.9-536-ga4b2af9947d.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e7a4459270698b31ae1ea940f927d5c7e4e3c8e18c12e77f02c52389da546f43
|
||||||
|
size 155194666
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 12 23:47:58 UTC 2022 - Michael Fritch <michael.fritch@suse.com>
|
||||||
|
|
||||||
|
- Update to 16.2.9-536-ga4b2af9947d:
|
||||||
|
+ (bsc#1195359, bsc#1200553) rgw: check bucket shard init status in RGWRadosBILogTrimCR
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 9 23:37:24 UTC 2022 - Tim Serong <tserong@suse.com>
|
Thu Jun 9 23:37:24 UTC 2022 - Tim Serong <tserong@suse.com>
|
||||||
|
|
||||||
|
@ -30,7 +30,11 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_without tcmalloc
|
%bcond_without tcmalloc
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?rhel} >= 9
|
||||||
|
%bcond_without system_pmdk
|
||||||
|
%else
|
||||||
%bcond_with system_pmdk
|
%bcond_with system_pmdk
|
||||||
|
%endif
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
%bcond_without selinux
|
%bcond_without selinux
|
||||||
%ifarch x86_64 ppc64le
|
%ifarch x86_64 ppc64le
|
||||||
@ -121,11 +125,18 @@
|
|||||||
# disable dwz which compresses the debuginfo
|
# disable dwz which compresses the debuginfo
|
||||||
%global _find_debuginfo_dwz_opts %{nil}
|
%global _find_debuginfo_dwz_opts %{nil}
|
||||||
|
|
||||||
|
%if 0%{with seastar}
|
||||||
|
# disable -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1, as gcc-toolset-{9,10}-annobin
|
||||||
|
# do not provide gcc-annobin.so anymore, despite that they provide annobin.so. but
|
||||||
|
# redhat-rpm-config still passes -fplugin=gcc-annobin to the compiler.
|
||||||
|
%undefine _annotated_build
|
||||||
|
%endif
|
||||||
|
|
||||||
#################################################################################
|
#################################################################################
|
||||||
# main package definition
|
# main package definition
|
||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph-test
|
Name: ceph-test
|
||||||
Version: 16.2.9.158+gd93952c7eea
|
Version: 16.2.9.536+ga4b2af9947d
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
@ -141,7 +152,7 @@ License: LGPL-2.1 and LGPL-3.0 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-
|
|||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
%endif
|
%endif
|
||||||
URL: http://ceph.com/
|
URL: http://ceph.com/
|
||||||
Source0: %{?_remote_tarball_prefix}ceph-16.2.9-158-gd93952c7eea.tar.bz2
|
Source0: %{?_remote_tarball_prefix}ceph-16.2.9-536-ga4b2af9947d.tar.bz2
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Source94: ceph-rpmlintrc
|
Source94: ceph-rpmlintrc
|
||||||
Source95: checkin.sh
|
Source95: checkin.sh
|
||||||
@ -584,7 +595,7 @@ This package contains Ceph benchmarks and test tools.
|
|||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%endif
|
%endif
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n ceph-16.2.9-158-gd93952c7eea
|
%autosetup -p1 -n ceph-16.2.9-536-ga4b2af9947d
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# LTO can be enabled as soon as the following GCC bug is fixed:
|
# LTO can be enabled as soon as the following GCC bug is fixed:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 12 23:47:58 UTC 2022 - Michael Fritch <michael.fritch@suse.com>
|
||||||
|
|
||||||
|
- Update to 16.2.9-536-ga4b2af9947d:
|
||||||
|
+ (bsc#1195359, bsc#1200553) rgw: check bucket shard init status in RGWRadosBILogTrimCR
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 9 23:37:24 UTC 2022 - Tim Serong <tserong@suse.com>
|
Thu Jun 9 23:37:24 UTC 2022 - Tim Serong <tserong@suse.com>
|
||||||
|
|
||||||
|
17
ceph.spec
17
ceph.spec
@ -30,7 +30,11 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_without tcmalloc
|
%bcond_without tcmalloc
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?rhel} >= 9
|
||||||
|
%bcond_without system_pmdk
|
||||||
|
%else
|
||||||
%bcond_with system_pmdk
|
%bcond_with system_pmdk
|
||||||
|
%endif
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
%bcond_without selinux
|
%bcond_without selinux
|
||||||
%ifarch x86_64 ppc64le
|
%ifarch x86_64 ppc64le
|
||||||
@ -121,11 +125,18 @@
|
|||||||
# disable dwz which compresses the debuginfo
|
# disable dwz which compresses the debuginfo
|
||||||
%global _find_debuginfo_dwz_opts %{nil}
|
%global _find_debuginfo_dwz_opts %{nil}
|
||||||
|
|
||||||
|
%if 0%{with seastar}
|
||||||
|
# disable -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1, as gcc-toolset-{9,10}-annobin
|
||||||
|
# do not provide gcc-annobin.so anymore, despite that they provide annobin.so. but
|
||||||
|
# redhat-rpm-config still passes -fplugin=gcc-annobin to the compiler.
|
||||||
|
%undefine _annotated_build
|
||||||
|
%endif
|
||||||
|
|
||||||
#################################################################################
|
#################################################################################
|
||||||
# main package definition
|
# main package definition
|
||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 16.2.9.158+gd93952c7eea
|
Version: 16.2.9.536+ga4b2af9947d
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
@ -141,7 +152,7 @@ License: LGPL-2.1 and LGPL-3.0 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-
|
|||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
%endif
|
%endif
|
||||||
URL: http://ceph.com/
|
URL: http://ceph.com/
|
||||||
Source0: %{?_remote_tarball_prefix}ceph-16.2.9-158-gd93952c7eea.tar.bz2
|
Source0: %{?_remote_tarball_prefix}ceph-16.2.9-536-ga4b2af9947d.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
|
||||||
@ -1197,7 +1208,7 @@ This package provides Ceph default alerts for Prometheus.
|
|||||||
# common
|
# common
|
||||||
#################################################################################
|
#################################################################################
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n ceph-16.2.9-158-gd93952c7eea
|
%autosetup -p1 -n ceph-16.2.9-536-ga4b2af9947d
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# LTO can be enabled as soon as the following GCC bug is fixed:
|
# LTO can be enabled as soon as the following GCC bug is fixed:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user