From bb66a57f60455d6d05b205c85019ee043c0e4220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Sun, 23 May 2021 19:18:46 +0200 Subject: [PATCH] Install prebuilt docs to avoid dependency on fop, affected by the Java apocalypse MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert-André Mauchin --- scons.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scons.spec b/scons.spec index 6d8494b..410a50e 100644 --- a/scons.spec +++ b/scons.spec @@ -15,14 +15,14 @@ %endif # Install prebuilt documentation -%bcond_with prebuilt_doc +%bcond_without prebuilt_doc # Additional EPEL builds %bcond_with python3_other Name: scons Version: 4.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An Open Source software construction tool License: MIT URL: http://www.scons.org @@ -292,6 +292,9 @@ popd %endif %changelog +* Sun May 23 2021 Robert-André Mauchin - 4.1.0-3 +- Install prebuilt docs to avoid dependency on fop, affected by the Java apocalypse + * Fri Apr 16 2021 Antonio Trande - 4.1.0-2 - Exclude documentation build in epel8 - Prepare this package for epel8 + python38