Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

java-21-openjdk-devel-21.0.4.0.7-1.el8.alma.1 RPM for s390x

From AlmaLinux 8.10 AppStream for s390x

Name: java-21-openjdk-devel Distribution: AlmaLinux
Version: 21.0.4.0.7 Vendor: AlmaLinux
Release: 1.el8.alma.1 Build date: Wed Jul 17 16:52:59 2024
Group: Development/Languages Build host: s390x-builder02.almalinux.org
Size: 11658734 Source RPM: java-21-openjdk-21.0.4.0.7-1.el8.alma.1.src.rpm
Packager: AlmaLinux Packaging Team <packager@almalinux.org>
Url: http://openjdk.java.net/
Summary: OpenJDK 21 Development Environment
The OpenJDK 21 development tools.

Provides

Requires

License

ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA

Changelog

* Wed Jul 17 2024 Eduard Abdullin <eabdullin@almalinux.org> - 1:21.0.4.0.7-1.alma.1
  - Delete pkgos definition
* Fri Jul 12 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.4.0.7-1
  - Update to jdk-21.0.4+7 (GA)
  - Update release notes to 21.0.4+7
  - Switch to GA mode.
  - Sync the copy of the portable specfile with the latest update
  - Add missing section headers in NEWS
  - ** This tarball is embargoed until 2024-07-16 @ 1pm PT. **
  - Resolves: RHEL-47009
* Wed Jun 26 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.4.0.5-0.1.ea
  - Update to jdk-21.0.4+5 (EA)
  - Update release notes to 21.0.4+5
  - Limit Java only tests to one architecture using jdk_test_arch
  - Actually require tzdata 2024a now it is available in the buildroot
  - Resolves: RHEL-45358
  - Resolves: RHEL-47398
* Sat Jun 22 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.4.0.1-0.1.ea
  - Update to jdk-21.0.4+1 (EA)
  - Update release notes to 21.0.4+1
  - Switch to EA mode
  - Bump LCMS 2 version to 2.16.0 following JDK-8321489
  - Add zlib build requirement or bundled version (1.3.1), depending on system_libs setting
  - Restore NEWS file so portable can be rebuilt
  - Sync the copy of the portable specfile with the latest update
  - Related: RHEL-45358
  - Resolves: RHEL-46027
* Sun Apr 14 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.9-1
  - Update to jdk-21.0.3+9 (GA)
  - Update release notes to 21.0.3+9
  - Switch to GA mode.
  - Sync the copy of the portable specfile with the latest update
  - ** This tarball is embargoed until 2024-04-16 @ 1pm PT. **
  - Resolves: RHEL-32406
* Sun Apr 14 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.7-0.1.ea
  - Update to jdk-21.0.3+7 (EA)
  - Update release notes to 21.0.3+7
  - Require tzdata 2024a due to upstream inclusion of JDK-8322725
  - Only require tzdata 2023d for now as 2024a is unavailable in buildroot
  - Drop JDK-8009550 which is now available upstream
  - Re-generate FIPS patch against 21.0.3+7 following backport of JDK-8325254
  - Resolves: RHEL-30943
