public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pciutils] f44: Add loongarch64.
@ 2026-06-15 10:11 Sun Haiyong
0 siblings, 0 replies; only message in thread
From: Sun Haiyong @ 2026-06-15 10:11 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pciutils
Branch : f44
Commit : 5bfebbac99f9d5648c995cd5e2cd31337e90a2ae
Author : Sun Haiyong <sunhaiyong@zdbr.net>
Date : 2026-02-04T16:35:13+08:00
Stats : +5/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/pciutils/c/5bfebbac99f9d5648c995cd5e2cd31337e90a2ae?branch=f44
Log:
Add loongarch64.
---
diff --git a/multilibconfigh b/multilibconfigh
index 84b7be6..693c4ae 100644
--- a/multilibconfigh
+++ b/multilibconfigh
@@ -1,4 +1,4 @@
-#if defined(__x86_64__) || defined(__ia64__) || defined(__ppc64__) || defined(__powerpc64__) || defined(__s390x__) || defined(__aarch64__) || defined(__mips64)
+#if defined(__x86_64__) || defined(__ia64__) || defined(__ppc64__) || defined(__powerpc64__) || defined(__s390x__) || defined(__aarch64__) || defined(__mips64) || defined(__loongarch_lp64)
#include "config.lib64.h"
#elif defined(__sparc__) && defined (__arch64__) || (defined(__riscv) && __SIZEOF_POINTER__ == 8)
#include "config.lib64.h"
diff --git a/pciutils.spec b/pciutils.spec
index ecafede..dc57377 100644
--- a/pciutils.spec
+++ b/pciutils.spec
@@ -1,6 +1,6 @@
Name: pciutils
Version: 3.14.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: PCI bus related utilities
License: GPL-2.0-or-later
URL: https://mj.ucw.cz/sw/pciutils/
@@ -114,6 +114,9 @@ diff -u %{SOURCE2} libpci_symbols_new.lst
%{_mandir}/man7/*
%changelog
+* Wed Feb 04 2026 Sun Haiyong <sunhaiyong@zdbr.net> - 3.12.0-4
+- Add loongarch64
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 10:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 10:11 [rpms/pciutils] f44: Add loongarch64 Sun Haiyong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox