freeipa/adapt-freeipa-to-openEuler.patch
2021-09-11 10:52:34 +08:00

27 lines
746 B
Diff

From 115937ea73be01fb71b7c471c51517d219535103 Mon Sep 17 00:00:00 2001
From: jackie_wu <wutao61@huawei.com>
Date: Sat, 11 Sep 2021 10:04:14 +0800
Subject: [PATCH] adapt freeipa to openEuler
---
ipaplatform/setup.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ipaplatform/setup.py b/ipaplatform/setup.py
index 0d4bb38..dc138ee 100644
--- a/ipaplatform/setup.py
+++ b/ipaplatform/setup.py
@@ -40,7 +40,8 @@ if __name__ == '__main__':
"ipaplatform.redhat",
"ipaplatform.rhel",
"ipaplatform.rhel_container",
- "ipaplatform.suse"
+ "ipaplatform.suse",
+ "ipaplatform.openEuler"
],
install_requires=[
"cffi",
--
2.23.0