From 4dc94643e0efa4b21bbf052344c104230317c8d8 Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Wed, 29 Jul 2026 16:54:19 +0200 Subject: [PATCH] Fix build conditional to be backward compatible with EL8 --- packaging/rpm/lsc-executable-plugin.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/rpm/lsc-executable-plugin.spec b/packaging/rpm/lsc-executable-plugin.spec index 98e35a2..f2e9b89 100644 --- a/packaging/rpm/lsc-executable-plugin.spec +++ b/packaging/rpm/lsc-executable-plugin.spec @@ -9,8 +9,8 @@ #================================================= %global lsc_min_version 2.3 -%bcond build_from_sources 0 -%bcond tests 0 +%bcond_with build_from_sources +%bcond_with tests Name: lsc-executable-plugin Version: 1.4