public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/systemd] rawhide: Add loongarch64 support.
@ 2026-09-09 8:04 Sun Haiyong
0 siblings, 0 replies; only message in thread
From: Sun Haiyong @ 2026-09-09 8:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/systemd
Branch : rawhide
Commit : 95baa4e2d79ae2292719850331a12d22a5be222e
Author : Sun Haiyong <sunhaiyong@zdbr.net>
Date : 2026-09-09T10:13:59+08:00
Stats : +3/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/systemd/c/95baa4e2d79ae2292719850331a12d22a5be222e?branch=rawhide
Log:
Add loongarch64 support.
want_bootloader set 1 add loongarch64.
systemd-ukify require add filesystem(loongarch64).
Signed-off-by: Sun Haiyong <sunhaiyong@zdbr.net>
---
diff --git a/systemd.spec b/systemd.spec
index 33c4e63..0812674 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -174,7 +174,7 @@ Patch: https://github.com/systemd/systemd/pull/43689.patch
%endif
-%ifarch %{ix86} x86_64 aarch64 riscv64
+%ifarch %{ix86} x86_64 aarch64 riscv64 loongarch64
%global want_bootloader 1
%endif
@@ -580,7 +580,8 @@ Requires: (systemd-boot if %{shrink:(
filesystem(x86-32) or
filesystem(x86-64) or
filesystem(aarch64) or
- filesystem(riscv64)
+ filesystem(riscv64) or
+ filesystem(loongarch64)
)})
Requires: python3dist(pefile)
Requires: python3dist(zstandard)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-09 8:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-09 8:04 [rpms/systemd] rawhide: Add loongarch64 support Sun Haiyong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox