- ceph-20.1.0 RC, rhbz#2396036 (gmock, gtest again)

This commit is contained in:
Kaleb S. KEITHLEY
2025-09-23 13:25:25 -04:00
parent 12e10018d3
commit b7390cc379
2 changed files with 15 additions and 1 deletions

View File

@@ -50,3 +50,14 @@
endif()
string(REPLACE ";" "$<SEMICOLON>" dirs "${gmock_build_include_dirs}")
--- ceph-20.1.0/src/googletest/googletest/cmake/internal_utils.cmake.orig 2025-09-22 10:12:18.037349494 -0400
+++ ceph-20.1.0/src/googletest/googletest/cmake/internal_utils.cmake 2025-09-22 10:13:13.729590249 -0400
@@ -207,7 +207,7 @@
endfunction()
function(cxx_library name cxx_flags)
- cxx_library_with_type(${name} "" "${cxx_flags}" ${ARGN})
+ cxx_library_with_type(${name} STATIC "${cxx_flags}" ${ARGN})
endfunction()
# cxx_executable_with_flags(name cxx_flags libs srcs...)

View File

@@ -191,7 +191,7 @@
#################################################################################
Name: ceph
Version: 20.1.0
Release: 5%{?dist}
Release: 6%{?dist}
%if 0%{?fedora} || 0%{?rhel}
Epoch: 2
%endif
@@ -2769,6 +2769,9 @@ exit 0
%{python3_sitelib}/ceph_node_proxy-*
%changelog
* Tue Sep 23 2025 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:20.1.0-4
- ceph-20.1.0 RC, rhbz#2396036 (gmock, gtest again)
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 2:20.1.0-5
- Rebuilt for Python 3.14.0rc3 bytecode