Fix warning for file not found during rpm packaging

This commit is contained in:
hanjinpeng 2024-04-19 21:13:10 +08:00
parent 0426a95e9e
commit 4d8160b22f

View File

@ -25,7 +25,7 @@
Name: systemd
Url: https://systemd.io/
Version: 255
Release: 9
Release: 10
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
* Fri Apr 19 2024 Han Jinpeng <hanjinpeng@kylinos.cn> - 255-10
- Fix warning for file not found during rpm packaging
* Wed Apr 17 2024 huyubiao <huyubiao@huawei.com> - 255-9
- fix CVE-2023-50387 and CVE-2023-50868