diff --git a/systemd.spec b/systemd.spec index 030fed2fd99040d29684361893ae8779bee2ace5..9adcc00d22bdefc7297811f366eff620ae77d915 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: 87 +Release: 88 License: MIT and LGPLv2+ and GPLv2+ Summary: System and Service Manager @@ -2005,7 +2009,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 @@ -2073,7 +2077,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 @@ -2193,6 +2197,9 @@ grep -q -E '^KEYMAP="?fi-latin[19]"?' /etc/vconsole.conf 2>/dev/null && /usr/bin/systemd-cryptenroll %changelog +* Tue Dec 03 2024 zhangyao - 249-88 +- init support for arch ppc64le + * Sat Nov 30 2024 zhangyao - 249-87 - add backport-import-use-CURLOPT_PROTOCOLS_STR-with-libcurl-7.85.0.patch