Skip to content

Commit

Permalink
Update osgi-service-jdbc to version 1.0.0 / rev 2 via SR 1110278
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1110278
by user fstrba + anag+factory
reproducible
  • Loading branch information
fstrba authored and bmwiedemann committed Sep 11, 2023
1 parent 28c8aad commit 677c6d8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
Binary file modified packages/o/osgi-service-jdbc/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/o/osgi-service-jdbc/.rev
Expand Up @@ -7,4 +7,12 @@
<comment>dep of h2database. c.f. https://build.opensuse.org/request/show/1069922</comment>
<requestid>1073664</requestid>
</revision>
<revision rev="2" vrev="2">
<srcmd5>7664d60bba3fb5c18875910f4fc2c49c</srcmd5>
<version>1.0.0</version>
<time>1694460158</time>
<user>anag+factory</user>
<comment>reproducible</comment>
<requestid>1110278</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/o/osgi-service-jdbc/osgi-service-jdbc.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 11 10:45:35 UTC 2023 - Fridrich Strba <fstrba@suse.com>

- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

-------------------------------------------------------------------
Tue Sep 8 16:48:09 UTC 2020 - Matthias Mailänder <mailaender@opensuse.org>

Expand Down
5 changes: 3 additions & 2 deletions packages/o/osgi-service-jdbc/osgi-service-jdbc.spec
@@ -1,7 +1,7 @@
#
# spec file for package osgi-service-jdbc
#
# Copyright (c) 2020 SUSE LLC
# 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 @@ -69,7 +69,8 @@ cp -p %{SOURCE1} pom.xml
</build>'

%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
Expand Down

0 comments on commit 677c6d8

Please sign in to comment.