* Sun Apr 14 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:21.0.3.0.1-0.2.ea
  - Invoke xz in multi-threaded mode
  - generate_source_tarball.sh: Add WITH_TEMP environment variable
  - generate_source_tarball.sh: Multithread xz on all available cores
  - generate_source_tarball.sh: Add OPENJDK_LATEST environment variable
  - generate_source_tarball.sh: Update comment about tarball naming
  - generate_source_tarball.sh: Reformat comment header
  - generate_source_tarball.sh: Reformat and update help output
  - generate_source_tarball.sh: Do a shallow clone, for speed
  - generate_source_tarball.sh: Append -ea designator when required
  - generate_source_tarball.sh: Eliminate some removal prompting
  - generate_source_tarball.sh: Make tarball reproducible
  - generate_source_tarball.sh: Prefix temporary directory with temp-
  - generate_source_tarball.sh: Remove temporary directory exit conditions
  - generate_source_tarball.sh: Fix -ea logic to add dash
  - generate_source_tarball.sh: Set compile-command in Emacs
  - generate_source_tarball.sh: Remove REPO_NAME from FILE_NAME_ROOT
  - generate_source_tarball.sh: Move PROJECT_NAME and REPO_NAME checks
  - generate_source_tarball.sh: shellcheck: Remove x-prefixes since we use Bash (SC2268)
  - generate_source_tarball.sh: shellcheck: Double-quote variable references (SC2086)
  - generate_source_tarball.sh: shellcheck: Do not use -a (SC2166)
  - generate_source_tarball.sh: shellcheck: Do not use $ on arithmetic variables (SC2004)
  - Use backward-compatible patch syntax
  - generate_source_tarball.sh: Ignore -ga tags with OPENJDK_LATEST
  - generate_source_tarball.sh: Fix whitespace
  - generate_source_tarball.sh: Remove trailing period in echo
  - generate_source_tarball.sh: Use long-style argument to grep
  - generate_source_tarball.sh: Add license
  - generate_source_tarball.sh: Add indentation instructions for Emacs
  - Related: RHEL-30943
* Sun Apr 14 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.1-0.2.ea
  - Install alt-java man page from the misc tarball as it is no longer in the JDK image
  - generate_source_tarball.sh: Update examples in header for clarity
  - generate_source_tarball.sh: Cleanup message issued when checkout already exists
  - generate_source_tarball.sh: Create directory in TMPDIR when using WITH_TEMP
  - generate_source_tarball.sh: Only add --depth=1 on non-local repositories
  - Move maintenance scripts to a scripts subdirectory
  - discover_trees.sh: Set compile-command and indentation instructions for Emacs
  - discover_trees.sh: shellcheck: Do not use -o (SC2166)
  - discover_trees.sh: shellcheck: Remove x-prefixes since we use Bash (SC2268)
  - discover_trees.sh: shellcheck: Double-quote variable references (SC2086)
  - generate_source_tarball.sh: Add authorship
  - icedtea_sync.sh: Set compile-command and indentation instructions for Emacs
  - icedtea_sync.sh: shellcheck: Double-quote variable references (SC2086)
  - icedtea_sync.sh: shellcheck: Remove x-prefixes since we use Bash (SC2268)
  - openjdk_news.sh: Set compile-command and indentation instructions for Emacs
  - openjdk_news.sh: shellcheck: Double-quote variable references (SC2086)
  - openjdk_news.sh: shellcheck: Remove x-prefixes since we use Bash (SC2268)
  - openjdk_news.sh: shellcheck: Remove deprecated egrep usage (SC2196)
  - generate_source_tarball.sh: Output values of new options WITH_TEMP and OPENJDK_LATEST
  - generate_source_tarball.sh: Double-quote DEPTH reference (SC2086)
  - generate_source_tarball.sh: Avoid empty DEPTH reference while still appeasing shellcheck
  - Related: RHEL-30943
* Sun Apr 14 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.3.0.1-0.1.ea
  - Update to jdk-21.0.3+1 (EA)
  - Update release notes to 21.0.3+1
  - Switch to EA mode
  - Require tzdata 2023d due to upstream inclusion of JDK-8322725
  - Bump FreeType version to 2.13.2 following JDK-8316028
  - Related: RHEL-30943
* Fri Apr 12 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.2.0.13-2
  - Sync the copy of the portable specfile with the latest update
  - Define portablesuffix according to whether pkgos is defined or not
  - Related: RHEL-30943
