Accepting request 1143833 from home:ojkastl_buildservice:Branch_devel_tools_building
update to 0.5.7 OBS-URL: https://build.opensuse.org/request/show/1143833 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/melange?expand=0&rev=18
This commit is contained in:
parent
d884b28170
commit
b32b1c3e5f
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.5.6</param>
|
||||
<param name="revision">v0.5.7</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">eb44fc3229f8047d17171cf70ed727b13a9a7642</param></service></servicedata>
|
||||
<param name="changesrevision">13c0c4e2b866b1d00cc8253603262349da49945d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c6759c89d41d51a66bc53fc213ce4d765714464e3fde0f583b53e5453f44b71
|
||||
size 4289036
|
3
melange-0.5.7.obscpio
Normal file
3
melange-0.5.7.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7cbe1f799d6ff21749827ced7962113fbe8b3fda52895e47db409d241cf716c
|
||||
size 4384780
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 03 17:40:41 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.5.7:
|
||||
* Pass the correct env.env to the container.
|
||||
* test: skip when executing on an unsupported arch
|
||||
* melamge bump: only update expected commit shas for the main
|
||||
git-checkout
|
||||
* stop logging tons of "detected git commit for build
|
||||
configuration" when parsing melage config
|
||||
* Embed melange version in .PKGINFO
|
||||
* Fix missing no-depends check
|
||||
* build(deps): bump google.golang.org/api from 0.154.0 to 0.161.0
|
||||
* build(deps): bump github.com/kubescape/go-git-url from 0.0.26
|
||||
to 0.0.27
|
||||
* build(deps): bump github.com/chainguard-dev/yam
|
||||
* Bump apko to v0.14.0
|
||||
* Update CODE_OF_CONDUCT.md
|
||||
* Update CODE_OF_CONDUCT.md
|
||||
* Switch to octo-sts-action (#968)
|
||||
* build(deps): bump actions/upload-artifact from 4.0.0 to 4.3.0
|
||||
* warn on invalid license, log SCA findings
|
||||
* unexport some methods in pkg/sbom
|
||||
* Fix aws-c-s3 SCA
|
||||
* Don't include libexec directories in SCA includes
|
||||
* tidy
|
||||
* drop the lima runner
|
||||
* Take advantage of Octo STS to publish homebrew updates. (#956)
|
||||
* Pin to digest for setup-go in melange
|
||||
* build(deps): bump actions/download-artifact from 4.1.0 to 4.1.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 23 18:00:07 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: melange
|
||||
version: 0.5.6
|
||||
mtime: 1705734175
|
||||
commit: eb44fc3229f8047d17171cf70ed727b13a9a7642
|
||||
version: 0.5.7
|
||||
mtime: 1706928931
|
||||
commit: 13c0c4e2b866b1d00cc8253603262349da49945d
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: melange
|
||||
Version: 0.5.6
|
||||
Version: 0.5.7
|
||||
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:d2d92b9acbb68ba8bab3ee609e1af290b22aa7eae5bb6931bd53328360d7617d
|
||||
size 11360953
|
||||
oid sha256:c49efd5668c66c111fd8682ea7489686b7255f30e27e034586ad6ba2b3078447
|
||||
size 11420924
|
||||
|
Loading…
Reference in New Issue
Block a user