public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kaleb S. KEITHLEY <kkeithle@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ceph] rawhide: ceph-20.2.2 GA
Date: Tue, 16 Jun 2026 22:24:15 GMT	[thread overview]
Message-ID: <178164865588.1.17779068636016919367.rpms-ceph-72c7c8748ddf@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ceph
Branch : rawhide
Commit : 72c7c8748ddfa558bad8ca7d306deac18627f7f3
Author : Kaleb S. KEITHLEY <kkeithle@redhat.com>
Date   : 2026-06-16T18:23:03-04:00
Stats  : +20/-7 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/ceph/c/72c7c8748ddfa558bad8ca7d306deac18627f7f3?branch=rawhide

Log:
ceph-20.2.2 GA

---
diff --git a/0041-src-mgr-PyModule.cc.patch b/0041-src-mgr-PyModule.cc.patch
index 937a18a..04293fd 100644
--- a/0041-src-mgr-PyModule.cc.patch
+++ b/0041-src-mgr-PyModule.cc.patch
@@ -1,6 +1,6 @@
---- ceph-18.2.3/src/mgr/PyModule.cc.orig	2024-06-06 16:31:10.340731851 -0400
-+++ ceph-18.2.3/src/mgr/PyModule.cc	2024-06-07 12:58:49.913571410 -0400
-@@ -342,6 +342,16 @@
+--- ceph-20.2.2/src/mgr/PyModule.cc.orig	2026-06-15 10:56:49.000000000 -0400
++++ ceph-20.2.2/src/mgr/PyModule.cc	2026-06-16 15:45:32.516059621 -0400
+@@ -330,6 +330,16 @@
    return ceph_module;
  }
  
@@ -17,3 +17,12 @@
  int PyModule::load(PyThreadState *pMainThreadState)
  {
    ceph_assert(pMainThreadState != nullptr);
+@@ -369,7 +379,7 @@
+ 
+     int r;
+ 
+-    pPickleModule = PyImport_ImportModuleNoBlock("pickle");
++    pPickleModule = PyImport_ImportModule("pickle");
+     if (!pPickleModule) {
+       derr << "Unable to load pickle" << dendl;
+       return -EINVAL;

diff --git a/ceph.spec b/ceph.spec
index f688f73..4f1f3ef 100644
--- a/ceph.spec
+++ b/ceph.spec
@@ -179,8 +179,8 @@
 # main package definition
 #################################################################################
 Name:		ceph
-Version:	20.2.1
-Release:	6%{?dist}
+Version:	20.2.2
+Release:	1%{?dist}
 %if 0%{?fedora} || 0%{?rhel}
 Epoch:		2
 %endif
@@ -451,7 +451,7 @@ BuildRequires:	lz4-devel >= 1.7
 %if 0%{with make_check}
 BuildRequires:	golang
 %if 0%{?fedora} || 0%{?rhel}
-BuildRequires:	golang-github-prometheus
+BuildRequires:	/usr/bin/promtool
 BuildRequires:	libtool-ltdl-devel
 BuildRequires:	xmlsec1
 BuildRequires:	xmlsec1-devel
@@ -1921,6 +1921,7 @@ fi
 %{_datadir}/ceph/mgr/mgr_module.*
 %{_datadir}/ceph/mgr/mgr_util.*
 %{_datadir}/ceph/mgr/object_format.*
+%{_datadir}/ceph/mgr/cherrypy_mgr.*
 %{_unitdir}/ceph-mgr@.service
 %{_unitdir}/ceph-mgr.target
 %attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/mgr
@@ -2744,6 +2745,9 @@ exit 0
 %{python3_sitelib}/ceph_node_proxy-*
 
 %changelog
+* Tue Jun 16 2026 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:20.2.2-1
+- Ceph 20.2.2 GA
+ 
 * Mon Jun 15 2026 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:20.2.1-6
 - Ceph 20.2.1, rebuild with liborc, libarrow w/ protobuf3
  

diff --git a/sources b/sources
index 5f14d41..ebb0115 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ceph-20.2.1.tar.gz) = bd178ddd5efa532c90bc7633892452d49570da71cc9cb8a448048a51f4e1487a59dba05bea78cc2e6c9c75d112ed6a4f5613f5ce7f30b107682c2be620f5e1a5
+SHA512 (ceph-20.2.2.tar.gz) = 1977f384d2af5fde2a795e2eed71c12f519f1a2036ceb2e383c8534feca509740d744e99e77b73488f8e13193a83c7134e407fb6b21c4ba4c1f9ac9752b16fbc

                 reply	other threads:[~2026-06-16 22:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178164865588.1.17779068636016919367.rpms-ceph-72c7c8748ddf@fedoraproject.org \
    --to=kkeithle@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox