From f53b9fb0f827db3594ba56d6c0d004149f01efd4 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 22 Oct 2024 14:30:16 -0400 Subject: [PATCH] SPEC: require systemtap-sdt-dtrace on ELN ELN (the future RHEL 11) tracks rawhide and therefore also includes a systemtap with a separate dtrace subpackage. --- contrib/sssd.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index b5ed967ca9d..4fbacb959d6 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -175,7 +175,7 @@ BuildRequires: softhsm >= 2.1.0 BuildRequires: bc BuildRequires: systemd-devel BuildRequires: systemtap-sdt-devel -%if 0%{?fedora} >= 41 +%if 0%{?fedora} >= 41 || 0%{?rhel} >= 11 BuildRequires: systemtap-sdt-dtrace %endif BuildRequires: uid_wrapper