From 8c24996f522a5e7191699de95ff01543c4d64496af6dc6139c07f90563c25f7d Mon Sep 17 00:00:00 2001 From: Thomas Blume Date: Fri, 9 Aug 2024 13:01:08 +0000 Subject: [PATCH] Accepting request 1192927 from home:afeijoo:branches:openSUSE:Factory:bsc1228659 - Order the update of udev and systemd-boot right after systemd (bsc#1228659) OBS-URL: https://build.opensuse.org/request/show/1192927 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1551 --- systemd.changes | 5 +++++ systemd.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/systemd.changes b/systemd.changes index 97aff89f..71ee75d3 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 10:29:26 UTC 2024 - Antonio Feijoo + +- Order the update of udev and systemd-boot right after systemd (bsc#1228659) + ------------------------------------------------------------------- Wed Jul 24 13:49:10 UTC 2024 - Franck Bui diff --git a/systemd.spec b/systemd.spec index f8a9885a..cb63e037 100644 --- a/systemd.spec +++ b/systemd.spec @@ -156,6 +156,9 @@ Requires(post): coreutils Requires(post): findutils Requires(post): systemd-presets-branding Requires(post): pam-config >= 0.79-5 +# See bsc#1228659 +OrderWithRequires(post): udev +OrderWithRequires(post): systemd-boot # These weak dependencies because some features are optional and enabled at # runtime with the presence of the relevant libs. Recommends: libpcre2-8-0