* Tue Jan 09 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.2.0.13-1
  - Update to jdk-21.0.2+13 (GA)
  - Sync the copy of the portable specfile with the latest update
  - Bump libpng version to 1.6.40 following JDK-8316030
  - Bump HarfBuzz version to 8.2.2 following JDK-8313643
  - Drop local JDK-8311630 patch which is now upstream
  - ** This tarball is embargoed until 2024-01-16 @ 1pm PT. **
  - Resolves: RHEL-20985
* Mon Nov 06 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.1.0.12-3
  - Include JDK-8311630 patch to implement Foreign Function & Memory preview API on s390x
  - Sync the copy of the portable specfile with the latest update
  - Resolves: RHEL-16289
* Mon Oct 30 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.1.0.12-2
  - Switch to using portable binaries built on RHEL 7
  - Sync the copy of the portable specfile with the RHEL 7 version
  - Related: RHEL-12996
* Fri Oct 27 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.1.0.12-1
  - Update to jdk-21.0.1.0+12 (GA)
  - Update release notes to 21.0.1.0+12
  - Sync the copy of the portable specfile with the latest update
  - Update openjdk_news script to specify subdirectory last
  - Add missing discover_trees script required by openjdk_news
  - Synchronise bundled versions with 21u sources (FreeType, LCMS, HarfBuzz, libpng)
  - Sync generate_tarball.sh with 11u & 17u version
  - Update bug URL for RHEL to point to the Red Hat customer portal
  - Fix upstream release URL for OpenJDK source
  - Following JDK-8005165, class data sharing can be enabled on all JIT architectures
  - Use tapsets from the misc tarball
  - Introduce 'prelease' for the portable release versioning, to handle EA builds
  - Make sure root installation directory is created first
  - Use in-place substitution for all but the first of the tapset changes
  - Synchronise runtime and buildtime tzdata requirements
  - Remove ghosts for binaries not in java-21-openjdk (pack200, rmid, unpack200)
  - Add missing jfr, jpackage and jwebserver alternative ghosts
  - Move jcmd to the headless package
  - Revert alt-java binary location to being within the JDK tree
  - Resolves: RHEL-12996
  - Resolves: RHEL-14951
  - Resolves: RHEL-13924
  - Resolves: RHEL-14955
  - Related: RHEL-14943
  - Resolves: RHEL-11322
  - Resolves: RHEL-14949
* Fri Oct 27 2023 Jiri Vanek <jvanek@redhat.com> - 1:21.0.1.0.12-1
  - Exclude classes_nocoops.jsa on i686 and arm32
  - Related: RHEL-14943
* Fri Oct 27 2023 Severin Gehwolf <sgehwolf@redhat.com> - 1:21.0.1.0.12-1
  - Fix packaging of CDS archives
  - Resolves: RHEL-14943
* Thu Aug 24 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.0.0.35-2
  - Update documentation (README.md)
  - Replace alt-java patch with a binary separate from the JDK
  - Drop stale patches that are of little use any more:
  - * nss.cfg has been disabled since early PKCS11 work and long superseded by FIPS work
  - * No accessibility subpackage to warrant RH1648242 & RH1648644 patches any more
  - * No use of system libjpeg turbo to warrant RH649512 patch any more
  - Replace RH1684077 pcsc-lite-libs patch with better JDK-8009550 fix being upstreamed
  - Adapt alt-java test to new binary where there is always a set_speculation function
  - Related: RHEL-12996
* Mon Aug 21 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.0.0.35-1
  - Update to jdk-21.0.0+35
  - Update system crypto policy & FIPS patch from new fips-21u tree
  - Update generate_tarball.sh to sync with upstream vanilla script inc. no more ECC removal
  - Drop fakefeaturever now it is no longer needed
  - Change top_level_dir_name to use the VCS tag, matching new upstream release style tarball
  - Use upstream release URL for OpenJDK source
  - Re-enable tzdata tests now we are on the latest JDK and things are back in sync
  - Install jaxp.properties introduced by JDK-8303530
  - Install lible.so introduced by JDK-8306983
  - Related: RHEL-12996
