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

java-17-openjdk-devel-17.0.3.0.7-2.el8 RPM for x86_64

From CentOS 8-stream AppStream for x86_64 / Packages

Name: java-17-openjdk-devel Distribution: CentOS
Version: 17.0.3.0.7 Vendor: CentOS
Release: 2.el8 Build date: Mon Jun 27 15:52:01 2022
Group: Development/Languages Build host: x86-01.mbox.centos.org
Size: 9293521 Source RPM: java-17-openjdk-17.0.3.0.7-2.el8.src.rpm
Packager: CentOS Buildsys <bugs@centos.org>
Url: http://openjdk.java.net/
Summary: OpenJDK 17 Development Environment
The OpenJDK 17 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 Apr 20 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.3.0.7-2
  - April 2022 security update to jdk 17.0.3+7
  - Update to jdk-17.0.3.0+7 tarball
  - Update release notes to 17.0.3.0+7
  - Add missing README.md and generate_source_tarball.sh
  - Resolves: rhbz#2073576
* Mon Feb 28 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.2.0.8-15
  - Enable AlgorithmParameters and AlgorithmParameterGenerator services in FIPS mode
  - Resolves: rhbz#2052070
* Sun Feb 27 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.2.0.8-14
  - Introduce tests/tests.yml, based on the one in java-11-openjdk
  - Resolves: rhbz#2058493
* Sun Feb 27 2022 Severin Gehwolf <sgehwolf@redhat.com> - 1:17.0.2.0.8-13
  - Use 'sql:' prefix in nss.fips.cfg as F35+ no longer ship the legacy
    secmod.db file as part of nss
  - Resolves: rhbz#2023536
* Sun Feb 27 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.2.0.8-12
  - Detect NSS at runtime for FIPS detection
  - Turn off build-time NSS linking and go back to an explicit Requires on NSS
  - Resolves: rhbz#2051605
* Fri Feb 25 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.2.0.8-11
  - Add JDK-8275535 patch to fix LDAP authentication issue.
  - Resolves: rhbz#2053256
* Fri Feb 25 2022 Jiri Vanek <jvanek@redhat.com> - 1:17.0.2.0.8-10
  - Storing and restoring alterntives during update manually
  - Fixing Bug 2001567 - update of JDK/JRE is removing its manually selected alterantives and select (as auto) system JDK/JRE
  -- The move of alternatives creation to posttrans to fix:
  -- Bug 1200302 - dnf reinstall breaks alternatives
  -- Had caused the alternatives to be removed, and then created again,
  -- instead of being added, and then removing the old, and thus persisting
  -- the selection in family
  -- Thus this fix, is storing the family of manually selected master, and if
  -- stored, then it is restoring the family of the master
  - Resolves: rhbz#2008200
* Fri Feb 25 2022 Jiri Vanek <jvanek@redhat.com> - 1:17.0.2.0.8-9
  - Family extracted to globals
  - Resolves: rhbz#2008200
* Fri Feb 25 2022 Jiri Vanek <jvanek@redhat.com> - 1:17.0.2.0.8-8
  - alternatives creation moved to posttrans
  - Thus fixing the old reisntall issue:
  - https://bugzilla.redhat.com/show_bug.cgi?id=1200302
  - https://bugzilla.redhat.com/show_bug.cgi?id=1976053
  - Resolves: rhbz#2008200
* Mon Feb 21 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.2.0.8-7
  - Separate crypto policy initialisation from FIPS initialisation, now they are no longer interdependent
  - Resolves: rhbz#2051590
* Fri Feb 18 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.2.0.8-6
  - Fix FIPS issues in native code and with initialisation of java.security.Security
  - Resolves: rhbz#2023378
* Thu Feb 17 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.2.0.8-5
  - Restructure the build so a minimal initial build is then used for the final build (with docs)
  - This reduces pressure on the system JDK and ensures the JDK being built can do a full build
  - Turn off bootstrapping for slow debug builds, which are particularly slow on ppc64le.
  - Handle Fedora in distro conditionals that currently only pertain to RHEL.
  - Run OpenJDK normalizer script on the spec file to fix further rogue whitespace
  - Sync gdb test with java-1.8.0-openjdk and improve architecture restrictions.
  - Introduce stapinstall variable to set SystemTap arch directory correctly (e.g. arm64 on aarch64)
  - Need to support noarch for creating source RPMs for non-scratch builds.
  - Replace -mstackrealign with -mincoming-stack-boundary=2 -mpreferred-stack-boundary=4 on x86_32 for stack alignment
  - Support a HotSpot-only build so a freshly built libjvm.so can then be used in the bootstrap JDK.
  - Explicitly list JIT architectures rather than relying on those with slowdebug builds
  - Disable the serviceability agent on Zero architectures even when the architecture itself is supported
  - Resolves: rhbz#2022822
* Thu Feb 17 2022 Jiri Vanek <jvanek@redhat.com> - 1:17.0.2.0.8-5
  - Replaced tabs by sets of spaces to make rpmlint happy
  - javadoc-zip gets its own provides next to plain javadoc ones
  - Resolves: rhbz#2022822
* Tue Feb 08 2022 Jiri Vanek <jvanek@redhat.com> - 1:17.0.2.0.8-4
  - Minor cosmetic improvements to make spec more comparable between variants
  - Related: rhbz#2022822
* Thu Feb 03 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.2.0.8-3
  - Update tapsets from IcedTea 6.x repository with fix for JDK-8015774 changes (_heap->_heaps) and @JAVA_SPEC_VER@
  - Update icedtea_sync.sh with a VCS mode that retrieves sources from a Mercurial repository
  - Related: rhbz#2022822
* Thu Feb 03 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.2.0.8-2
  - Extend LTS check to exclude EPEL.
  - Related: rhbz#2022822
* Thu Feb 03 2022 Severin Gehwolf <sgehwolf@redhat.com> - 1:17.0.2.0.8-2
  - Set LTS designator.
  - Related: rhbz#2022822
* Wed Jan 12 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.2.0.8-1
  - January 2022 security update to jdk 17.0.2+8
  - Rebase RH1995150 & RH1996182 patches following JDK-8275863 addition to module-info.java
  - Rename libsvml.so to libjsvml.so following JDK-8276025
  - Resolves: rhbz#2039366
