Revert "Update the patch for EPEL10"

This reverts commit 1cb5d321fe.
epel9
Hirotaka Wakabayashi 4 weeks ago
parent fbe770f849
commit 29726b82fc

@ -14,7 +14,7 @@ diff -rc qpid-proton-0.40.0.orig/CMakeLists.txt qpid-proton-0.40.0/CMakeLists.tx
if (NOT DEFINED Python_FIND_FRAMEWORK) if (NOT DEFINED Python_FIND_FRAMEWORK)
set(Python_FIND_FRAMEWORK "LAST") set(Python_FIND_FRAMEWORK "LAST")
endif () endif ()
! find_package(Python 3.12 ! find_package(Python 3.13
REQUIRED COMPONENTS Interpreter REQUIRED COMPONENTS Interpreter
OPTIONAL_COMPONENTS Development) OPTIONAL_COMPONENTS Development)

@ -8,7 +8,7 @@
Name: qpid-proton Name: qpid-proton
Version: 0.40.0 Version: 0.40.0
Release: 4%{?dist} Release: 2%{?dist}
Summary: A high performance, lightweight messaging library Summary: A high performance, lightweight messaging library
# Automatically converted from old format: ASL 2.0 - review is highly recommended. # Automatically converted from old format: ASL 2.0 - review is highly recommended.
License: Apache-2.0 License: Apache-2.0
@ -308,12 +308,6 @@ rm -f %{buildroot}%{proton_datadir}/CMakeLists.txt
%check %check
%changelog %changelog
* Thu Dec 05 2024 Hirotaka Wakabayashi <hiwkby@yahoo.com> - 0.40.0-4
- Update release version to prevent NVR check error
* Thu Dec 05 2024 Hirotaka Wakabayashi <hiwkby@yahoo.com> - 0.40.0-3
- Downgrade Python version
* Wed Dec 04 2024 Hirotaka Wakabayashi <hiwkby@yahoo.com> - 0.40.0-2 * Wed Dec 04 2024 Hirotaka Wakabayashi <hiwkby@yahoo.com> - 0.40.0-2
- Update licenses.xml - Update licenses.xml

Loading…
Cancel
Save