Skip to content

Commit

Permalink
Update jboss-logmanager to version 2.0.4 / rev 2 via SR 1109966
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1109966
by user fstrba + anag+factory
Reproducible builds improvement
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 10, 2023
1 parent 7c2f3b0 commit 3918aee
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
Binary file modified packages/j/jboss-logmanager/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/j/jboss-logmanager/.rev
Expand Up @@ -7,4 +7,12 @@
<comment>new package</comment>
<requestid>748475</requestid>
</revision>
<revision rev="2" vrev="2">
<srcmd5>a413020e4c1f7f78c563030f1784f32a</srcmd5>
<version>2.0.4</version>
<time>1694344238</time>
<user>anag+factory</user>
<comment>Reproducible builds improvement</comment>
<requestid>1109966</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/j/jboss-logmanager/jboss-logmanager.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 9 14:16:40 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Wed Nov 13 14:44:36 UTC 2019 - Fridrich Strba <fstrba@suse.com>

Expand Down
6 changes: 4 additions & 2 deletions packages/j/jboss-logmanager/jboss-logmanager.spec
@@ -1,7 +1,7 @@
#
# spec file for package jboss-logmanager
#
# 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 @@ -50,7 +50,9 @@ This package contains the API documentation for %{name}.
%pom_remove_plugin :maven-source-plugin

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

%install
%mvn_install
Expand Down

0 comments on commit 3918aee

Please sign in to comment.