diff --git a/systemd.spec b/systemd.spec index 9e99f23..50a971b 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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 +* Thu Apr 18 2024 Han Jinpeng - 255-10 +- Fix warning for file not found during rpm packaging + * Wed Apr 17 2024 huyubiao - 255-9 - fix CVE-2023-50387 and CVE-2023-50868