6
0
forked from pool/xml-security

Compare commits

...

11 Commits

Author SHA256 Message Date
19415f3efc Accepting request 1112259 from Java:packages
Do not require maven-javadoc-plugin that we don't use

OBS-URL: https://build.opensuse.org/request/show/1112259
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-security?expand=0&rev=6
2023-09-20 11:29:45 +00:00
e3b47f469a OBS-URL: https://build.opensuse.org/package/show/Java:packages/xml-security?expand=0&rev=14 2023-09-19 11:30:54 +00:00
11649c1f99 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xml-security?expand=0&rev=13 2023-09-15 10:33:15 +00:00
6e54157493 Accepting request 1110280 from Java:packages
reproducible

OBS-URL: https://build.opensuse.org/request/show/1110280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-security?expand=0&rev=5
2023-09-11 19:22:40 +00:00
ebe96dcc1d OBS-URL: https://build.opensuse.org/package/show/Java:packages/xml-security?expand=0&rev=11 2023-09-11 10:50:19 +00:00
ab7d021b53 Accepting request 965956 from Java:packages
Standalone JavaEE inconditionally

OBS-URL: https://build.opensuse.org/request/show/965956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-security?expand=0&rev=4
2022-03-30 18:36:16 +00:00
bb74155d49 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xml-security?expand=0&rev=9 2022-03-30 09:23:59 +00:00
58d5e71b42 Accepting request 962721 from Java:packages
standalone jaxb-api

OBS-URL: https://build.opensuse.org/request/show/962721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-security?expand=0&rev=3
2022-03-18 15:42:52 +00:00
69b53b0757 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xml-security?expand=0&rev=7 2022-03-18 14:15:51 +00:00
7e2c3e25ef OBS-URL: https://build.opensuse.org/package/show/Java:packages/xml-security?expand=0&rev=6 2022-03-18 14:14:59 +00:00
cc7346106d Accepting request 941287 from Java:packages
bsc#1193879, CVE-2021-40690

OBS-URL: https://build.opensuse.org/request/show/941287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-security?expand=0&rev=2
2021-12-18 19:30:06 +00:00
2 changed files with 26 additions and 2 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Sep 19 11:30:52 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Do not require maven-javadoc-plugin that we don't use
-------------------------------------------------------------------
Mon Sep 11 10:50:10 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
-------------------------------------------------------------------
Wed Mar 30 09:23:46 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build against the standalone JavaEE modules inconditionally
-------------------------------------------------------------------
Fri Mar 18 14:15:10 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build against a standalone jaxb-api artifact on systems where the
JDK does not include the JavaEE modules
-------------------------------------------------------------------
Fri Dec 17 18:37:54 UTC 2021 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package xml-security
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -58,6 +58,7 @@ This package contains javadoc for %{name}.
%pom_remove_plugin :maven-pmd-plugin
%pom_remove_plugin :maven-source-plugin
%pom_remove_plugin :maven-javadoc-plugin
%pom_xpath_remove pom:plugin/pom:configuration/pom:compilerArgs
%pom_xpath_remove pom:plugin/pom:configuration/pom:annotationProcessorPaths
@@ -69,7 +70,9 @@ This package contains javadoc for %{name}.
%{mvn_file} :%{oname} %{name} %{oname}
%build
%{mvn_build} -f -- -Dsource=8
%{mvn_build} -f -- \
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
-Dsource=8
%install
%mvn_install