!608 修复systemd在编译后进行rpm打包时候的找不到文件的告警

From: @protkhn 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
This commit is contained in:
openeuler-ci-bot 2024-04-19 09:05:14 +00:00 committed by Gitee
commit b0c965d0f4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -25,7 +25,7 @@
Name: systemd Name: systemd
Url: https://systemd.io/ Url: https://systemd.io/
Version: 255 Version: 255
Release: 9 Release: 10
License: MIT and LGPLv2+ and GPLv2+ License: MIT and LGPLv2+ and GPLv2+
Summary: System and Service Manager Summary: System and Service Manager
@ -1361,8 +1361,6 @@ fi
%exclude /usr/share/bash-completion/completions/bootctl %exclude /usr/share/bash-completion/completions/bootctl
%exclude %{_unitdir}/usb-gadget.target %exclude %{_unitdir}/usb-gadget.target
%ghost /var/lib/systemd/random-seed %ghost /var/lib/systemd/random-seed
# exclude redundant compilation for python file
%exclude /usr/lib/udev/__pycache__/*
/etc/modules-load.d /etc/modules-load.d
/usr/sbin/udevadm /usr/sbin/udevadm
@ -1638,6 +1636,9 @@ fi
%{_libdir}/security/pam_systemd_loadkey.so %{_libdir}/security/pam_systemd_loadkey.so
%changelog %changelog
* Thu Apr 18 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 * Wed Apr 17 2024 huyubiao <huyubiao@huawei.com> - 255-9
- fix CVE-2023-50387 and CVE-2023-50868 - fix CVE-2023-50387 and CVE-2023-50868