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.

Resolves: https://issues.redhat.com/browse/RHEL-30061
This commit is contained in:
Marco Fargetta 2023-12-04 11:16:17 +01:00 committed by Endi S. Dewata
parent 02e874c260
commit 4c5b357247
1 changed files with 4 additions and 1 deletions

View File

@ -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 Marco Fargetta <mfargett@redhat.com> - 2.2.11-12
- Update requiremnts to avoid conflicts with jaxb module packages
* Tue Aug 07 2018 Fraser Tweedale <ftweedal@redhat.com> - 2.2.11-11
- Avoid dependencies on msv and glassfish-dtd-parser