We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0c53c commit 5934a12Copy full SHA for 5934a12
packaging/el8/cloud.spec
@@ -17,8 +17,8 @@
17
18
%define __os_install_post %{nil}
19
%global debug_package %{nil}
20
+%global __requires_exclude %__requires_exclude|^libc.so.*
21
%define _binaries_in_noarch_packages_terminate_build 0
-%define __requires_exclude libc.so.6
22
23
# DISABLE the post-percentinstall java repacking and line number stripping
24
# we need to find a way to just disable the java repacking and line number stripping, but not the autodeps
@@ -48,6 +48,7 @@ BuildRequires: /usr/bin/mkisofs
48
BuildRequires: python3-setuptools
49
BuildRequires: wget
50
BuildRequires: nodejs
51
+AutoReqProv: no
52
53
%description
54
CloudStack is a highly-scalable elastic, open source,
0 commit comments