fix src.rpm missing loongarch patches

This commit is contained in:
Jingyun Hua 2024-02-04 11:17:33 +08:00
parent 8bab91715f
commit 0869112119

View File

@ -21,7 +21,7 @@
Name: systemd
Url: https://www.freedesktop.org/wiki/Software/systemd
Version: 249
Release: 64
Release: 65
License: MIT and LGPLv2+ and GPLv2+
Summary: System and Service Manager
@ -645,11 +645,9 @@ Patch9029: Don-t-set-AlternativeNamesPolicy-by-default.patch
Patch9030: change-NTP-server-to-x.pool.ntp.org.patch
Patch9031: keep-weight-consistent-with-the-set-value.patch
Patch9032: Systemd-Add-sw64-architecture.patch
%ifarch loongarch64
Patch9033: 0029-Add-support-for-the-LoongArch-architecture.patch
Patch9034: 0030-Add-LoongArch-dmi-virt-detection-and-testcase.patch
Patch9035: add-loongarch-for-missing_syscall_def.patch
%endif
Patch9036: core-update-arg_default_rlimit-in-bump_rlimit.patch
Patch9037: set-forwardtowall-no-to-avoid-emerg-log-shown-on-she.patch
Patch9038: core-cgroup-support-cpuset.patch
@ -864,6 +862,11 @@ Systemd PAM module registers the session with systemd-logind.
%ifnarch sw_64
%patch9032 -R -p1
%endif
%ifnarch loongarch64
%patch9033 -R -p1
%patch9034 -R -p1
%patch9035 -R -p1
%endif
%build
@ -2109,6 +2112,9 @@ grep -q -E '^KEYMAP="?fi-latin[19]"?' /etc/vconsole.conf 2>/dev/null &&
%{_libdir}/security/pam_systemd.so
%changelog
* Sun Feb 4 2024 huajingyun <huajingyun@loongson.cn> - 249-65
- fix src.rpm missing loongarch patches
* Thu Jan 18 2024 hongjinghao <hongjinghao@huawei.com> - 249-64
- add: backport-core-add-possibility-to-not-track-certain-unit-types.patch
* Wed Dec 27 2023 wangyuhang <wangyuhang27@huawei.com> - 249-63