From 929b116999857b5478a5762f87f82bb3f464e56b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 9 Jul 2024 16:33:38 +0800 Subject: [PATCH] Bugfix for CVE-2023-22067 --- java-1.8.0-openjdk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index c161aea..35d3e9f 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -13,7 +13,7 @@ # Only produce a release build on x86_64: # $ rhpkg mockbuild --without slowdebug --without fastdebug # -%global anolis_release 2 +%global anolis_release 2 # Enable fastdebug builds by default on relevant arches. %bcond_without fastdebug # Enable slowdebug builds by default on relevant arches. -- Gitee