1
0

Accepting request 1110612 from Java:packages

reproducible

OBS-URL: https://build.opensuse.org/request/show/1110612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlstreambuffer?expand=0&rev=4
This commit is contained in:
Ana Guerrero 2023-09-13 18:44:02 +00:00 committed by Git OBS Bridge
commit 25aed45236
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 12 12:51:36 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 23 05:57:56 UTC 2022 - Fridrich Strba <fstrba@suse.com> Wed Mar 23 05:57:56 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package xmlstreambuffer # spec file for package xmlstreambuffer
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -84,6 +84,7 @@ rm -r test/com/sun/xml/stream/buffer/stax/InscopeNamespaceTest.java
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-Dmaven.compiler.release=8 \ -Dmaven.compiler.release=8 \
%endif %endif
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
-Dsource=8 -Dsource=8
%install %install