7
0
2023-09-13 06:16:24 +00:00
committed by Git OBS Bridge
parent 63d2a40747
commit 6b2f319780
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 13 06:15:56 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
-------------------------------------------------------------------
Sat Apr 30 02:52:57 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>

View File

@@ -54,7 +54,8 @@ Group: Documentation/HTML
API documentation for %{name}.
%build
%{mvn_build} -f
%{mvn_build} -f -- \
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ)
%install
%mvn_install