From 8a8b1e5f7a9c7344fe7219d4509dd48a610a026f Mon Sep 17 00:00:00 2001 From: peng_zou Date: Fri, 14 Jun 2024 10:28:11 +0800 Subject: [PATCH] init support for ppc64le --- systemd.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/systemd.spec b/systemd.spec index aba25db..118130c 100644 --- a/systemd.spec +++ b/systemd.spec @@ -14,6 +14,10 @@ %global efi_arch x64 %endif +%ifarch ppc64le +%global efi_arch ppc64 +%endif + %ifarch %{ix86} x86_64 aarch64 %global have_gnu_efi 1 %endif @@ -21,7 +25,7 @@ Name: systemd Url: https://systemd.io/ Version: 249 -Release: 79 +Release: 80 License: MIT and LGPLv2+ and GPLv2+ Summary: System and Service Manager @@ -1968,7 +1972,7 @@ grep -q -E '^KEYMAP="?fi-latin[19]"?' /etc/vconsole.conf 2>/dev/null && /usr/lib/udev/mtd_probe /usr/lib/udev/scsi_id /usr/lib/udev/fido_id -%ifnarch sw_64 +%ifnarch sw_64 ppc64le /usr/lib/udev/dmi_memory_id %endif /usr/lib/udev/sense_data.py @@ -2036,7 +2040,7 @@ grep -q -E '^KEYMAP="?fi-latin[19]"?' /etc/vconsole.conf 2>/dev/null && %{_udevrulesdir}/50-udev-default.rules %{_udevrulesdir}/60-fido-id.rules %{_udevrulesdir}/81-net-dhcp.rules -%ifnarch sw_64 +%ifnarch sw_64 ppc64le %{_udevrulesdir}/70-memory.rules %endif %{_udevrulesdir}/README @@ -2156,6 +2160,9 @@ grep -q -E '^KEYMAP="?fi-latin[19]"?' /etc/vconsole.conf 2>/dev/null && /usr/bin/systemd-cryptenroll %changelog +* Fri Jun 14 2024 peng.zou - 249-80 +- init support for ppc64le + * Tue Jun 11 2024 wangyuhang - 249-79 - extract systemd-cryptsetup -- Gitee