c9-bootstrap imports/c9-bootstrap/java-17-openjdk-portable-17.0.7.0.7-2.el9
eabdullin 2 years ago
parent 9f7bcfc740
commit 901505b01d

File diff suppressed because it is too large Load Diff

@ -587,6 +587,8 @@ Source0: openjdk-jdk%{featurever}u-%{vcstag}.tar.xz
# Disabled in portables # Disabled in portables
#Source9: jconsole.desktop.in #Source9: jconsole.desktop.in
# Release notes
Source10: NEWS
# nss configuration file # nss configuration file
Source11: nss.cfg.in Source11: nss.cfg.in
@ -1188,6 +1190,7 @@ function installjdk() {
find ${imagepath}/bin/ -exec chmod +x {} \; find ${imagepath}/bin/ -exec chmod +x {} \;
# Install local files which are distributed with the JDK # Install local files which are distributed with the JDK
install -m 644 %{SOURCE10} ${imagepath}
install -m 644 nss.cfg ${imagepath}/conf/security/ install -m 644 nss.cfg ${imagepath}/conf/security/
# Create fake alt-java as a placeholder for future alt-java # Create fake alt-java as a placeholder for future alt-java

Loading…
Cancel
Save