Remove pkgos
This commit is contained in:
parent
3e247cf36d
commit
c3d3d90c78
@ -516,8 +516,6 @@
|
||||
%global __jar_repack 0
|
||||
# Define the architectures on which we build
|
||||
ExclusiveArch: %{aarch64} %{ppc64le} s390x x86_64
|
||||
# Define the OS this package is built on
|
||||
%global pkgos rhel7
|
||||
|
||||
Name: java-%{javaver}-%{origin}-portable%{?pkgos:-%{pkgos}}
|
||||
Version: %{newjavaver}.%{buildver}
|
||||
@ -1099,7 +1097,7 @@ function buildjdk() {
|
||||
%ifarch %{zgc_arches}
|
||||
--with-jvm-features=zgc \
|
||||
%endif
|
||||
--disable-warnings-as-errors"
|
||||
--disable-warnings-as-errors
|
||||
|
||||
cat spec.gmk
|
||||
make LOG=trace $maketargets || \
|
||||
|
Loading…
Reference in New Issue
Block a user