Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xml-security for openSUSE:Factory checked in at 2022-03-18 16:42:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xml-security (Old) and /work/SRC/openSUSE:Factory/.xml-security.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xml-security" Fri Mar 18 16:42:52 2022 rev:3 rq:962721 version:2.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/xml-security/xml-security.changes 2021-12-18 20:30:48.918261512 +0100 +++ /work/SRC/openSUSE:Factory/.xml-security.new.25692/xml-security.changes 2022-03-18 16:43:12.101227107 +0100 @@ -1,0 +2,6 @@ +Fri Mar 18 14:15:10 UTC 2022 - Fridrich Strba <[email protected]> + +- Build against a standalone jaxb-api artifact on systems where the + JDK does not include the JavaEE modules + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xml-security.spec ++++++ --- /var/tmp/diff_new_pack.o5Osx0/_old 2022-03-18 16:43:12.533227416 +0100 +++ /var/tmp/diff_new_pack.o5Osx0/_new 2022-03-18 16:43:12.537227420 +0100 @@ -1,7 +1,7 @@ # # spec file for package xml-security # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,6 +38,9 @@ BuildRequires: mvn(xerces:xercesImpl) BuildRequires: mvn(xml-apis:xml-apis) BuildArch: noarch +%if 0%{?suse_version} > 1500 +BuildRequires: mvn(javax.xml.bind:jaxb-api) +%endif %description Apache XML Security for Java supports XML-Signature Syntax and Processing, @@ -63,6 +66,10 @@ %pom_xpath_remove pom:profiles +%if 0%{?suse_version} > 1500 +%pom_add_dep javax.xml.bind:jaxb-api::provided +%endif + %{mvn_file} :%{oname} %{name} %{oname} %build
