From afce380e0ce4c2588128bdef105058921136f940 Mon Sep 17 00:00:00 2001 From: Maxime Gervais Date: Sun, 14 Sep 2025 19:45:17 +0200 Subject: [PATCH] Fix packaging with rhel-like >= 10 Signed-off-by: Maxime Gervais --- Project/GNU/libzen.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/GNU/libzen.spec b/Project/GNU/libzen.spec index faf9773..d3ed992 100644 --- a/Project/GNU/libzen.spec +++ b/Project/GNU/libzen.spec @@ -205,7 +205,7 @@ done %define devel_files %defattr(-,root,root,-)\ %{_includedir}/ZenLib\ %{_libdir}/%{name_without_0_ending}.so\ -%if 0%{?fedora} < 37 && 0%{?mageia} < 9 \ +%if 0%{?fedora} < 37 && 0%{?mageia} < 9 && 0%{?rhel} < 10 \ %{_libdir}/%{name_without_0_ending}.la\ %endif \ %{_libdir}/pkgconfig/*.pc