From e6482ff21fc1c96f32d84b82592450aac3c10e4a Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Wed, 14 Aug 2024 01:13:25 +0200 Subject: [PATCH] Fixup for previous commit: "Add new systemtap-sdt-dtrace to build deps" The Fedora change is only applicable to Fedora 41 and later. The package does not exist on older releases and thus leads to FTBFS. --- mariadb10.11.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mariadb10.11.spec b/mariadb10.11.spec index 676f9a4..16dfc10 100644 --- a/mariadb10.11.spec +++ b/mariadb10.11.spec @@ -253,7 +253,9 @@ BuildRequires: libedit-devel BuildRequires: ncurses-devel # debugging stuff BuildRequires: systemtap-sdt-devel +%if 0%{?fedora} >= 41 BuildRequires: systemtap-sdt-dtrace +%endif # Bison SQL parser; needed also for wsrep API BuildRequires: bison >= 2.4 BuildRequires: bison-devel >= 2.4