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