From d48c2e5369c8f50adb8e5fffeaa1a4cfe61910c75b3dc4e7821cb5b5ac4014ff Mon Sep 17 00:00:00 2001 From: Franck Bui <fbui@suse.com> 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 3c033c2..e44bd06 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 fa01bf08889c7ef8b4ff4f6d7c6930f7a6ced996ee47240e3e4f75a84172e3a5 Mon Sep 17 00:00:00 2001 From: Franck Bui <fbui@suse.com> 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 29d0fb9..f6fbb55 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 18 08:07:33 UTC 2022 - Franck Bui <fbui@suse.com> + +- Reenable build of sd_boot, it was mistakenly disabled during the integration + of v252. + ------------------------------------------------------------------- Mon Nov 14 11:15:06 UTC 2022 - Franck Bui <fbui@suse.com>