From 501c296e758c624f7037c5010574f54ef50da129 Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 17 Nov 2025 18:39:52 -0500 Subject: [PATCH] Linux: Fix silly EPEL9 mistake (#8660) --- meshtasticd.spec.rpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtasticd.spec.rpkg b/meshtasticd.spec.rpkg index 227f81574..e2da172c3 100644 --- a/meshtasticd.spec.rpkg +++ b/meshtasticd.spec.rpkg @@ -50,7 +50,7 @@ BuildRequires: pkgconfig(libinput) BuildRequires: pkgconfig(xkbcommon-x11) # libbsd is needed on older Fedora/RHEL to provide 'strlcpy' -%if 0%{?fedora} >= 41 || 0%{?rhel} >= 9 +%if 0%{?fedora} >= 39 || 0%{?rhel} >= 10 BuildRequires: glibc-devel >= 2.38 %else BuildRequires: pkgconfig(libbsd-overlay)