diff --git a/0022-sysprof-lower-libpanel-requirement.patch b/0022-sysprof-lower-libpanel-requirement.patch new file mode 100644 index 0000000..ac06eff --- /dev/null +++ b/0022-sysprof-lower-libpanel-requirement.patch @@ -0,0 +1,26 @@ +From 99ca4988f59250159e179d86482be92cf731f9af Mon Sep 17 00:00:00 2001 +From: Christian Hergert +Date: Fri, 8 Nov 2024 10:23:59 -0800 +Subject: [PATCH] Lower libpanel build requirement to 1.4 + +Resolves: RHEL-65743 +--- + src/sysprof/meson.build | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/sysprof/meson.build b/src/sysprof/meson.build +index ab6a701a..a4f0396c 100644 +--- a/src/sysprof/meson.build ++++ b/src/sysprof/meson.build +@@ -88,7 +88,7 @@ sysprof_deps = [ + cc.find_library('m', required: false), + dependency('gtk4', version: gtk_req_version), + dependency('libadwaita-1', version: '>= 1.6.0'), +- dependency('libpanel-1', version: '>= 1.7.0'), ++ dependency('libpanel-1', version: '>= 1.4.0'), + + libsysprof_static_dep, + ] +-- +2.46.1 + diff --git a/sysprof.spec b/sysprof.spec index 228f574..39ada91 100644 --- a/sysprof.spec +++ b/sysprof.spec @@ -41,6 +41,7 @@ Patch: 0018-sysprof-add-UI-for-live-unwinding.patch Patch: 0019-sysprof-default-stack-capturing-as-enabled.patch Patch: 0020-live-unwinder-disable-test-in-build.patch Patch: 0021-sysprof-user-sampler-implement-await-for-FDs.patch +Patch: 0022-sysprof-lower-libpanel-requirement.patch BuildRequires: gcc BuildRequires: gcc-c++