Accepting request 1237036 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/1237036 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/melange?expand=0&rev=57
This commit is contained in:
commit
6ffcfa8eb0
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.18.3</param>
|
||||
<param name="revision">v0.19.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/chainguard-dev/melange</param>
|
||||
<param name="changesrevision">fe103190cecea4938e1bbeb88e3179023cc69c2e</param></service></servicedata>
|
||||
<param name="changesrevision">1c0002b45a39afb617493c0cce16ce21ecb3411d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af2ceedbb3601eb3b677d6143905a76e97368cf8810c5e3540a86933eb244871
|
||||
size 5410829
|
3
melange-0.19.0.obscpio
Normal file
3
melange-0.19.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b3d5630775b144d8421ab4041d1de5e6e20bbd774ed26737ffc12d881bc14d3
|
||||
size 5419533
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 11 12:10:16 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.19.0:
|
||||
* feat: add support to add and drop linux capabilities (#1702)
|
||||
* Update pkg/build/pipeline.go
|
||||
* Update pkg/build/pipeline.go
|
||||
* build(deps): bump golang.org/x/time from 0.8.0 to 0.9.0
|
||||
* build(deps): bump github.com/invopop/jsonschema from 0.12.0 to
|
||||
0.13.0
|
||||
* build(deps): bump golang.org/x/sys from 0.28.0 to 0.29.0
|
||||
* build(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to
|
||||
5.13.1
|
||||
* minor go cleanup
|
||||
* minor go cleanup
|
||||
* build(deps): bump sigs.k8s.io/release-utils from 0.8.5 to 0.9.0
|
||||
* Fix(piepline): use correct comment systax
|
||||
* fix: Move the go mod tidy after cd to modrootfeat: Check if
|
||||
go.mod file exiest in modroot dir to ensure modroot is set
|
||||
correctly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 30 07:23:42 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: melange
|
||||
version: 0.18.3
|
||||
mtime: 1735089842
|
||||
commit: fe103190cecea4938e1bbeb88e3179023cc69c2e
|
||||
version: 0.19.0
|
||||
mtime: 1736508898
|
||||
commit: 1c0002b45a39afb617493c0cce16ce21ecb3411d
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package melange
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: melange
|
||||
Version: 0.18.3
|
||||
Version: 0.19.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:95b5bd83ffd31e155ebf22cac0dd3235006b084fef48932ebd01eea186959ab5
|
||||
size 12883471
|
||||
oid sha256:8c1bb3dabe01453b4f741d38881245690a656416e48c90c2fde39982b55ed088
|
||||
size 12937958
|
||||
|
Loading…
Reference in New Issue
Block a user