* Thu Oct 28 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.1.0.12-3
  - Sync desktop files with upstream IcedTea release 3.15.0 using new script
  - Related: rhbz#2013842
* Tue Oct 26 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.1.0.12-2
  - Drop JDK-8272332/RH2004078 patch which is upstream in 17.0.1
  - Resolves: rhbz#2013842
* Wed Oct 20 2021 Petra Alice Mikova <pmikova@redhat.com> - 1:17.0.1.0.12-2
  - October CPU update to jdk 17.0.1+12
  - Dropped commented-out source line
  - Resolves: rhbz#2013842
* Sun Oct 10 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.0.0.35-6
  - Allow plain key import to be disabled with -Dcom.redhat.fips.plainKeySupport=false
  - Resolves: rhbz#1994661
* Sun Oct 10 2021 Martin Balao <mbalao@redhat.com> - 1:17.0.0.0.35-6
  - Add patch to allow plain key import.
  - Resolves: rhbz#1994661
* Mon Sep 27 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.0.0.35-5
  - Update release notes to document the major changes between OpenJDK 11 & 17.
  - Resolves: rhbz#2003072
* Thu Sep 16 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.0.0.35-3
  - Update to jdk-17+35, also known as jdk-17-ga.
  - Switch to GA mode.
  - Add JDK-8272332 fix so we actually link against HarfBuzz.
  - Resolves: rhbz#2003072
  - Resolves: rhbz#2004078
* Mon Aug 30 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.0.0.33-0.5.ea
  - Extend the default security policy to accomodate PKCS11 accessing jdk.internal.access.
  - Resolves: rhbz#1996182
* Sat Aug 28 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.0.0.33-0.4.ea
  - Fix unused function compiler warning found in systemconf.c
  - Related: rhbz#1995150
* Sat Aug 28 2021 Martin Balao <mbalao@redhat.com> - 1:17.0.0.0.33-0.4.ea
  - Add patch to login to the NSS software token when in FIPS mode.
  - Resolves: rhbz#1996182
* Fri Aug 27 2021 Martin Balao <mbalao@redhat.com> - 1:17.0.0.0.33-0.3.ea
  - Add patch to disable non-FIPS crypto in the SUN and SunEC security providers.
  - Resolves: rhbz#1995150
* Fri Aug 27 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.0.0.33-0.2.ea
  - Minor code cleanups on FIPS detection patch and check for SECMOD_GetSystemFIPSEnabled in configure.
  - Remove unneeded Requires on NSS as it will now be dynamically linked and detected by RPM.
  - Related: rhbz#1995150
* Fri Aug 27 2021 Martin Balao <mbalao@redhat.com> - 1:17.0.0.0.33-0.2.ea
  - Detect FIPS using SECMOD_GetSystemFIPSEnabled in the new libsystemconf JDK library.
  - Related: rhbz#1995150
* Thu Aug 26 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.0.0.33-0.1.ea
  - Update RH1655466 FIPS patch with changes in OpenJDK 8 version.
  - SunPKCS11 runtime provider name is a concatenation of "SunPKCS11-" and the name in the config file.
  - Change nss.fips.cfg config name to "NSS-FIPS" to avoid confusion with nss.cfg.
  - No need to substitute path to nss.fips.cfg as java.security file supports a java.home variable.
  - Disable FIPS mode support unless com.redhat.fips is set to "true".
  - Enable alignment with FIPS crypto policy by default (-Dcom.redhat.fips=false to disable).
  - Add explicit runtime dependency on NSS for the PKCS11 provider in FIPS mode
  - Move setup of JavaSecuritySystemConfiguratorAccess to Security class so it always occurs (RH1915071)
  - Related: rhbz#1995150
* Thu Aug 26 2021 Martin Balao <mbalao@redhat.com> - 1:17.0.0.0.33-0.1.ea
  - Support the FIPS mode crypto policy (RH1655466)
  - Use appropriate keystore types when in FIPS mode (RH1818909)
  - Disable TLSv1.3 when the FIPS crypto policy and the NSS-FIPS provider are in use (RH1860986)
  - Related: rhbz#1995150
* Thu Aug 26 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.0.0.33-0.0.ea
  - Update to jdk-17+33, including JDWP fix and July 2021 CPU
  - Resolves: rhbz#1959487
* Thu Aug 26 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.0.0.26-0.5.ea
  - Use the "reverse" build loop (debug first) as the main and only build loop to get more diagnostics.
  - Remove restriction on disabling product build, as debug packages no longer have javadoc packages.
  - Resolves: rhbz#1959487
* Wed Aug 25 2021 Petra Alice Mikova <pmikova@redhat.com> - 1:17.0.0.0.26-0.4.ea
  - Fix patch rh1648249-add_commented_out_nss_cfg_provider_to_java_security.patch which made the SunPKCS provider show up again
  - Resolves: rhbz#1959487
* Wed Aug 25 2021 Severin Gehwolf <sgehwolf@redhat.com> - 1:17.0.0.0.26-0.3.ea
  - Re-enable TestSecurityProperties after inclusion of PR3695
  - Resolves: rhbz#1959487
* Wed Aug 25 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.0.0.26-0.3.ea
  - Add PR3695 to allow the system crypto policy to be turned off
  - Resolves: rhbz#1959487
* Wed Jul 14 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.0.0.26-0.2.ea
  - Remove boot JDKs in favour of OpenJDK 17 build now in the buildroot.
  - Resolves: rhbz#1959487
* Wed Jul 14 2021 Severin Gehwolf <sgehwolf@redhat.com> - 1:17.0.0.0.26-0.2.ea
  - Update buildjdkver to 17 so as to build with itself
  - Resolves: rhbz#1959487
* Tue Jul 13 2021 Jiri Vanek <jvanek@redhat.com> - 1:17.0.0.0.26-0.1.ea
  - Add gating support
  - Resolves: rhbz#1959487
* Mon Jun 21 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.0.0.26-0.0.ea
  - Rename as java-17-openjdk and bootstrap using boot JDK in local sources
  - Exclude x86 as this is not supported by OpenJDK 17
  - Resolves: rhbz#1959487
