代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/supermin 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
From 9b5f8924faa1f6f4bd6e11f8dcd28b9d88799904 Mon Sep 17 00:00:00 2001
From: Leon Wang <wangl29@chinatelecom.cn>
Date: Tue, 27 Dec 2022 17:13:19 +0800
Subject: [PATCH] ctyunos support patch
---
src/ph_rpm.ml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/ph_rpm.ml b/src/ph_rpm.ml
index 549bd9a..a262ba4 100644
--- a/src/ph_rpm.ml
+++ b/src/ph_rpm.ml
@@ -32,10 +32,12 @@ let stringset_of_list pkgs =
let fedora_detect () =
Config.rpm <> "no" && Config.rpm2cpio <> "no" && rpm_is_available () &&
(Config.yumdownloader <> "no" || Config.dnf <> "no") &&
- (List.mem (Os_release.get_id ()) [ "fedora"; "rhel"; "centos"; "openEuler" ] ||
+ (List.mem (Os_release.get_id ()) [ "fedora"; "rhel"; "centos"; "openEuler"; "uos"; "ctyunos" ] ||
try
(stat "/etc/redhat-release").st_kind = S_REG ||
(stat "/etc/fedora-release").st_kind = S_REG ||
+ (stat "/etc/UnionTech-release").st_kind = S_REG ||
+ (stat "/etc/ctyunos-release").st_kind = S_REG ||
(stat "/etc/openEuler-release").st_kind = S_REG
with Unix_error _ -> false)
--
2.31.1
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。