From d111b40deddde289b4872229fa85628cfa593153 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Mon, 29 Jun 2026 14:03:04 +0200 Subject: [PATCH] Fix build with Java 17 By backporting https://src.fedoraproject.org/rpms/libserializer/c/c9aebb34c9ceeaa9eed4a0f271bed3b876b35035?branch=rawhide Resolves: RHEL-183535 --- libserializer-1.1.2.java11.patch | 6 +++--- libserializer.spec | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/libserializer-1.1.2.java11.patch b/libserializer-1.1.2.java11.patch index bd97d03..f46e5b1 100644 --- a/libserializer-1.1.2.java11.patch +++ b/libserializer-1.1.2.java11.patch @@ -6,8 +6,8 @@ description="Indicates whether source should be compiled with deprecation information" /> - - -+ -+ ++ ++ - 1.1.2-31 +- Fix build with Java 17 +- Resolves: RHEL-183535 + * Mon Aug 09 2021 Mohan Boddu - 1.1.2-30 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688