update to 0.11.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/melange?expand=0&rev=59
This commit is contained in:
parent
adc0be279b
commit
8d611150f7
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/chainguard-dev/melange</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.10.4</param>
|
||||
<param name="revision">v0.11.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/chainguard-dev/melange</param>
|
||||
<param name="changesrevision">f8a5fa9760d3fc406aad71fc7eb42380432c7c00</param></service></servicedata>
|
||||
<param name="changesrevision">751494ab1c257e8e03ce3ec76bfb521846b032f9</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39c1a6170fe990aca6631ce56589264cdaab4ba163b3f751387cb6b0847fe235
|
||||
size 4486156
|
3
melange-0.11.0.obscpio
Normal file
3
melange-0.11.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db3ba13986bbbc13f3725d12303710848fab74cb0149c50585470fa5072e3ef8
|
||||
size 4486668
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 16 20:19:17 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.11.0:
|
||||
* Apply variables to workdir within a range
|
||||
* Add update.exclude-reason field.
|
||||
* fix(pipelines): Use contextdir instead of destdir in a few
|
||||
places
|
||||
* remove defunct reference to k8s runner
|
||||
* drop extra generate
|
||||
* update Makefile
|
||||
* drop make generate from verify.yaml
|
||||
* drop allowedPrefixes
|
||||
* don't SCA-generate so: provides for libs not directly in lib
|
||||
dirs
|
||||
* drop lima runner
|
||||
* fix bug, test passes
|
||||
* short circuit analyze on no-provides (demonstrate bug?)
|
||||
* fail on diff
|
||||
* go generate in e2e testS
|
||||
* better SCA e2e tests
|
||||
* try this
|
||||
* try this
|
||||
* another fix
|
||||
* default key name
|
||||
* unexport more
|
||||
* drop example
|
||||
* refactor Keygen opts to a struct
|
||||
* fix(cargo/build): test for non-zero length
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 16:55:40 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: melange
|
||||
version: 0.10.4
|
||||
mtime: 1720586768
|
||||
commit: f8a5fa9760d3fc406aad71fc7eb42380432c7c00
|
||||
version: 0.11.0
|
||||
mtime: 1721148732
|
||||
commit: 751494ab1c257e8e03ce3ec76bfb521846b032f9
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: melange
|
||||
Version: 0.10.4
|
||||
Version: 0.11.0
|
||||
Release: 0
|
||||
Summary: Build APKs from source code
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a54ebda9741940630eb400fe070cdff62be96c5d01307553a6c3870066369c89
|
||||
size 9945721
|
||||
oid sha256:3eac1915ae28117b2605f1427aed9da4ee06b9292d8b75d29000fed6b0afdf7a
|
||||
size 9945768
|
||||
|
Loading…
Reference in New Issue
Block a user