Fix warning for file not found during rpm packaging

This commit is contained in:
hanjinpeng 2024-04-14 19:53:41 +08:00
parent 2b20884ae6
commit aea86b057a

View File

@ -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 <hanjinpeng@kylinos.cn> - 255-9
- Fix warning for file not found during rpm packaging
* Mon Apr 08 2024 GuoCe <guoce@kylinos.cn> - 255-8
- Update outdated URL