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