1 Star 0 Fork 58

streamlet_hy/dnf

forked from src-openEuler/dnf 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-dnf-4.10.0-add-loongarch-support.patch 744 Bytes
一键复制 编辑 原始数据 按行查看 历史
streamlet_hy 提交于 2022-04-25 17:35 . add loongarch support
From 2d0c9e55694ab95b401c62935a0390408ddb7845 Mon Sep 17 00:00:00 2001
From: Huang Yang <huangyang@loongson.cn>
Date: Sun, 24 Apr 2022 16:10:00 +0000
Subject: [PATCH] dnf 4.10.0 add loongarch support
---
dnf/rpm/__init__.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dnf/rpm/__init__.py b/dnf/rpm/__init__.py
index 696e594..0db8e95 100644
--- a/dnf/rpm/__init__.py
+++ b/dnf/rpm/__init__.py
@@ -97,6 +97,8 @@ _BASEARCH_MAP = _invert({
'mipsel': ('mipsel',),
'mips64': ('mips64',),
'mips64el': ('mips64el',),
+ 'loongarch32' : ('loongarch32',),
+ 'loongarch64' : ('loongarch64',),
'noarch': ('noarch',),
'ppc': ('ppc',),
'ppc64': ('ppc64', 'ppc64iseries', 'ppc64p7', 'ppc64pseries'),
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/streamlet_hy/dnf.git
git@gitee.com:streamlet_hy/dnf.git
streamlet_hy
dnf
dnf
master

搜索帮助