* Mon Aug 21 2023 Petra Alice Mikova <pmikova@redhat.com> - 1:21.0.0.0.35-1
  - Replace smoke test files used in the staticlibs test, as fdlibm was removed by JDK-8303798
  - Related: RHEL-12996
* Wed Aug 16 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:20.0.0.0.36-1
  - Update to jdk-20.0.2+9
  - Update release notes to 20.0.2+9
  - Update system crypto policy & FIPS patch from new fips-20u tree
  - Update generate_tarball.sh ICEDTEA_VERSION
  - Update CLDR reference data following update to 42 (Rocky Mountain-Normalzeit => Rocky-Mountain-Normalzeit)
  - Related: RHEL-12996
* Wed Aug 16 2023 Jiri Vanek <jvanek@redhat.com> - 1:20.0.0.0.36-1
  - Dropped JDK-8295447, JDK-8296239 & JDK-8299439 patches now upstream
  - Adapted rh1750419-redhat_alt_java.patch
  - Related: RHEL-12996
* Tue Aug 15 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:19.0.2.0.7-1
  - Update to jdk-19.0.2 release
  - Update release notes to 19.0.2
  - Rebase FIPS patches from fips-19u branch
  - Remove references to sample directory removed by JDK-8284999
  - Add local patch JDK-8295447 (javac NPE) which was accepted into 19u upstream but not in the GA tag
  - Add local patches for JDK-8296239 & JDK-8299439 (Croatia Euro update) which are present in 8u, 11u & 17u releases
  - Related: RHEL-12996
* Thu Aug 10 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:18.0.2.0.9-1
  - Update to jdk-18.0.2 release
  - Support JVM variant zero following JDK-8273494 no longer installing Zero's libjvm.so in the server directory
  - Rebase FIPS patches from fips-18u branch
  - Rebase RH1648249 nss.cfg patch so it applies after the FIPS patch
  - Drop now unused fresh_libjvm, build_hotspot_first, bootjdk and buildjdkver variables, as we don't build a JDK here
  - Drop tzdata patches added for 17.0.7 which will eventually appear in the upstream tarball when we reach OpenJDK 21
  - Disable tzdata tests until we are on the latest JDK and things are back in sync
  - Use empty nss.fips.cfg until it is again available via the FIPS patch
  - Related: RHEL-12996
* Thu Aug 10 2023 Petra Alice Mikova <pmikova@redhat.com> - 1:18.0.2.0.9-1
  - Update to ea version of jdk18
  - Add new slave jwebserver and corresponding manpage
  - Adjust rh1684077-openjdk_should_depend_on_pcsc-lite-libs_instead_of_pcsc-lite-devel.patch
  - Related: RHEL-12996
* Thu Aug 10 2023 FeRD (Frank Dana) <ferdnyc@gmail.com> - 1:18.0.2.0.9-1
  - Add javaver- and origin-specific javadoc and javadoczip alternatives.
  - Related: RHEL-12996
* Tue Aug 08 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-4
  - Add files missed by centpkg import.
  - Related: rhbz#2192749
* Fri Aug 04 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.7.0.7-3
  - Create java-21-openjdk package based on java-17-openjdk
  - Related: rhbz#2192749

Files

