From 711d924ba3a3423bca3466b15b64a5de74461106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 12 Dec 2021 13:01:40 +0100 Subject: [PATCH] Move systemd-boot-update.service to -udev subpackage It will not be enabled on upgrades, but I think this is OK. sd-boot is not very widely used anyway. --- split-files.py | 1 + systemd.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/split-files.py b/split-files.py index 3ada1ed..e5acd0f 100644 --- a/split-files.py +++ b/split-files.py @@ -89,6 +89,7 @@ for file in files(buildroot): elif re.search(r'''udev(?!\.pc)| hwdb| bootctl| + boot-update| sd-boot|systemd-boot\.|loader.conf| bless-boot| boot-system-token| diff --git a/systemd.spec b/systemd.spec index 5d43577..50dd0a9 100644 --- a/systemd.spec +++ b/systemd.spec @@ -31,7 +31,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd %if %{without inplace} Version: 250~rc1 -Release: 3%{?dist} +Release: 4%{?dist} %else # determine the build information from local checkout Version: %(tools/meson-vcs-tag.sh . error | sed -r 's/-([0-9])/.^\1/; s/-g/_g/') @@ -835,7 +835,7 @@ fi %{?ldconfig:%postun libs -p %ldconfig} -%global udev_services systemd-udev{d,-settle,-trigger}.service systemd-udevd-{control,kernel}.socket systemd-timesyncd.service +%global udev_services systemd-udev{d,-settle,-trigger}.service systemd-udevd-{control,kernel}.socket systemd-timesyncd.service systemd-boot-update.service %post udev # Move old stuff around in /var/lib @@ -1009,6 +1009,10 @@ fi %files standalone-sysusers -f .file-list-standalone-sysusers %changelog +* Sun Dec 12 2021 Zbigniew Jędrzejewski-Szmek - 250~rc1-4 +- Move systemd-boot-update.service to -udev subpackage + and add it the the installation scriptlets (#2031400) + * Fri Dec 10 2021 Pavel Březina - 250~rc1-3 - Remove nsswitch.conf scriptlets (#2023743)