From 143d3f61222b6517e76ed3210de99c13feea8945 Mon Sep 17 00:00:00 2001 From: Marco Fargetta Date: Mon, 4 Dec 2023 11:16:17 +0100 Subject: [PATCH] Update requirements Some build requirements are provided from multiple modules and there could be conflicts when the package is built. Packages from jaxb module are newer but they are compiled with java11. This package has to be compiled with java8 so the compilation was failing. To get the correct package a version an upper limit is specified. --- glassfish-jaxb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glassfish-jaxb.spec b/glassfish-jaxb.spec index 0675b24..5a30ecf 100644 --- a/glassfish-jaxb.spec +++ b/glassfish-jaxb.spec @@ -1,6 +1,6 @@ Name: glassfish-jaxb Version: 2.2.11 -Release: 11%{?dist} +Release: 12%{?dist} Summary: JAXB Reference Implementation License: CDDL-1.1 and GPLv2 with exceptions @@ -213,6 +213,9 @@ This package contains the API documentation for %{name}. %changelog +* Mon Dec 04 2023 Fraser Tweedale - 2.2.11-12 +- Update requiremnts to avoid conflicts with jaxb module packages + * Tue Aug 07 2018 Fraser Tweedale - 2.2.11-11 - Avoid dependencies on msv and glassfish-dtd-parser