This is an automated email from the ASF dual-hosted git repository.
jialiang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 278a7bfcca AMBARI-26197: Add Distro Dependency to Ambari Agent (#3852)
278a7bfcca is described below
commit 278a7bfcca801e1e53e1770d95aeb0d64c92c8e0
Author: timyuer <[email protected]>
AuthorDate: Wed Oct 23 09:44:58 2024 +0800
AMBARI-26197: Add Distro Dependency to Ambari Agent (#3852)
* AMBARI-26197: Add Distro Dependency to Ambari Agent
---
ambari-agent/src/main/package/dependencies.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ambari-agent/src/main/package/dependencies.properties
b/ambari-agent/src/main/package/dependencies.properties
index 60852e0b3b..b0d42aa18c 100644
--- a/ambari-agent/src/main/package/dependencies.properties
+++ b/ambari-agent/src/main/package/dependencies.properties
@@ -28,5 +28,5 @@
# Such a format is respected by install_ambari_tarball.py by default,
# however should be encouraged manually in pom.xml.
-rpm.dependency.list=openssl,\nRequires: python3-rpm,\nRequires: zlib
+rpm.dependency.list=openssl,\nRequires: python3-rpm,\nRequires:
zlib,\nRequires: python3-distro
deb.dependency.list=openssl, python (>= 2.6)
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]