From aa39e4ad67f352662208e8cc022163b0160bb1ed Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mon, 2 Aug 2021 14:30:56 -0400 Subject: [PATCH] Ensure systemdBoot is enabled on all Fedora releases and fix bcond typo --- plasma-workspace.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plasma-workspace.spec b/plasma-workspace.spec index d3e2c38..aaacea5 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -12,8 +12,8 @@ %endif # Control systemdBoot by default -%if (0%{?fedora} && 0%{?fedora} < 33) || (0%{?rhel} && 0%{?rhel} < 9) -%bconf_with systemdBoot +%if 0%{?rhel} && 0%{?rhel} < 9 +%bcond_with systemdBoot %else %bcond_without systemdBoot %endif