Move a bunch more stuff to systemd-udev.rpm

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-02-28 14:36:53 +01:00
parent aed5718c3a
commit db1cfc0955
2 changed files with 12 additions and 2 deletions

View File

@ -77,6 +77,7 @@ for file in files(buildroot):
elif re.search(r'''udev(?!\.pc)| elif re.search(r'''udev(?!\.pc)|
hwdb| hwdb|
bootctl| bootctl|
sd-boot|systemd-boot\.|loader.conf|
bless-boot| bless-boot|
boot-system-token| boot-system-token|
kernel-install| kernel-install|
@ -89,14 +90,19 @@ for file in files(buildroot):
cryptsetup| cryptsetup|
kmod| kmod|
quota| quota|
pstore|
sleep|suspend|hibernate| sleep|suspend|hibernate|
systemd-tmpfiles-setup-dev| systemd-tmpfiles-setup-dev|
network/99-default.link| network/99-default.link|
growfs|makefs|makeswap| growfs|makefs|makeswap|mkswap|
fsck|
repart|
gpt-auto| gpt-auto|
volatile-root|
verity-setup|
remount-fs|
/boot$| /boot$|
/boot/efi| /boot/efi|
remount-fs|
/kernel/| /kernel/|
/kernel$| /kernel$|
/modprobe.d /modprobe.d

View File

@ -771,6 +771,10 @@ fi
- "Upgrade" dependency on kbd package from Recommends to Requires (#1408878) - "Upgrade" dependency on kbd package from Recommends to Requires (#1408878)
- Move systemd-bless-boot.service and systemd-boot-system-token.service to - Move systemd-bless-boot.service and systemd-boot-system-token.service to
systemd-udev subpackage (#1807462) systemd-udev subpackage (#1807462)
- Move a bunch of other services to systemd-udev:
systemd-pstore.service, all fsck-related functionality,
systemd-volatile-root.service, systemd-verity-setup.service, and a few
other related files.
* Fri Feb 21 2020 Filipe Brandenburger <filbranden@gmail.com> - 245~rc1-4 * Fri Feb 21 2020 Filipe Brandenburger <filbranden@gmail.com> - 245~rc1-4
- Update daemon-reexec fallback to check whether the system is booted with - Update daemon-reexec fallback to check whether the system is booted with