rohityadavcloud commented on code in PR #10057:
URL: https://github.com/apache/cloudstack/pull/10057#discussion_r1888046588
##########
packaging/el8/cloud.spec:
##########
@@ -17,6 +17,8 @@
%define __os_install_post %{nil}
%global debug_package %{nil}
+%global __requires_exclude *libc.so.*
Review Comment:
JFYI - I couldn't figure out how to exclude rpm to indirectly depend on
libc, any feedback/ideas are welcome. cc @NuxRo @weizhouapache @DaanHoogland
@JoaoJandre and others.
The workaround is currently that you force install cloudstack-common (where
libc is a dependency) using `rpm -ivh --no-deps` and then rest pkgs like
cloudstack-agent etc install okay.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]