public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ceph] f43: Ceph 19.2.4 GA
@ 2026-06-01 19:31 Kaleb S. KEITHLEY
0 siblings, 0 replies; only message in thread
From: Kaleb S. KEITHLEY @ 2026-06-01 19:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ceph
Branch : f43
Commit : 11d4db06f4f4a4c626f8efc57ba7f9c08916544e
Author : Kaleb S. KEITHLEY <kkeithle@redhat.com>
Date : 2026-06-01T15:30:38-04:00
Stats : +6/-49 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/ceph/c/11d4db06f4f4a4c626f8efc57ba7f9c08916544e?branch=f43
Log:
Ceph 19.2.4 GA
---
diff --git a/0059-mgr-dashboard-catch-protobuf-error-due-to-mismatch-i.patch b/0059-mgr-dashboard-catch-protobuf-error-due-to-mismatch-i.patch
deleted file mode 100644
index 814166d..0000000
--- a/0059-mgr-dashboard-catch-protobuf-error-due-to-mismatch-i.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From 76af91b516bb31ae0a79f55f315bef2c2105a06e Mon Sep 17 00:00:00 2001
-From: Nizamudeen A <nia@redhat.com>
-Date: Thu, 26 Jun 2025 12:55:22 +0530
-Subject: [PATCH 2/2] mgr/dashboard: catch protobuf error due to mismatch in
- version
-
-Signed-off-by: Nizamudeen A <nia@redhat.com>
-(cherry picked from commit acb0f19c4a50b2ea68f328a61a14a2da06be298b)
-
- Conflicts:
- src/pybind/mgr/dashboard/services/nvmeof_client.py
- - only kept relavant portion applicable for squid
----
- src/pybind/mgr/dashboard/services/nvmeof_client.py | 10 ++++++++++
- 1 file changed, 10 insertions(+)
-
-diff --git a/src/pybind/mgr/dashboard/services/nvmeof_client.py b/src/pybind/mgr/dashboard/services/nvmeof_client.py
-index e0ea6d1e48b3..be2b5edbaa52 100644
---- a/src/pybind/mgr/dashboard/services/nvmeof_client.py
-+++ b/src/pybind/mgr/dashboard/services/nvmeof_client.py
-@@ -1,3 +1,5 @@
-+# pylint: disable=unexpected-keyword-arg
-+
- import functools
- import logging
- from collections.abc import Iterable
-@@ -9,6 +11,14 @@ from .nvmeof_conf import NvmeofGatewaysConfig
- logger = logging.getLogger("nvmeof_client")
-
- try:
-+ # if the protobuf version is newer than what we generated with
-+ # proto file import will fail (because of differences between what's
-+ # available in centos and ubuntu).
-+ # this "hack" should be removed once we update both the
-+ # distros; centos and ubuntu.
-+ import os
-+ os.environ["PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION"] = "python"
-+
- import grpc # type: ignore
- import grpc._channel # type: ignore
- from google.protobuf.message import Message # type: ignore
---
-2.50.1
-
diff --git a/ceph.spec b/ceph.spec
index 26baff8..3ed104b 100644
--- a/ceph.spec
+++ b/ceph.spec
@@ -184,8 +184,8 @@
# main package definition
#################################################################################
Name: ceph
-Version: 19.2.3
-Release: 10%{?dist}
+Version: 19.2.4
+Release: 1%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2
%endif
@@ -230,8 +230,6 @@ Patch: 0055-python314.patch
Patch: 0056-libarrow-20.0.0.patch
Patch: 0057-src-ceph-volume-ceph-volume-main.py.patch
Patch: 0058-mgr-dashboard-Make-saml2-robust-against-module-load-.patch
-# Fixed in upcoming 19.2.4
-Patch: 0059-mgr-dashboard-catch-protobuf-error-due-to-mismatch-i.patch
# Squid fixes from https://git.proxmox.com/?p=ceph.git;a=tree;f=patches
# Should be fixed upstream in Ceph 20.
@@ -2757,6 +2755,9 @@ exit 0
%{python3_sitelib}/ceph_node_proxy-*
%changelog
+* Mon Jun 1 2026 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:19.2.4-1
+- ceph-19.2.4 GA
+
* Fri Jan 2 2026 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:19.2.3-10
- ceph-19.2.3, rhbz#2425930
diff --git a/sources b/sources
index c4baa17..9774ddb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ceph-19.2.3.tar.gz) = 278101d2df7bed5363b20c2b065d7a7b26252c8164511257e213ffaa58d509015558183de10bc9281bcbe4d9f85244bcac5bba4db9823e28df6a96d0b687d00a
+SHA512 (ceph-19.2.4.tar.gz) = 7d78d2eecb41c6ada6ae7428a436c482398e6c168cd84cf97e508deb06c4ed1acb0d6a4a3931bf96993fd778570ffa339fa310cd8a88e0d2ff549b65821c3a64
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-01 19:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-01 19:31 [rpms/ceph] f43: Ceph 19.2.4 GA Kaleb S. KEITHLEY
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox