6
0
forked from pool/netty
2023-09-13 04:57:25 +00:00
committed by Git OBS Bridge
parent c1629c13cd
commit c825ca70ec
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 13 04:55:29 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 23 08:44:41 UTC 2023 - Fridrich Strba <fstrba@suse.com> Fri Jun 23 08:44:41 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@@ -233,7 +233,9 @@ unzip %{SOURCE2} -d transport-native-unix-common/target/netty-jni-util
%build %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 %install
%mvn_install %mvn_install