added unzip

required by javadoc processing, minor formatting
This commit is contained in:
Jiri 2023-04-29 12:08:43 +02:00
parent 2dfa613d22
commit 94ed5ba576
1 changed files with 4 additions and 2 deletions

View File

@ -1328,6 +1328,7 @@ BuildRequires: %{portable_name}-devel-slowdebug >= %{portable_version}
BuildRequires: %{portable_name}-static-libs-slowdebug >= %{portable_version} BuildRequires: %{portable_name}-static-libs-slowdebug >= %{portable_version}
%endif %endif
%endif %endif
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
# elfutils only are OK for build without AOT # elfutils only are OK for build without AOT
BuildRequires: elfutils-devel BuildRequires: elfutils-devel
@ -1338,6 +1339,7 @@ BuildRequires: nss-devel
BuildRequires: crypto-policies BuildRequires: crypto-policies
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: zip BuildRequires: zip
BuildRequires: unzip
BuildRequires: javapackages-filesystem BuildRequires: javapackages-filesystem
# ? # ?
BuildRequires: tzdata-java >= 2022g BuildRequires: tzdata-java >= 2022g
@ -1472,7 +1474,7 @@ Group: Development/Tools
%{java_devel_rpo -- %{fastdebug_suffix_unquoted}} %{java_devel_rpo -- %{fastdebug_suffix_unquoted}}
%description devel-fastdebug %description devel-fastdebug
The %{origin_nice} %{featurever} development tools . The %{origin_nice} %{featurever} development tools.
%{fastdebug_warning} %{fastdebug_warning}
%endif %endif
@ -1805,7 +1807,7 @@ function installjdk() {
ln -sv /etc/pki/java/cacerts ${imagepath}/lib/security ln -sv /etc/pki/java/cacerts ${imagepath}/lib/security
# add alt-java man page # add alt-java man page
# alt-java man and bianry are here from portables. Or not? # alt-java man and bianry are here from portables. Or not?
fi fi
} }