Accepting request 1110246 from Java:packages

reproducible

OBS-URL: https://build.opensuse.org/request/show/1110246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/picocli?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2023-09-11 19:22:10 +00:00 committed by Git OBS Bridge
commit 84b8be420a
3 changed files with 57 additions and 47 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Sep 10 10:27:31 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Reproducible builds: Do not create timestamps with bnd wrap
-------------------------------------------------------------------
Sun Aug 27 06:46:38 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -81,8 +81,13 @@ cp %{SOURCE1} build.xml
-Djline2.jar=$(find-jar jline/jline) \
jar javadoc
echo "-reproducible: true" >> bnd.bnd
echo "-noextraheaders: true" >> bnd.bnd
echo "-snapshot: SNAPSHOT" >> bnd.bnd
# Convert to OSGi bundle
bnd wrap \
--force \
--bsn %{name} \
--version %{version} \
--output target/%{name}-%{version}.bar \