* Fri Jun 11 2021 Petra Alice Mikova <pmikova@redhat.com> - 1:17.0.0.0.26-0.0.ea.rolling
  - update sources to jdk 17.0.0+26
  - set is_ga to 0, as this is early access build
  - change vendor_version_string
  - change path to the version-numbers.conf
  - removed rmid binary from files and from slaves
  - removed JAVAC_FLAGS=-g from make command, as it breaks the build since JDK-8258407
  - add lib/libsyslookup.so to files
  - renamed lib/security/blacklisted.certs to lib/security/blocked.certs
  - add lib/libsvml.so for intel
  - skip debuginfo check for libsyslookup.so on s390x
* Thu Apr 29 2021 Jiri Vanek <jvanek@redhat.com> -  1:16.0.1.0.9-2.rolling
  - adapted to debug handling  in newer cjc
  - The rest of the "rpm 4.17" patch must NOT be backported, as on rpm 4.16 and down, it would casue double execution
  - Disable copy-jdk-configs for Flatpak builds
* Sun Apr 25 2021 Petra Alice Mikova <pmikova@redhat.com> - 1:16.0.1.0.9-1.rolling
  - update to 16.0.1+9 april cpu tag
  - dropped jdk8259949-allow_cf-protection_on_x86.patch
* Thu Mar 11 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:16.0.0.0.36-2.rolling
  - Perform static library build on a separate source tree with bundled image libraries
  - Make static library build optional
  - Based on initial work by Severin Gehwolf
* Tue Mar 09 2021 Jiri Vanek <jvanek@redhat.com> - 1:16.0.0.0.36-1.rolling
  - fixed suggests of wrong pcsc-lite-devel(x86-64) to correct pcsc-lite-libs(x86-64)
  - bumped buildjdkver to build by itself - 16
* Fri Feb 19 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:16.0.0.0.36-0.rolling
  - Update to jdk-16.0.0.0+36
  - Update tarball generation script to use git following OpenJDK's move to github
  - Update tarball generation script to use PR3823 which handles JDK-8235710 changes
  - Use upstream default for version-pre rather than setting it to "ea" or ""
  - Drop libsunec.so which is no longer generated, thanks to JDK-8235710
  - Drop unnecessary compiler flags, dating back to work on GCC 6 & 10
  - Adapt RH1750419 alt-java patch to still apply after some variable re-naming in the makefiles
  - Update filever to remove any trailing zeros, as in the OpenJDK build, and use for source filename
  - Use system harfbuzz now this is supported.
  - Pass SOURCE_DATE_EPOCH to build for reproducible builds
* Fri Feb 19 2021 Stephan Bergmann <sbergman@redhat.com> - 1:15.0.2.0.7-1.rolling
  - Hardcode /usr/sbin/alternatives for Flatpak builds
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:15.0.2.0.7-0.rolling.1
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Jan 22 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:15.0.2.0.7-0.rolling
  - Update to jdk-15.0.2.0+7
  - Add release notes for 15.0.1.0 & 15.0.2.0
  - Use JEP-322 Time-Based Versioning so we can handle a future 11.0.9.1-like release correctly.
  - Still use 15.0.x rather than 15.0.x.0 for file naming, as the trailing zero is omitted from tags.
  - Cleanup debug package descriptions and version number placement.
  - Remove unused patch files.
* Tue Jan 19 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:15.0.1.9-10.rolling
  - Use -march=i686 for x86 builds if -fcf-protection is detected (needs CMOV)
* Tue Dec 22 2020 Jiri Vanek <jvanek@redhat.com> - 1:15.0.1.9-9.rolling
  - fixed missing condition for fastdebug packages being counted as debug ones
* Sat Dec 19 2020 Jiri Vanek <jvanek@redhat.com> - 1:15.0.1.9-8.rolling
  - removed lib-style provides for fastdebug_suffix_unquoted
* Sat Dec 19 2020 Jiri Vanek <jvanek@redhat.com> - 1:15.0.1.9-6.rolling
  - many cosmetic changes taken from more maintained jdk11
  - introduced debug_arches, bootstrap_arches, systemtap_arches, fastdebug_arches, sa_arches, share_arches, shenandoah_arches, zgc_arches
    instead of various hardcoded ifarches
  - updated systemtap
  - added requires excludes for debug pkgs
  - removed redundant logic around jsa files
  - added runtime requires of lksctp-tools and libXcomposite%
  - added and used Source15 TestSecurityProperties.java, but is made always positive as jdk15 now does not honor system policies
  - s390x excluded form fastdebug build
* Thu Dec 17 2020 Andrew Hughes <gnu.andrew@redhat.com> - 1:15.0.1.9-5.rolling
  - introduced nm based check to verify alt-java on x86_64 is patched, and no other alt-java or java is patched
  - patch600 rh1750419-redhat_alt_java.patch amended to die, if it is used wrongly
  - introduced ssbd_arches with currently only valid arch of x86_64 to separate real alt-java architectures
* Wed Dec 09 2020 Jiri Vanek <jvanek@redhat.com> - 1:15.0.1.9-4.rolling
  - moved wrongly placed licenses to accompany other ones
  - this bad placement was killng parallel-installability and thus having bad impact to leapp if used
* Tue Dec 01 2020 Jiri Vanek <jvanek@redhat.com> - 1:15.0.1.9-3.rolling
  - added patch600, rh1750419-redhat_alt_java.patch, suprassing removed patch
  - no longer copying of java->alt-java as it is created by  patch600
* Mon Nov 23 2020 Jiri Vanek <jvanek@redhat.com> - 1:15.0.1.9-2.rolling
  - Create a copy of java as alt-java with alternatives and man pages
  - java-11-openjdk doesn't have a JRE tree, so don't try and copy alt-java there...
* Sun Oct 25 2020 Petra Alice Mikova <pmikova@redhat.com> - 1:15.0.1.9-1.rolling
  - updated to October CPU 2020 sources
* Thu Oct 22 2020 Severin Gehwolf <sgehwolf@redhat.com> - 1:15.0.0.36-4.rolling
  - Fix directory ownership of -static-libs sub-package.
