From 6f045d2f0224edc8664cd6ac359f9f1d20b5934e 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 19e59c3..fa6e81a 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