Init support for ppc64le
This commit is contained in:
parent
62219dd269
commit
e5316e0a8d
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://www.freedesktop.org/wiki/Software/systemd
|
Url: https://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 253
|
Version: 253
|
||||||
Release: 5
|
Release: 6
|
||||||
License: MIT and LGPLv2+ and GPLv2+
|
License: MIT and LGPLv2+ and GPLv2+
|
||||||
Summary: System and Service Manager
|
Summary: System and Service Manager
|
||||||
|
|
||||||
@ -1376,7 +1380,7 @@ fi
|
|||||||
/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 riscv64
|
%ifnarch sw_64 riscv64 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
|
||||||
@ -1450,7 +1454,7 @@ fi
|
|||||||
%{_udevrulesdir}/81-net-dhcp.rules
|
%{_udevrulesdir}/81-net-dhcp.rules
|
||||||
%{_udevrulesdir}/60-infiniband.rules
|
%{_udevrulesdir}/60-infiniband.rules
|
||||||
%{_udevrulesdir}/70-camera.rules
|
%{_udevrulesdir}/70-camera.rules
|
||||||
%ifnarch sw_64 riscv64
|
%ifnarch sw_64 riscv64 ppc64le
|
||||||
%{_udevrulesdir}/70-memory.rules
|
%{_udevrulesdir}/70-memory.rules
|
||||||
%endif
|
%endif
|
||||||
%{_udevrulesdir}/README
|
%{_udevrulesdir}/README
|
||||||
@ -1572,6 +1576,9 @@ fi
|
|||||||
%{_libdir}/security/pam_systemd.so
|
%{_libdir}/security/pam_systemd.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 30 2023 jiahua.yu <jiahua.yu@shingroup.cn> - 253-6
|
||||||
|
- init support for ppc64le
|
||||||
|
|
||||||
* Fri Sep 15 2023 hongjinghao <hongjinghao@huawei.com> - 253-5
|
* Fri Sep 15 2023 hongjinghao <hongjinghao@huawei.com> - 253-5
|
||||||
- journal: don't enable systemd-journald-audit.socket
|
- journal: don't enable systemd-journald-audit.socket
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user