* Fri Oct 09 2020 Jiri Vanek <jvanek@redhat.com> - 1:15.0.0.36-3.rolling
  - Build static-libs-image and add resulting files via -static-libs sub-package.
  - Disable stripping of debug symbols for static libraries part of the -static-libs sub-package.
  - JDK-8245832 increases the set of static libraries, so try and include them all with a wildcard.
  - Update static-libs packaging to new layout
* Mon Sep 21 2020 Petra Alice Mikova <pmikova@redhat.com> - 1:15.0.0.36-2.rolling
  - Add support for fastdebug builds on 64 bit architectures
* Tue Sep 15 2020 Severin Gehwolf <sgehwolf@redhat.com> - 1:15.0.0.36-1.rolling
  - Remove EA designation
  - Re-generate sources with PR3803 patch
* Mon Aug 31 2020 Petra Alice Mikova <pmikova@redhat.com> - 1:15.0.0.36-0.1.ea.rolling
  - Update to jdk 15.0.0.36 tag
  - Modify rh1648249-add_commented_out_nss_cfg_provider_to_java_security.patch
  - Update vendor version string to 20.9
  - jjs removed from packaging after JEP 372: Nashorn removal
  - rmic removed from packaging after JDK-8225319
* Mon Jul 27 2020 Severin Gehwolf <sgehwolf@redhat.com> - 1:14.0.2.12-2.rolling
  - Disable LTO so as to pass debuginfo check
* Wed Jul 22 2020 Petra Alice Mikova <pmikova@redhat.com> - 1:14.0.2.12-1.rolling
  - update to jdk 14.0.2.12 CPU version
  - remove upstreamed patch jdk8237879-make_4_3_build_fixes.patch
  - remove upstreamed patch jdk8235833-posixplatform_cpp_should_not_include_sysctl_h.patch
  - remove upstreamed patch jdk8243059-build_fails_when_with_vendor_contains_comma.patch
* Thu Jul 09 2020 Andrew Hughes <gnu.andrew@redhat.com> - 1:14.0.1.7-4.rolling
  - Re-introduce java-openjdk-src & java-openjdk-demo for system_jdk builds.
  - Fix accidental renaming of java-openjdk-devel to java-devel-openjdk.
* Thu May 14 2020 Petra Alice Mikova <pmikova@redhat.com> -  1:14.0.1.7-3.rolling
  - introduce patch jdk8235833-posixplatform_cpp_should_not_include_sysctl_h to fix build issues in rawhide
  - rename and reorganize patch sections
* Thu Apr 23 2020 Severin Gehwolf <sgehwolf@redhat.com> - 1:14.0.1.7-2.rolling
  - Fix vendor version to 20.3 (from 19.9)
* Fri Apr 17 2020 Petra Alice Mikova <pmikova@redhat.com> - 1:14.0.1.7-1.rolling
  - April security update
  - uploaded new src tarball
* Wed Apr 08 2020 Jiri Vanek <jvanek@redhat.com> - 1:14.0.0.36-4.rolling
  - set vendor property and vendor urls
  - made urls to be preconfigured by os
* Tue Mar 24 2020 Petra Alice Mikova <pmikova@redhat.com> - 1:14.0.0.36-3.rolling
  - Remove s390x workaround flags for GCC 10
  - bump buildjdkver to 14
  - uploaded new src tarball
* Mon Mar 23 2020 Petra Alice Mikova <pmikova@redhat.com> - 1:14.0.0.36-2.rolling
  - removed a whitespace causing fail of postinstall script
  - removed backslashes at the end of alternatives command
* Fri Mar 13 2020 Petra Alice Mikova <pmikova@redhat.com> - 1:14.0.0.36-1.rolling
  - update to jdk 14+36 ga build
  - remove JDK-8224851 patch, as OpenJDK 14 already contains it
  - removed pack200 and unpack200 binaries, slaves, manpages and libunpack.so library
  - added listings for jpackage binary, manpages and added slave records to alternatives
* Thu Mar 12 2020 Petra Alice Mikova <pmikova@redhat.com> - 1:13.0.2.8-4.rolling
  - add patch for build issues with make 4.3
