Compare commits

...

10 Commits
rawhide ... f35

Author SHA1 Message Date
Andrew Hughes b25ce3ac0e Merge rawhide into f35 2022-08-22 01:39:47 +01:00
Andrew Hughes cdd7689405 Merge rawhide into f35 2022-07-24 22:47:23 +01:00
Andrew Hughes 169d1eef69 Merge rawhide into f35 2022-07-08 02:51:25 +01:00
Jiri Vanek 5f0d52e6de Merge branch 'f36' into f35 2022-06-15 15:54:36 +02:00
Jiri Vanek bac3d24299 Merge branch 'rawhide' into f36 2022-06-15 15:53:06 +02:00
Jiri 39fcd54de7 Reverted: moved to become system jdk; not applicable to f35 and down 2022-04-28 16:34:27 +02:00
Jiri e5bfe5ebd7 Merge branch 'rawhide' into f35 2022-04-28 16:24:02 +02:00
Jiri Vanek 4a0e4e4a50 Merge branch 'rawhide' into f36 2022-04-28 14:22:59 +02:00
Andrew John Hughes b44b85d73d java-17-openjdk should depend on itself to build, not java-latest-openjdk which is now OpenJDK 18 2022-03-31 02:08:05 +01:00
Andrew John Hughes 77140de531 java-17-openjdk should depend on itself to build, not java-latest-openjdk which is now OpenJDK 18 2022-03-31 02:06:13 +01:00
1 changed files with 1 additions and 4 deletions

View File

@ -100,7 +100,7 @@
# while JDK is a techpreview(is_system_jdk=0), some provides are turned off. Once jdk stops to be an techpreview, move it to 1
# as sytem JDK, we mean any JDK which can run whole system java stack without issues (like bytecode issues, module issues, dependencies...)
%global is_system_jdk 1
%global is_system_jdk 0
%global aarch64 aarch64 arm64 armv8
# we need to distinguish between big and little endian PPC64
@ -2770,9 +2770,6 @@ cjc.mainProgram(args)
- 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.
* Fri Feb 04 2022 Jiri Vanek <jvanek@redhat.com> - 1:17.0.2.0.8-4
- moved to become system jdk
* Fri Feb 04 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.2.0.8-2
- Temporarily move x86 to use Zero in order to get a working build
- Replace -mstackrealign with -mincoming-stack-boundary=2 -mpreferred-stack-boundary=4 on x86_32 for stack alignment