From aea86b057a1466504813295568e447ea340bb9ff Mon Sep 17 00:00:00 2001 From: hanjinpeng Date: Sun, 14 Apr 2024 19:53:41 +0800 Subject: [PATCH] Fix warning for file not found during rpm packaging --- systemd.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/systemd.spec b/systemd.spec index 43cfc06..b3c1e28 100644 --- a/systemd.spec +++ b/systemd.spec @@ -25,7 +25,7 @@ Name: systemd Url: https://systemd.io/ Version: 255 -Release: 8 +Release: 9 License: MIT and LGPLv2+ and GPLv2+ Summary: System and Service Manager @@ -1361,8 +1361,6 @@ fi %exclude /usr/share/bash-completion/completions/bootctl %exclude %{_unitdir}/usb-gadget.target %ghost /var/lib/systemd/random-seed -# exclude redundant compilation for python file -%exclude /usr/lib/udev/__pycache__/* /etc/modules-load.d /usr/sbin/udevadm @@ -1638,6 +1636,9 @@ fi %{_libdir}/security/pam_systemd_loadkey.so %changelog +* Sun Apr 14 2024 Han Jinpeng - 255-9 +- Fix warning for file not found during rpm packaging + * Mon Apr 08 2024 GuoCe - 255-8 - Update outdated URL