From b420559c6ea1fc105e7ce054d950ce42acdf0f56a0eef9e5799cae189af3bb40 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Thu, 17 Nov 2022 21:09:00 +0000 Subject: [PATCH] fix previous commit and reenable sd_boot on regular builds OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1327 --- systemd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 3c033c27..e44bd068 100644 --- a/systemd.spec +++ b/systemd.spec @@ -59,7 +59,7 @@ %bcond_without portabled %bcond_without resolved %ifarch %{ix86} x86_64 aarch64 -%bcond_with sd_boot +%bcond_without sd_boot %else %bcond_with sd_boot %endif