* Thu Feb 27 2020 Severin Gehwolf <sgehwolf@redhat.com> - 1:13.0.2.8-3.rolling
  - add workaround for issues with build with GCC10 on s390x (see RHBZ#1799531)
  - fix issues with build with GCC10: JDK-8224851, -fcommon switch
* Thu Feb 27 2020 Petra Alice Mikova pmikova@redhat.com> - 1:13.0.2.8-3.rolling
  - Add JDK-8224851 patch to resolve aarch64 issues
* Tue Feb 04 2020 Petra Alice Mikova <pmikova@redhat.com> - 1:13.0.2.8-2.rolling
  - fix Release, as it was broken by last rpmdev-bumpspec
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:13.0.2.8-1.rolling.1
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Jan 17 2020 Petra Alice Mikova <pmikova@redhat.com> - 1:13.0.2.8-1.rolling
  - removed patch jdk8231405_guarantee_d_nonequals_null_failed_null_dominator_info.patch
  - removed patch jdk8231583_fix_register_clash_in_sbsa_resolve_forwarding_pointer_borrowing.patch
  - updated sources to the 13.0.2+8 tag
* Fri Oct 25 2019 Petra Alice Mikova <pmikova@redhat.com> - 1:13.0.1.9-2.rolling
  - Fixed hardcoded major version in jdk13u to macro
  - added jdk8231405_guarantee_d_nonequals_null_failed_null_dominator_info.patch
  - added jdk8231583_fix_register_clash_in_sbsa_resolve_forwarding_pointer_borrowing.patch
* Mon Oct 21 2019 Petra Alice Mikova <pmikova@redhat.com> - 1:13.0.1.9-1.rolling
  - Updated to October 2019 CPU sources
* Wed Oct 16 2019 Petra Alice Mikova <pmikova@redhat.com> - 1:13.0.0.33-3.rolling
  - synced up generate tarball script with other OpenJDK packages
  - dropped pr2126-synchronise_elliptic_curves_in_sun_security_ec_namedcurve_with_those_listed_by_nss.patch from the sources
  - regenerated sources with the updated script
* Wed Oct 02 2019 Andrew Hughes <gnu.andrew@redhat.com> - 1:13.0.0.33-3.rolling
  - Switch to in-tree SunEC code, dropping NSS runtime dependencies and patches to link against it.
* Wed Oct 02 2019 Andrew John Hughes <gnu.andrew@redhat.com> -  1:13.0.0.33-3.rolling
  - Drop unnecessary build requirement on gtk3-devel, as OpenJDK searches for Gtk+ at runtime.
  - Add missing build requirement for libXrender-devel, previously masked by Gtk3+ dependency
  - Add missing build requirement for libXrandr-devel, previously masked by Gtk3+ dependency
  - fontconfig build requirement should be fontconfig-devel, previously masked by Gtk3+ dependency
* Wed Oct 02 2019 Andrew Hughes <gnu.andrew@redhat.com> - 1:13.0.0.33-3.rolling
  - Obsolete javadoc-slowdebug and javadoc-slowdebug-zip packages via javadoc and javadoc-zip respectively.
* Tue Oct 01 2019 Severin Gehwolf <sgehwolf@redhat.com> - 1:13.0.0.33-2.rolling
  - Don't produce javadoc/javadoc-zip sub packages for the
    debug variant build.
  - Don't perform a bootcycle build for the debug variant build.
* Mon Sep 30 2019 Severin Gehwolf <sgehwolf@redhat.com> - 1:13.0.0.33-2.rolling
  - Fix vendor version as JDK 13 has been GA'ed September 2019: 19.3 => 19.9
* Wed Aug 14 2019 Petra Alice Mikova <pmikova@redhat.com> - 1:13.0.0.33-1.rolling
  - updated to 13+33 sources
  - added two manpages to file listings (jfr, jaotc)
  - set is_ga to 1 to match build from jdk.java.net
* Fri Jul 26 2019 Severin Gehwolf <sgehwolf@redhat.com> - 1:13.0.0.28-0.2.ea.rolling
  - Fix bootjdkver macro. It attempted to build with jdk 12, which is
    no longer available in rawhide (it's 13 instead).
  - Fix Release as rpmdev-bumpspec doesn't do it correctly.
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:13.0.0.28-0.1.ea.rolling.1
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Tue Jul 09 2019 Petra Alice Mikova <pmikova@redhat.com> - 1:13.0.0.28-0.1.ea.rolling
  - updated to jdk 13
  - adapted pr2126-synchronise_elliptic_curves_in_sun_security_ec_namedcurve_with_those_listed_by_nss.patch
  - adapted rh1648242-accessible_toolkit_crash_do_not_break_jvm.patch
  - fixed file listings
  - included https://src.fedoraproject.org/rpms/java-11-openjdk/pull-request/49:
  - Include 'ea' designator in Release when appropriate
  - Handle milestone as variables so we can alter it easily and set the docs zip filename appropriately
* Tue May 21 2019 Petra Alice Mikova <pmikova@redhat.com> - 1:12.0.1.12-2.rolling
  - fixed requires/provides for the non-system JDK case (backport of RHBZ#1702324)
* Thu Apr 18 2019 Petra Mikova <pmikova@redhat.com> - 1:12.0.1.12-1.rolling
  - updated sources to current CPU release
* Thu Apr 04 2019 Petra Mikova <pmikova@redhat.com> - 1:12.0.0.33-4.rolling
  - added slave for jfr binary in devel package
* Thu Mar 21 2019 Petra Mikova <pmikova@redhat.com> - 1:12.0.0.33-3.rolling
  - Replaced pcsc-lite-devel (which is in optional channel) with pcsc-lite-libs.
  - added rh1684077-openjdk_should_depend_on_pcsc-lite-libs_instead_of_pcsc-lite-devel.patch to make jdk work with pcsc
  - removed LTS string from LTS designator, because epel builds get identified as rhel and JDK 12 is not LTS
  - removed duplicated dependency on lksctp-tools
* Wed Mar 20 2019 Peter Robinson <pbrobinson@fedoraproject.org> 1:12.0.0.33-2.ea.1.rolling
  - Drop chkconfig dep, 1.7 shipped in f24
* Thu Mar 07 2019 Petra Mikova <pmikova@redhat.com> - 1:12.0.0.33-1.ea.1.rolling
  - bumped sources to jdk12+33
* Mon Feb 11 2019 Severin Gehwolf <sgehwolf@redhat.com> - 1:12.0.0.30-1.ea.1.rolling
  - Only build 'bootcycle-images docs' target and 'images docs' targets, respectively.
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:12.0.0.25-0.ea.1.rolling.1
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Dec 21 2018 Jiri Vanek <jvanek@redhat.com> - 1:12.0.0.25-0.ea.1.rolling
  - bumped sources to jdk12. Crypto list synced.
  - adapted patches to usptream (removed are upstreamed)
  - removed fixed upstreamed patch6, jdk8211105-aarch64-disable_cos_sin_and_log_intrinsics.patch:
  - renamed patch5, pr1983-rh1565658-..._sunec_provider_jdk11.patch to pr1983-rh1565658-..._sunec_provider_jdk12.patch
  - adapted patch5, pr1983-rh1565658 to jdk12 (libraries.m4 and /Lib-jdk.crypto.ec.gmk)
  - removed patch8, jdk8210416-rh1632174-compile_fdlibm_with_o2_ffp_contract_off_on_gcc_clang_arches.patch
  - removed patch9, jdk8210425-rh1632174-sharedRuntimeTrig_sharedRuntimeTrans_compiled_without_optimization.patch
  - removed patch10, jdk8210647-rh1632174. Is rummored to be in upstream
  - removed patch11, jdk8210761-rh1632174-libjsig_is_being_compiled_without_optimization.patch
  - removed patch12, jdk8210703-rh1632174-vmStructs_cpp_no_longer_compiled_with_o0
  - removed patch584, jdk8209639-rh1640127-02-coalesce_attempted_spill_non_spillable.patch
  - removed patch585, jdk8209639-rh1640127-02-coalesce_attempted_spill_non_spillable.patch
  - set build jdk to jdk11; buildjdkver set to 11
  - todo, revisit _privatelibs and slaves, discuse patch10, more?
  - now building with --no-print-directory to workaround JDK8215213
  - renamed original of docs zip to jdk-major+build
  - check shenandaoh with -XX:+UnlockExperimentalVMOptions
  - libjli moved from lib/libjli to lib
  - added lib/jspawnhelper and bin/jfr and conf/sdp/sdp.conf.template
  - added explanation to the --no-print-directory
  - re-added lts_designator_zip macro
  - added patch6 for rh1673833-remove_removal_of_wformat_during_test_compilation.patch
* Wed Dec 05 2018 Jiri Vanek <jvanek@redhat.com> - 1:11.0.1.13-10.rolling
  - for non debug supackages, ghosted all masters and slaves (rhbz1649776)
  - for tech-preview packages, if-outed versionless provides. Aligned versions to be %{epoch}:%{version}-%{release} instead of chaotic
  - Removed all slowdebug provides (rhbz1655938); for tech-preview packages also removed all internal provides
* Tue Dec 04 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.1.13-9
  - Added %global _find_debuginfo_opts -g
  - Resolves: RHBZ#1520879 (Detailed NMT issue)
* Fri Nov 30 2018 Jiri Vanek <jvanek@redhat.com> - 1:11.0.1.13-8
  - added rolling suffix to release (before dist) to prevent conflict with java-11-openjdk which now have same major version
* Mon Nov 12 2018 Jiri Vanek <jvanek@redhat.com> - 1:11.0.1.13-6
  - fixed tck failures of arraycopy and process exec with shenandoah on
  - added patch585 rh1648995-shenandoah_array_copy_broken_by_not_always_copy_forward_for_disjoint_arrays.patch
* Wed Nov 07 2018 Jiri Vanek <jvanek@redhat.com> - 1:11.0.1.13-5
  - headless' suggests of cups, replaced by Requires of cups-libs
* Thu Nov 01 2018 Jiri Vanek <jvanek@redhat.com> - 1:11.0.1.13-3
  - added Patch584 jdk8209639-rh1640127-02-coalesce_attempted_spill_non_spillable.patch
* Mon Oct 29 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.1.13-3
  - Use upstream's version of Aarch64 intrinsics disable patch:
    - Removed:
      RHBZ-1628612-JDK-8210461-workaround-disable-aarch64-intrinsic.patch
      RHBZ-1630996-JDK-8210858-workaround-disable-aarch64-intrinsic-log.patch
    - Superceded by:
      jdk8211105-aarch64-disable_cos_sin_and_log_intrinsics.patch
* Thu Oct 18 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.1.13-2
  - Use LTS designator in version output for RHEL.
* Thu Oct 18 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.1.13-1
  - Update to October 2018 CPU release, 11.0.1+13.
* Wed Oct 17 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.0.28-2
  - Use --with-vendor-version-string=18.9 so as to show original
    GA date for the JDK.
* Fri Sep 28 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.0.28-1
  - Identify as GA version and no longer as early access (EA).
  - JDK 11 has been released for GA on 2018-09-25.
* Fri Sep 28 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.ea.28-9
  - Rework changes from 1:11.0.ea.22-6. RHBZ#1632174 supercedes
    RHBZ-1624122.
  - Add patch, jdk8210416-rh1632174-compile_fdlibm_with_o2_ffp_contract_off_on_gcc_clang_arches.patch, so as to
    optimize compilation of fdlibm library.
  - Add patch, jdk8210425-rh1632174-sharedRuntimeTrig_sharedRuntimeTrans_compiled_without_optimization.patch, so
    as to optimize compilation of sharedRuntime{Trig,Trans}.cpp
  - Add patch, jdk8210647-rh1632174-libsaproc_is_being_compiled_without_optimization.patch, so as to
    optimize compilation of libsaproc (extra c flags won't override
    optimization).
  - Add patch, jdk8210761-rh1632174-libjsig_is_being_compiled_without_optimization.patch, so as to
    optimize compilation of libjsig.
  - Add patch, jdk8210703-rh1632174-vmStructs_cpp_no_longer_compiled_with_o0, so as to
    optimize compilation of vmStructs.cpp (part of libjvm.so).
  - Reinstate filtering of opt flags coming from redhat-rpm-config.
* Thu Sep 27 2018 Jiri Vanek <jvanek@redhat.com> - 1:11.0.ea.28-8
  - removed version less provides
  - javadocdir moved to arched dir as it is no longer noarch
* Thu Sep 20 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.ea.28-6
  - Add patch, RHBZ-1630996-JDK-8210858-workaround-disable-aarch64-intrinsic-log.patch,
    so as to disable log math intrinsic on aarch64. Work-around for
    JDK-8210858
* Thu Sep 13 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.ea.28-5
  - Add patch, RHBZ-1628612-JDK-8210461-workaround-disable-aarch64-intrinsic.patch,
    so as to disable dsin/dcos math intrinsics on aarch64. Work-around for
    JDK-8210461.
* Wed Sep 12 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.ea.22-6
  - Add patch, JDK-8210416-RHBZ-1624122-fdlibm-opt-fix.patch, so as to
    optimize compilation of fdlibm library.
  - Add patch, JDK-8210425-RHBZ-1624122-sharedRuntimeTrig-opt-fix.patch, so
    as to optimize compilation of sharedRuntime{Trig,Trans}.cpp
  - Add patch, JDK-8210647-RHBZ-1624122-libsaproc-opt-fix.patch, so as to
    optimize compilation of libsaproc (extra c flags won't override
    optimization).
  - Add patch, JDK-8210703-RHBZ-1624122-vmStructs-opt-fix.patch, so as to
    optimize compilation of vmStructs.cpp (part of libjvm.so).
  - No longer filter -O flags from C flags coming from
    redhat-rpm-config.
* Mon Sep 10 2018 Jiri Vanek <jvanek@redhat.com> - 1:11.0.ea.28-4
  - link to jhsdb followed its file to ifarch jit_arches ifnarch s390x
* Fri Sep 07 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.ea.28-3
  - Enable ZGC on x86_64.
* Tue Sep 04 2018 Jiri Vanek <jvanek@redhat.com> - 1:11.0.ea.28-2
  - jfr/*jfc files listed for all arches
  - lib/classlist do not exists s390, ifarch-ed via jit_arches out
* Fri Aug 31 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.ea.28-1
  - Update to latest upstream build jdk11+28, the first release
    candidate.
* Wed Aug 29 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.ea.22-8
  - Adjust system NSS patch, pr1983-rh1565658-support_using_the_system_installation_of_nss_with_the_sunec_provider_jdk11.patch, so
    as to filter -Wl,--as-needed from linker flags. Fixes FTBFS issue.
* Thu Aug 23 2018 Jiri Vanek <jvanek@redhat.com> - 1:11.0.ea.22-6
  - dissabled accessibility, fixed provides for main package's debug variant
* Mon Jul 30 2018 Jiri Vanek <jvanek@redhat.com> - 1:11.0.ea.22-5
  - now buildrequires javapackages-filesystem as the  issue with macros should be fixed
* Wed Jul 18 2018 Jiri Vanek <jvanek@redhat.com> - 1:11.0.ea.22-2
  - changed to build by itself instead of by jdk10
* Tue Jul 17 2018 Jiri Vanek <jvanek@redhat.com> - 1:11.0.ea.22-1
  - added Recommends gtk3 for main package
  - changed BuildRequires from gtk2-devel to gtk3-devel (it can be more likely dropped)
  - added Suggests lksctp-tools, pcsc-lite-devel, cups for headless package
  - see RHBZ1598152
  - added trick to catch hs_err files (sgehwolf)
  - updated to shenandaoh-jdk-11+22
* Sat Jul 07 2018 Jiri Vanek <jvanek@redhat.com> - 1:11.0.ea.20-1
  - removed patch6 JDK-8205616-systemLcmsAndJpgFixFor-rev_f0aeede1b855.patch
  - improved a bit generate_source_tarball.sh to serve also for systemtap
  - thus deleted generate_tapsets.sh
  - simplified and cleared update_package.sh
  - moved to single source jdk - from shenandoah/jdk11
  - bumped to latest jdk11+20
  - adapted PR2126 to jdk11+20
  - adapted handling of systemtap sources to new style
  - (no (misleading) version inside (full version is in name), thus different sed on tapsets and different directory)
  - shortened summaries and descriptions to around 80 chars
  - Hunspell spell checked
  - license fixed to correct jdk11 (sgehwolf)
  - more correct handling of internal libraries (sgehwolf)
  - added lib/security/public_suffix_list.dat as +20 have added it (JDK-8201815)
  - added test for shenandaoh GC presence where expected
  - Removed workaround for broken aarch64 slowdebug build
  - Removed all defattrs
  - Removed no longer necessary cleanup of diz and  debuginfo files
* Fri Jun 22 2018 Jiri Vanek <jvanek@redhat.com> - 1:11.0.ea.19-1
  - updated sources to jdk-11+19
  - added patch6 systemLcmsAndJpgFixFor-f0aeede1b855.patch to fix regression of system libraries after f0aeede1b855 commit
  - adapted pr1983-rh1565658-support_using_the_system_installation_of_nss_with_the_sunec_provider_jdk11.patch to accommodate changes after f0aeede1b855 commit
* Thu Jun 14 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.ea.16-5
  - Revert rename: java-11-openjdk => java-openjdk.
* Wed Jun 13 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.ea.16-4
  - Add aarch64 to aot_arches.
* Wed Jun 13 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.ea.16-3
  - Rename to package java-11-openjdk.
* Wed Jun 13 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.ea.16-2
  - Disable Aarch64 slowdebug build (see JDK-8204331).
  - s390x doesn't have the SA even though it's a JIT arch.
* Wed Jun 13 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.ea.16-1
  - Initial version of JDK 11 ea based on tag jdk-11+16.
  - Removed patches no longer needed or upstream:
    sorted-diff.patch (see JDK-8198844)
    JDK-8201788-bootcycle-images-jobs.patch
    JDK-8201509-s390-atomic_store.patch
    JDK-8202262-libjsig.so-extra-link-flags.patch (never was an issue on 11)
    JDK-8193802-npe-jar-getVersionMap.patch
  - Updated and renamed patches:
    java-openjdk-s390-size_t.patch => JDK-8203030-s390-size_t.patch
  - Updated patches for JDK 11:
    pr1983-rh1565658-support_using_the_system_installation_of_nss_with_the_sunec_provider_jdk11.patch
* Tue Jun 12 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:10.0.1.10-9
  - Use proper private_libs expression for filtering requires/provides.
* Fri Jun 08 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:10.0.1.10-8
  - Bump release and rebuild for fixed gdb. See RHBZ#1589118.
* Mon Jun 04 2018 Jiri Vanek <jvanek@redhat.com> - 1:10.0.1.10-7
  - quoted sed expressions, changed possibly confusing # by @
  - added vendor(origin) into icons
  - removed last trace of relative symlinks
  - added BuildRequires of javapackages-tools to fix build failure after Requires change to javapackages-filesystem
* Thu May 17 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:10.0.1.10-5
  - Move to javapackages-filesystem for directory ownership.
    Resolves RHBZ#1500288
* Mon Apr 30 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:10.0.1.10-4
  - Add JDK-8193802-npe-jar-getVersionMap.patch so as to fix
    RHBZ#1557375.
* Mon Apr 23 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:10.0.1.10-3
  - Inject build flags properly. See RHBZ#1571359
  - Added patch JDK-8202262-libjsig.so-extra-link-flags.patch
    since libjsig.so doesn't get linker flags injected properly.
* Fri Apr 20 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:10.0.1.10-2
  - Removed unneeded patches:
    PStack-808293.patch
    multiple-pkcs11-library-init.patch
    ppc_stack_overflow_fix.patch
  - Added patches for s390 Zero builds:
    JDK-8201495-s390-java-opts.patch
    JDK-8201509-s390-atomic_store.patch
  - Renamed patches for clarity:
    aarch64BuildFailure.patch => JDK-8200556-aarch64-slowdebug-crash.patch
    systemCryptoPolicyPR3183.patch => pr3183-rh1340845-support_fedora_rhel_system_crypto_policy.patch
    bootcycle_jobs.patch => JDK-8201788-bootcycle-images-jobs.patch
    system-nss-ec-rh1565658.patch => pr1983-rh1565658-support_using_the_system_installation_of_nss_with_the_sunec_provider_jdk11.patch
* Fri Apr 20 2018 Jiri Vanek <jvanek@redhat.com> - 1:10.0.1.10-1
  - updated to security update 1
  - jexec unlinked from path
  - used java-openjdk as boot jdk
  - aligned provides/requires
  - renamed zip javadoc
* Tue Apr 10 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:10.0.0.46-12
  - Enable basic EC ciphers test in %check.
* Tue Apr 10 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:10.0.0.46-11
  - Port Martin Balao's JDK 9 patch for system NSS support to JDK 10.
  - Resolves RHBZ#1565658
* Mon Apr 09 2018 Jiri Vanek <jvanek@redhat.com> - 1:10.0.0.46-10
  - jexec linked to path
* Fri Apr 06 2018 Jiri Vanek <jvanek@redhat.com> - 1:10.0.0.46-9
  - subpackage(s) replaced by sub-package(s) and other cosmetic changes
* Tue Apr 03 2018 Jiri Vanek <jvanek@redhat.com> - 1:10.0.0.46-8
  - removed accessibility sub-packages
  - kept applied patch and properties files
  - debug sub-packages renamed to slowdebug
* Fri Feb 23 2018 Jiri Vanek <jvanek@redhat.com> - 1:10.0.0.46-1
  - initial load

Files

/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/d86383ae507a71f6230bd136edf15f04106dca
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/018000320d17dc88471f3c3f0954b410d5c9c3
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/5b8fab0ea023ab03c0a52bbc3bf45ddae79605
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/a092dfd3aabea27f9674ca175328f58ac2a6f3
/usr/lib/.build-id/49
/usr/lib/.build-id/49/5fd94d3efb120099b269e0fff4eb15879ce09c
/usr/lib/.build-id/64
/usr/lib/.build-id/64/07ef103d96770a2e15940f3a5395c761e06f4d
/usr/lib/.build-id/71/54d5780704984d5e8c88226236f52825cbc0de
/usr/lib/.build-id/80/0e28d166bbc03036eb6c0c5fae217e1d1b4389
/usr/lib/.build-id/84
/usr/lib/.build-id/84/cf95178a2333ef17bb67c673173f5ba6e1f242
/usr/lib/.build-id/98/4a54a546b5b6d2c90c31bf3da7604627410d63
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/169845ba2e11e50c0ef4de4a7d0748089681ab
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/45af5ce2929b1924557a0d2fb2612f7ec44669
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/da099dde71316421a4f4536854110fddc2167e
/usr/lib/.build-id/ca/9b6884f1c2d53a0477b685bc826b30ebacb2b1
/usr/lib/.build-id/cb/105e0bfbd915ff9acbad37bd5f2ba751b9b52d
/usr/lib/.build-id/d3/f8996a11bea459800cabe10e499f7271ec7d7d
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/2a40f9c4be0bac204c0925b2d7f4859a119237
/usr/lib/.build-id/de/ca20a174c1dab5801af3f79a31cc67350863b8
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/cf4c7ae8c750100dad6e7476da3a7a4542cae5
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/a2b33cfff3e07982a99a643ccef03644e32566
/usr/lib/.build-id/f3/f20b7de3e0ada36bda9237be50f593b382460c
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/b0ee3700e428cb5d1e169e802cc962e80d1f87
/usr/lib/.build-id/f5/d187f410e918285d4ff101b04236273b541436
/usr/lib/.build-id/f5/e476c9b0356d54feb17a040797ba57cc20f8b1
/usr/lib/.build-id/fe/52a106c6533f7d240e6d97c3a3e493b5d6e9e3
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jar
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jarsigner
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/javac
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/javadoc
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/javap
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jcmd
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jconsole
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jdb
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jdeprscan
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jdeps
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jfr
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jhsdb
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jimage
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jinfo
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jlink
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jmap
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jmod
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jpackage
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jps
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jrunscript
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jshell
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jstack
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jstat
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/jstatd
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/bin/serialver
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/include
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/include/classfile_constants.h
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/include/jawt.h
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/include/jdwpTransport.h
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/include/jni.h
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/include/jvmti.h
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/include/jvmticmlr.h
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/include/linux
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/include/linux/jawt_md.h
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/include/linux/jni_md.h
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/lib/ct.sym
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/tapset
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/tapset/hotspot-17.0.3.0.7-2.el8.x86_64.stp
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/tapset/hotspot_gc-17.0.3.0.7-2.el8.x86_64.stp
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/tapset/hotspot_jni-17.0.3.0.7-2.el8.x86_64.stp
/usr/lib/jvm/java-17-openjdk-17.0.3.0.7-2.el8.x86_64/tapset/jstack-17.0.3.0.7-2.el8.x86_64.stp
/usr/share/applications/java-17-openjdk-17.0.3.0.7-2.el8.x86_64-jconsole.desktop
/usr/share/man/man1/jar-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jarsigner-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/javac-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/javadoc-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/javap-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jcmd-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jconsole-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jdb-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jdeprscan-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jdeps-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jfr-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jhsdb-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jinfo-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jlink-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jmap-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jmod-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jpackage-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jps-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jrunscript-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jshell-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jstack-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jstat-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/jstatd-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/man/man1/serialver-java-17-openjdk-17.0.3.0.7-2.el8.x86_64.1.gz
/usr/share/systemtap
/usr/share/systemtap/tapset
/usr/share/systemtap/tapset/x86_64
/usr/share/systemtap/tapset/x86_64/hotspot-17.0.3.0.7-2.el8.x86_64.stp
/usr/share/systemtap/tapset/x86_64/hotspot_gc-17.0.3.0.7-2.el8.x86_64.stp
/usr/share/systemtap/tapset/x86_64/hotspot_jni-17.0.3.0.7-2.el8.x86_64.stp
/usr/share/systemtap/tapset/x86_64/jstack-17.0.3.0.7-2.el8.x86_64.stp


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Mar 26 04:28:15 2024