Accepting request 1130889 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/1130889 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/melange?expand=0&rev=6
This commit is contained in:
commit
16faeb179c
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/chainguard-dev/melange</param>
|
<param name="url">https://github.com/chainguard-dev/melange</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v0.5.3</param>
|
<param name="revision">v0.5.4</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/chainguard-dev/melange</param>
|
<param name="url">https://github.com/chainguard-dev/melange</param>
|
||||||
<param name="changesrevision">728624ec624ea06a461c8fbbc1feabe1fd8569b9</param></service></servicedata>
|
<param name="changesrevision">bc76a3708fdc91882817652237cbe73bcc5f4591</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9f2367afecc605f7495e14bd48fe56352f7bcc6adc1616ae5aac14f414d56d44
|
|
||||||
size 4150796
|
|
3
melange-0.5.4.obscpio
Normal file
3
melange-0.5.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:491a62f88ed13b11d556158972ad263af89387055eb24995d5ef86189e80a38f
|
||||||
|
size 4239372
|
@ -1,3 +1,51 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 05 06:06:45 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 0.5.4:
|
||||||
|
* build(deps): bump golang.org/x/sys from 0.14.0 to 0.15.0
|
||||||
|
* build(deps): bump chainguard.dev/apko
|
||||||
|
* build(deps): bump k8s.io/client-go from 0.28.3 to 0.28.4
|
||||||
|
* schema: update for new test pipeline configuration
|
||||||
|
* build(deps): bump github.com/klauspost/compress from 1.17.2 to
|
||||||
|
1.17.4
|
||||||
|
* build(deps): bump google.golang.org/api from 0.150.0 to 0.152.0
|
||||||
|
* fix issue
|
||||||
|
* cleanup: don't use pkg/errors
|
||||||
|
* fix bad merge.
|
||||||
|
* Default to package.name, but allow overrides, add example docs
|
||||||
|
for specifying which package, and version to test.
|
||||||
|
* argh, fix typo.
|
||||||
|
* Add tests, simplify code.
|
||||||
|
* e2e tests for `test` command.
|
||||||
|
* checkpoint.
|
||||||
|
* Add test command / implementation.
|
||||||
|
* alphabetize commands, add test.
|
||||||
|
* Refactor so can be used with test and build.
|
||||||
|
* config struct changes for test.
|
||||||
|
* Add autogenerated 'test' docs.
|
||||||
|
* make docs-repo
|
||||||
|
* remove unnecessary wait for testing
|
||||||
|
* support resource requests and timeouts
|
||||||
|
* UTC-ify source date epoch when set
|
||||||
|
* Fix capitalization of SBOM originators
|
||||||
|
* Fix the lint warnings in pkg/linter
|
||||||
|
* Fix lints, or ignore safe ones. No functional changes.
|
||||||
|
* prefix should be /usr
|
||||||
|
* Ensure jsonschema is kept up to date.
|
||||||
|
* Add jsonschema generation binary.
|
||||||
|
* build(deps): bump go.opentelemetry.io/otel from 1.20.0 to
|
||||||
|
1.21.0
|
||||||
|
* build(deps): bump k8s.io/apimachinery from 0.28.3 to 0.28.4
|
||||||
|
* build(deps): bump sigs.k8s.io/release-utils from 0.7.6 to 0.7.7
|
||||||
|
* fix and continuously validate SBOMs
|
||||||
|
* make docs-repo
|
||||||
|
* default --use-github=true
|
||||||
|
* fix docs
|
||||||
|
* convert python: don't overwrite existing files
|
||||||
|
* format manifests with yam
|
||||||
|
* fix docs for --runner
|
||||||
|
* improve 'melange convert python' to remove manual steps
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 16 14:23:15 UTC 2023 - kastl@b1-systems.de
|
Thu Nov 16 14:23:15 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: melange
|
name: melange
|
||||||
version: 0.5.3
|
version: 0.5.4
|
||||||
mtime: 1700056908
|
mtime: 1701721716
|
||||||
commit: 728624ec624ea06a461c8fbbc1feabe1fd8569b9
|
commit: bc76a3708fdc91882817652237cbe73bcc5f4591
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||||
|
|
||||||
Name: melange
|
Name: melange
|
||||||
Version: 0.5.3
|
Version: 0.5.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Build APKs from source code
|
Summary: Build APKs from source code
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:63d44f95db7393669be0eb112f50da80831be486801f424f874bf71b0a8e48f4
|
oid sha256:df5c25365fcb9ce244ad25d38706994d2123c8fec64ee20718a07f8ddb1c8d43
|
||||||
size 11074835
|
size 11322680
|
||||||
|
Loading…
Reference in New Issue
Block a user