Commit Graph

6 Commits

Author SHA1 Message Date
Marco Fargetta 30968b0908 Fix change attribution 2023-12-04 18:19:19 +01:00
Marco Fargetta 143d3f6122 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.
2023-12-04 11:16:17 +01:00
Marco Fargetta 1298df2df2 Fix version for fastinfoset build requirement
"fastinfoset" is present in version 1.2.13 in "pki-deps" module  and in
version 2.1.0 as part of jaxb module and if version is not specified the
latest get installed.

The jaxb module is built using java 11 (it is required) but
the glassfish-jaxb is built using java 8 so it fails.

Limiting the stax-ex version to < 2.0 will install the 1.2.13
and the package can be built.
2023-12-01 17:13:08 +01:00
Marco Fargetta b1c482d39b Fix version for stax-ex build requirement
"stax-ex" is present in version 1.7.7 from AppStream and in
version 2.1.0 as part of jaxb module and if version is not specified the
latest get installed.

The jaxb module is built using java 11 (it is required) but
the glassfish-jaxb is built using java 8 so it fails.

Limiting the stax-ex version to < 2.0 will install the 1.7.7
and the package can be built.
2023-11-30 18:52:58 +01:00
Marco Fargetta 16f367186d Fix version for istack-commons-* build requirement
"istack-commons-*" are present in version 2.21.9 from AppStream and in
version 4.1.1 as part of jaxb module and if version is not specified the
latest get installed.

The 4.1.1 from jaxb module is built using java 11 (it is required) but
the glassfish-jaxb is built using java 8 so it fails.

Limiting the istack-commons-* version to < 3.0 will install the 2.1.1
and the package can be built.
2023-11-30 11:11:47 +01:00
James Antill 5496845533 Import rpm: 081e5f6557eacaf566b4d4c513b62b9ee0c7b80e 2022-08-08 13:56:53 -04:00