Remove pkgos

This commit is contained in:
eabdullin 2023-11-08 12:35:40 +03:00
parent 3e247cf36d
commit c3d3d90c78
1 changed files with 1 additions and 3 deletions

View File

@ -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 || \