!680 init support for ppc64le
From: @hefq343 Reviewed-by: @xujing99 Signed-off-by: @xujing99
This commit is contained in:
commit
12baae2073
13
systemd.spec
13
systemd.spec
@ -14,6 +14,10 @@
|
|||||||
%global efi_arch x64
|
%global efi_arch x64
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%ifarch ppc64le
|
||||||
|
%global efi_arch ppc64
|
||||||
|
%endif
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64 aarch64
|
%ifarch %{ix86} x86_64 aarch64
|
||||||
%global have_gnu_efi 1
|
%global have_gnu_efi 1
|
||||||
%endif
|
%endif
|
||||||
@ -21,7 +25,7 @@
|
|||||||
Name: systemd
|
Name: systemd
|
||||||
Url: https://systemd.io/
|
Url: https://systemd.io/
|
||||||
Version: 249
|
Version: 249
|
||||||
Release: 80
|
Release: 81
|
||||||
License: MIT and LGPLv2+ and GPLv2+
|
License: MIT and LGPLv2+ and GPLv2+
|
||||||
Summary: System and Service Manager
|
Summary: System and Service Manager
|
||||||
|
|
||||||
@ -1997,7 +2001,7 @@ grep -q -E '^KEYMAP="?fi-latin[19]"?' /etc/vconsole.conf 2>/dev/null &&
|
|||||||
/usr/lib/udev/mtd_probe
|
/usr/lib/udev/mtd_probe
|
||||||
/usr/lib/udev/scsi_id
|
/usr/lib/udev/scsi_id
|
||||||
/usr/lib/udev/fido_id
|
/usr/lib/udev/fido_id
|
||||||
%ifnarch sw_64
|
%ifnarch sw_64 ppc64le
|
||||||
/usr/lib/udev/dmi_memory_id
|
/usr/lib/udev/dmi_memory_id
|
||||||
%endif
|
%endif
|
||||||
/usr/lib/udev/sense_data.py
|
/usr/lib/udev/sense_data.py
|
||||||
@ -2065,7 +2069,7 @@ grep -q -E '^KEYMAP="?fi-latin[19]"?' /etc/vconsole.conf 2>/dev/null &&
|
|||||||
%{_udevrulesdir}/50-udev-default.rules
|
%{_udevrulesdir}/50-udev-default.rules
|
||||||
%{_udevrulesdir}/60-fido-id.rules
|
%{_udevrulesdir}/60-fido-id.rules
|
||||||
%{_udevrulesdir}/81-net-dhcp.rules
|
%{_udevrulesdir}/81-net-dhcp.rules
|
||||||
%ifnarch sw_64
|
%ifnarch sw_64 ppc64le
|
||||||
%{_udevrulesdir}/70-memory.rules
|
%{_udevrulesdir}/70-memory.rules
|
||||||
%endif
|
%endif
|
||||||
%{_udevrulesdir}/README
|
%{_udevrulesdir}/README
|
||||||
@ -2185,6 +2189,9 @@ grep -q -E '^KEYMAP="?fi-latin[19]"?' /etc/vconsole.conf 2>/dev/null &&
|
|||||||
/usr/bin/systemd-cryptenroll
|
/usr/bin/systemd-cryptenroll
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 18 2024 hefq343 <fengqing.he@shingroup.cn> - 249-81
|
||||||
|
- init support for arch ppc64le
|
||||||
|
|
||||||
* Mon Jun 17 2024 zhangyao <zhangyao108@huawei.com> - 249-80
|
* Mon Jun 17 2024 zhangyao <zhangyao108@huawei.com> - 249-80
|
||||||
- Add the FileDescriptorStorePreserve= option to the service
|
- Add the FileDescriptorStorePreserve= option to the service
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user