From 08691121191cf641539333c5360b18c07b86c77b Mon Sep 17 00:00:00 2001 From: Jingyun Hua Date: Sun, 4 Feb 2024 11:17:33 +0800 Subject: [PATCH] fix src.rpm missing loongarch patches --- systemd.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/systemd.spec b/systemd.spec index e8e80d9..f69aa80 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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 - 249-65 +- fix src.rpm missing loongarch patches + * Thu Jan 18 2024 hongjinghao - 249-64 - add: backport-core-add-possibility-to-not-track-certain-unit-types.patch * Wed Dec 27 2023 wangyuhang - 249-63