We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 796a323 + ab709c2 commit 275db41Copy full SHA for 275db41
origin.spec
@@ -29,18 +29,17 @@
29
%global os_git_vars OS_GIT_VERSION='' OS_GIT_COMMIT='' OS_GIT_MAJOR='' OS_GIT_MINOR='' OS_GIT_TREE_STATE=''
30
}
31
32
-%{!?make_redistributable:
33
%if 0%{?fedora} || 0%{?epel}
34
-%global make_redistributable 0
+%global need_redistributable_set 0
35
%else
36
# Due to library availability, redistributable builds only work on x86_64
37
%ifarch x86_64
38
-%global make_redistributable 1
+%global need_redistributable_set 1
39
40
41
%endif
42
43
-}
+%{!?make_redistributable: %global make_redistributable %{need_redistributable_set}}
44
45
%if "%{dist}" == ".el7aos"
46
%global package_name atomic-openshift
0 commit comments