From f5e5aaad88bb33e4b4b9ee3f054c4521518a1a48 Mon Sep 17 00:00:00 2001 From: wangshuo Date: Tue, 7 May 2024 16:54:34 +0800 Subject: [PATCH] systemd-udev package contain kernel-install file --- systemd.spec | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/systemd.spec b/systemd.spec index 6a2fda6..5aa5e37 100644 --- a/systemd.spec +++ b/systemd.spec @@ -25,7 +25,7 @@ Name: systemd Url: https://systemd.io/ Version: 255 -Release: 13 +Release: 14 License: MIT and LGPLv2+ and GPLv2+ Summary: System and Service Manager @@ -1348,18 +1348,18 @@ fi %{_libdir}/pkgconfig/libudev.pc %files udev -%exclude /usr/share/bash-completion/completions/kernel-install -%exclude /usr/share/zsh/site-functions/_kernel-install -%exclude /usr/bin/kernel-install -%exclude /usr/lib/kernel/install.d/90-loaderentry.install -%exclude /usr/lib/kernel/install.d/50-depmod.install -%exclude /usr/lib/kernel/install.d/20-grubby.install -%exclude /usr/lib/kernel/install.d/90-uki-copy.install -%exclude /usr/lib/kernel/install.conf -%exclude %dir /etc/kernel/install.d -%exclude %dir /etc/kernel -%exclude %dir /usr/lib/kernel -%exclude %dir /usr/lib/kernel/install.d +/usr/share/bash-completion/completions/kernel-install +/usr/share/zsh/site-functions/_kernel-install +/usr/bin/kernel-install +/usr/lib/kernel/install.d/90-loaderentry.install +/usr/lib/kernel/install.d/50-depmod.install +/usr/lib/kernel/install.d/20-grubby.install +/usr/lib/kernel/install.d/90-uki-copy.install +/usr/lib/kernel/install.conf +%dir /etc/kernel/install.d +%dir /etc/kernel +%dir /usr/lib/kernel +%dir /usr/lib/kernel/install.d %exclude /usr/bin/bootctl %exclude /usr/share/zsh/site-functions/_bootctl %exclude /usr/share/bash-completion/completions/bootctl @@ -1521,7 +1521,6 @@ fi /usr/share/factory/etc/vconsole.conf %ghost %config(noreplace) /etc/vconsole.conf %dir /etc/udev -%dir /etc/kernel %config(noreplace) /etc/systemd/sleep.conf %ghost /etc/udev/hwdb.bin %dir /etc/udev/rules.d @@ -1640,6 +1639,9 @@ fi %{_libdir}/security/pam_systemd_loadkey.so %changelog +* Tue May 07 2024 wangshuo - 255-14 +- systemd-udev package contain kernel-install file + * Mon Apr 29 2024 huyubiao - 255-13 - add backport-login-user-runtime-dir-properly-check-for-mount-poin.patch backport-user-util-validate-the-right-field.patch -- Gitee