public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Daan De Meyer <daan.j.demeyer@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: Disable systemd-boot-update.service in 90-default.preset
Date: Mon, 10 Aug 2026 09:36:12 GMT [thread overview]
Message-ID: <178635457289.1.1364882380770694679.rpms-fedora-release-0b5bd9ebdfc8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : 0b5bd9ebdfc88d6d47fcf53476e3e632e0f3cd0b
Author : Daan De Meyer <daan.j.demeyer@gmail.com>
Date : 2023-08-04T09:49:35+02:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/0b5bd9ebdfc88d6d47fcf53476e3e632e0f3cd0b?branch=f45
Log:
Disable systemd-boot-update.service in 90-default.preset
This is currently done in the systemd rpm by removing the enable
directive from 90-systemd.preset. Let's do it properly and add a
disable directive to fedora's own preset file which will take
precedence over systemd's preset file.
---
diff --git a/90-default.preset b/90-default.preset
index a4fa674..3cb963f 100644
--- a/90-default.preset
+++ b/90-default.preset
@@ -5,6 +5,8 @@
disable systemd-timesyncd.service
disable systemd-networkd.service
disable systemd-networkd-wait-online.service
+# We want to update systemd-boot from packaging scriptlets after updates.
+disable systemd-boot-update.service
# https://fedoraproject.org/wiki/Changes/systemd-resolved
enable systemd-resolved.service
reply other threads:[~2026-08-10 9:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178635457289.1.1364882380770694679.rpms-fedora-release-0b5bd9ebdfc8@fedoraproject.org \
--to=daan.j.demeyer@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox