Lower libpanel requirement for s390

The s390 builder is not currently updated enough to build, even though
it would be fine to use 1.4. Just lower the build requirement for now.

Resolves: RHEL-65743
This commit is contained in:
Christian Hergert 2024-11-08 10:08:08 -08:00
parent 3869a62c8e
commit 9052f353b1
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,26 @@
From 99ca4988f59250159e179d86482be92cf731f9af Mon Sep 17 00:00:00 2001
From: Christian Hergert <chergert@redhat.com>
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

View File

@ -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++