Skip to content

Commit

Permalink
Update jetty-schemas to version 4.0.3 / rev 2 via SR 1109973
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1109973
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent a80bb85 commit 0e0ad06
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
Binary file modified packages/j/jetty-schemas/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/j/jetty-schemas/.rev
Expand Up @@ -7,4 +7,12 @@
<comment>new package</comment>
<requestid>745808</requestid>
</revision>
<revision rev="2" vrev="2">
<srcmd5>471b6d609ce2589deb22da270c11c92a</srcmd5>
<version>4.0.3</version>
<time>1694344244</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109973</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/j/jetty-schemas/.servicemark

This file was deleted.

5 changes: 5 additions & 0 deletions packages/j/jetty-schemas/jetty-schemas.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 14:25:29 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Tue Nov 5 15:00:40 UTC 2019 - Fridrich Strba <fstrba@suse.com>

Expand Down
5 changes: 3 additions & 2 deletions packages/j/jetty-schemas/jetty-schemas.spec
@@ -1,7 +1,7 @@
#
# spec file for package jetty-schemas
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# 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
Expand Down Expand Up @@ -40,7 +40,8 @@ BuildArch: noarch
%pom_remove_plugin :maven-source-plugin

%build
%{mvn_build}
%{mvn_build} -f -- \
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ)

%install
%mvn_install
Expand Down

0 comments on commit 0e0ad06

Please sign in to comment.