From 2016dead04824deeceb32da4737e4b8be1dce559 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 28 Aug 2024 18:24:55 -0400 Subject: [PATCH] Do not apply disable-libe-book-support.patch in EPEL 10 This matches the conditions on the libe-book BuildRequires. --- libreoffice.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index f83ded5..ae0761c 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1088,7 +1088,7 @@ mv -f redhat.soc extras/source/palettes/standard.soc # apply patches %autopatch -p1 -M 99 -%if 0%{?rhel} +%if ! (0%{?fedora} || 0%{?rhel} >= 10) %patch -P 500 -p1 %endif