restricted to java-arches
This commit is contained in:
parent
1eb10e704b
commit
26504dac4c
@ -518,6 +518,13 @@
|
|||||||
%global alternatives_requires %{_sbindir}/alternatives
|
%global alternatives_requires %{_sbindir}/alternatives
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# x86 is no longer supported
|
||||||
|
%if 0%{?java_arches:1}
|
||||||
|
ExclusiveArch: %{java_arches}
|
||||||
|
%else
|
||||||
|
ExcludeArch: %{ix86}
|
||||||
|
%endif
|
||||||
|
|
||||||
# Portables have no repo (requires/provides), but these are awesome for orientation in spec
|
# Portables have no repo (requires/provides), but these are awesome for orientation in spec
|
||||||
# Also scriptlets are happily missing and files are handled old fashion
|
# Also scriptlets are happily missing and files are handled old fashion
|
||||||
# not-duplicated requires/provides/obsoletes for normal/debug packages
|
# not-duplicated requires/provides/obsoletes for normal/debug packages
|
||||||
|
Loading…
Reference in New Issue
Block a user