From b420559c6ea1fc105e7ce054d950ce42acdf0f56a0eef9e5799cae189af3bb40 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Thu, 17 Nov 2022 21:09:00 +0000 Subject: [PATCH 1/2] 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 From 0640fcf7d4643673a4dc249b43e3fd9482dd2f5cc9fd1d085dc7e4f15ef8c235 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Fri, 18 Nov 2022 08:08:45 +0000 Subject: [PATCH 2/2] - Reenable build of sd_boot, it was mistakenly disabled during the integration of v252. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1328 --- systemd.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/systemd.changes b/systemd.changes index 29d0fb98..f6fbb553 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 18 08:07:33 UTC 2022 - Franck Bui + +- Reenable build of sd_boot, it was mistakenly disabled during the integration + of v252. + ------------------------------------------------------------------- Mon Nov 14 11:15:06 UTC 2022 - Franck Bui