Accepting request 1086604 from filesystems:ceph:pacific
OBS-URL: https://build.opensuse.org/request/show/1086604 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=343
This commit is contained in:
parent
ace8b28e9c
commit
7e9869abd7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95edebe7667db2a7be49c8ed597f9818e8bc0d50a01f38ff7b6ff2cda09311f3
|
||||
size 155927085
|
BIN
ceph-16.2.13-66-g54799ee0666.tar.bz2
(Stored with Git LFS)
Normal file
BIN
ceph-16.2.13-66-g54799ee0666.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,9 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 11 04:24:01 UTC 2023 - Tim Serong <tserong@suse.com>
|
||||
|
||||
- Update to 16.2.13-66-g54799ee0666:
|
||||
+ (bsc#1199880) mgr: don't dump global config holding gil
|
||||
+ (bsc#1209621) cephadm: fix NFS haproxy failover if active node disappears
|
||||
+ (bsc#1210153) mgr/cephadm: fix handling of mgr upgrades with 3 or more mgrs
|
||||
+ (bsc#1210243, bsc#1210314) ceph-volume: fix regression in activate
|
||||
+ (bsc#1210719) cephadm: mount host /etc/hosts for daemon containers in podman deployments
|
||||
+ (bsc#1210784) mgr/dashboard: Fix SSO error: 'str' object has no attribute 'decode'
|
||||
+ (bsc#1210944) cmake: patch boost source to support python 3.11
|
||||
+ (bsc#1211090) fix FTBFS on s390x
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 13:02:24 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
- Add _multibuild to define additional spec files as additional
|
||||
flavors.
|
||||
Eliminates the need for source package links in OBS.
|
||||
flavors. Eliminates the need for source package links in OBS.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 06:26:33 UTC 2023 - Tim Serong <tserong@suse.com>
|
||||
|
@ -136,7 +136,7 @@
|
||||
# main package definition
|
||||
#################################################################################
|
||||
Name: ceph-test
|
||||
Version: 16.2.11.65+g8b7e6fc0182
|
||||
Version: 16.2.13.66+g54799ee0666
|
||||
Release: 0%{?dist}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Epoch: 2
|
||||
@ -152,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
|
||||
%endif
|
||||
URL: http://ceph.com/
|
||||
Source0: %{?_remote_tarball_prefix}ceph-16.2.11-65-g8b7e6fc0182.tar.bz2
|
||||
Source0: %{?_remote_tarball_prefix}ceph-16.2.13-66-g54799ee0666.tar.bz2
|
||||
%if 0%{?suse_version}
|
||||
Source94: ceph-rpmlintrc
|
||||
Source95: checkin.sh
|
||||
@ -290,7 +290,6 @@ BuildRequires: yaml-cpp-devel
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: libubsan
|
||||
BuildRequires: libasan
|
||||
BuildRequires: libatomic
|
||||
%endif
|
||||
%if 0%{?rhel}
|
||||
BuildRequires: gcc-toolset-9-annobin
|
||||
@ -331,6 +330,7 @@ BuildRequires: golang-github-prometheus-prometheus
|
||||
BuildRequires: boost-random
|
||||
BuildRequires: nss-devel
|
||||
BuildRequires: keyutils-libs-devel
|
||||
BuildRequires: libatomic
|
||||
BuildRequires: libibverbs-devel
|
||||
BuildRequires: librdmacm-devel
|
||||
BuildRequires: openldap-devel
|
||||
@ -595,7 +595,7 @@ This package contains Ceph benchmarks and test tools.
|
||||
%if 0%{?suse_version}
|
||||
%endif
|
||||
%prep
|
||||
%autosetup -p1 -n ceph-16.2.11-65-g8b7e6fc0182
|
||||
%autosetup -p1 -n ceph-16.2.13-66-g54799ee0666
|
||||
|
||||
%build
|
||||
# Disable lto on systems that do not support symver attribute
|
||||
|
16
ceph.changes
16
ceph.changes
@ -1,9 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 11 04:24:01 UTC 2023 - Tim Serong <tserong@suse.com>
|
||||
|
||||
- Update to 16.2.13-66-g54799ee0666:
|
||||
+ (bsc#1199880) mgr: don't dump global config holding gil
|
||||
+ (bsc#1209621) cephadm: fix NFS haproxy failover if active node disappears
|
||||
+ (bsc#1210153) mgr/cephadm: fix handling of mgr upgrades with 3 or more mgrs
|
||||
+ (bsc#1210243, bsc#1210314) ceph-volume: fix regression in activate
|
||||
+ (bsc#1210719) cephadm: mount host /etc/hosts for daemon containers in podman deployments
|
||||
+ (bsc#1210784) mgr/dashboard: Fix SSO error: 'str' object has no attribute 'decode'
|
||||
+ (bsc#1210944) cmake: patch boost source to support python 3.11
|
||||
+ (bsc#1211090) fix FTBFS on s390x
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 13:02:24 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
- Add _multibuild to define additional spec files as additional
|
||||
flavors.
|
||||
Eliminates the need for source package links in OBS.
|
||||
flavors. Eliminates the need for source package links in OBS.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 06:26:33 UTC 2023 - Tim Serong <tserong@suse.com>
|
||||
|
@ -136,7 +136,7 @@
|
||||
# main package definition
|
||||
#################################################################################
|
||||
Name: ceph
|
||||
Version: 16.2.11.65+g8b7e6fc0182
|
||||
Version: 16.2.13.66+g54799ee0666
|
||||
Release: 0%{?dist}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Epoch: 2
|
||||
@ -152,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
|
||||
%endif
|
||||
URL: http://ceph.com/
|
||||
Source0: %{?_remote_tarball_prefix}ceph-16.2.11-65-g8b7e6fc0182.tar.bz2
|
||||
Source0: %{?_remote_tarball_prefix}ceph-16.2.13-66-g54799ee0666.tar.bz2
|
||||
%if 0%{?suse_version}
|
||||
# _insert_obs_source_lines_here
|
||||
ExclusiveArch: x86_64 aarch64 ppc64le s390x
|
||||
@ -280,7 +280,6 @@ BuildRequires: yaml-cpp-devel
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: libubsan
|
||||
BuildRequires: libasan
|
||||
BuildRequires: libatomic
|
||||
%endif
|
||||
%if 0%{?rhel}
|
||||
BuildRequires: gcc-toolset-9-annobin
|
||||
@ -321,6 +320,7 @@ Requires: systemd
|
||||
BuildRequires: boost-random
|
||||
BuildRequires: nss-devel
|
||||
BuildRequires: keyutils-libs-devel
|
||||
BuildRequires: libatomic
|
||||
BuildRequires: libibverbs-devel
|
||||
BuildRequires: librdmacm-devel
|
||||
BuildRequires: openldap-devel
|
||||
@ -1210,7 +1210,7 @@ This package provides Ceph default alerts for Prometheus.
|
||||
# common
|
||||
#################################################################################
|
||||
%prep
|
||||
%autosetup -p1 -n ceph-16.2.11-65-g8b7e6fc0182
|
||||
%autosetup -p1 -n ceph-16.2.13-66-g54799ee0666
|
||||
|
||||
%build
|
||||
# Disable lto on systems that do not support symver attribute
|
||||
|
Loading…
x
Reference in New Issue
Block a user