/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/1600ef31967f90abef1bc1c66976aa5f8788d2
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/1f2036e0daab7e6d4c26a6bf1fd735ff0131f9
/usr/lib/.build-id/21/26d3157be6a752f885856862c5fc7f6423f89a
/usr/lib/.build-id/28
/usr/lib/.build-id/28/242baf0ddaf2c8d70f063654a2849163630c53
/usr/lib/.build-id/2a/61a431bcd18386715ad83f15f51081008a430d
/usr/lib/.build-id/31
/usr/lib/.build-id/31/5abad86e53af2284790028131cfbe3aa150f9f
/usr/lib/.build-id/46/96e09c2f0d0999072e21243b7f1d72e410201c
/usr/lib/.build-id/47
/usr/lib/.build-id/47/c64bcebfe8210a929b8d6ed6120366f6e4b37b
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/dd40daba4ae2e2c606baec07a8181634ab5193
/usr/lib/.build-id/4c/bfe10789326baa802460802f37dafe47956616
/usr/lib/.build-id/54
/usr/lib/.build-id/54/214cf8b2c50d0f76a8780404f8d1ab9a988bcc
/usr/lib/.build-id/7a/4403bbe425d3906be70100c698ca1945bab244
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/0cbfb2398265a08d1b10dd75d3e26509c35d93
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/62cd01f5a64474d8b11bcdc618c96528c29a13
/usr/lib/.build-id/91/71846aed47898cbeba172f459f0c84a86fbc2e
/usr/lib/.build-id/98
/usr/lib/.build-id/98/2b4a08a97ad586038c4b71243c229d11645ae3
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/e1044d83903e2cceb9d5f9bece17508affd868
/usr/lib/.build-id/d5/ebc88f63bfb41624d390eda551ed6f9e1ca6a3
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/64ce51f7013afee184bf4cb6bf23f1ddc4aea3
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/3161d25e4ce29a05e9f2f8ef53a6cdec1ddbb7
/usr/lib/.build-id/f0/2c960ad0cfda209566fa3940c4292dd09fe1a9
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/0f4098362c22aea039f2c7676443fe094574e2
/usr/lib/.build-id/f1/60d8a69c84971411398eefda32754455361b35
/usr/lib/.build-id/fe/6b37ccc0a7c145de2e710c42c24be8561f79c1
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jar
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jarsigner
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/javac
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/javadoc
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/javap
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jconsole
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jdb
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jdeprscan
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jdeps
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jfr
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jimage
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jinfo
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jlink
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jmap
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jmod
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jpackage
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jps
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jrunscript
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jshell
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jstack
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jstat
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jstatd
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/jwebserver
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/bin/serialver
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/include
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/include/classfile_constants.h
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/include/jawt.h
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/include/jdwpTransport.h
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/include/jni.h
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/include/jvmti.h
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/include/jvmticmlr.h
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/include/linux
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/include/linux/jawt_md.h
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/include/linux/jni_md.h
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/lib/ct.sym
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/tapset
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/tapset/hotspot-21.0.4.0.7-1.el8.alma.1.s390x.stp
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/tapset/hotspot_gc-21.0.4.0.7-1.el8.alma.1.s390x.stp
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/tapset/hotspot_jni-21.0.4.0.7-1.el8.alma.1.s390x.stp
/usr/lib/jvm/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x/tapset/jstack-21.0.4.0.7-1.el8.alma.1.s390x.stp
/usr/share/applications/java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x-jconsole.desktop
/usr/share/man/man1/jar-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jarsigner-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/javac-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/javadoc-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/javap-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jconsole-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jdb-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jdeprscan-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jdeps-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jfr-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jinfo-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jlink-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jmap-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jmod-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jpackage-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jps-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jrunscript-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jshell-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jstack-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jstat-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jstatd-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/jwebserver-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/man/man1/serialver-java-21-openjdk-21.0.4.0.7-1.el8.alma.1.s390x.1.gz
/usr/share/systemtap
/usr/share/systemtap/tapset
/usr/share/systemtap/tapset/s390
/usr/share/systemtap/tapset/s390/hotspot-21.0.4.0.7-1.el8.alma.1.s390x.stp
/usr/share/systemtap/tapset/s390/hotspot_gc-21.0.4.0.7-1.el8.alma.1.s390x.stp
/usr/share/systemtap/tapset/s390/hotspot_jni-21.0.4.0.7-1.el8.alma.1.s390x.stp
/usr/share/systemtap/tapset/s390/jstack-21.0.4.0.7-1.el8.alma.1.s390x.stp


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Nov 9 08:15:19 2024