Accepting request 1105109 from Java:packages

reproducible build+

OBS-URL: https://build.opensuse.org/request/show/1105109
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/javapackages-tools?expand=0&rev=36
This commit is contained in:
Ana Guerrero 2023-08-22 06:55:01 +00:00 committed by Git OBS Bridge
commit ed4b6024d1
2 changed files with 8 additions and 1 deletions

View File

@ -515,7 +515,7 @@ index 00000000..6a0520fa
+
+ aliases = additions.split(',')
+ result = list()
+ for a in aliases:
+ for a in sorted(aliases):
+ alias = MetadataAlias.from_mvn_str(a)
+ alias.extension = artifact.extension
+ result.append(alias)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 21 14:49:36 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Modified patch:
* javapackages-6.1.0-maven-depmap.patch
+ try to make the list of aliases more reproducible
-------------------------------------------------------------------
Sun May 28 19:15:09 UTC 2023 - Fridrich Strba <fstrba@suse.com>