diff --git a/_service b/_service index 85919d4..8d72b38 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/chainguard-dev/melange git .git - v0.13.6 + v0.14.8 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index b821db2..0edd940 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/chainguard-dev/melange - 0900229dc8a4b90e8ad950ffb44e0acee502b996 \ No newline at end of file + 1cbadb01479998301f8dfba24cde8da47cd148b2 \ No newline at end of file diff --git a/melange-0.13.6.obscpio b/melange-0.13.6.obscpio deleted file mode 100644 index 9a1ec88..0000000 --- a/melange-0.13.6.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:284e9fce4623043cb9ee675012cdd2025d2483023e6509236aca8dccd4ab7b69 -size 4590604 diff --git a/melange-0.14.8.obscpio b/melange-0.14.8.obscpio new file mode 100644 index 0000000..2c2714d --- /dev/null +++ b/melange-0.14.8.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722fed46b73e85026553b1ffffafbf901101684ebc0d48c157d45c623a7a9ddb +size 4616716 diff --git a/melange.changes b/melange.changes index 2790af0..126cd4d 100644 --- a/melange.changes +++ b/melange.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Thu Oct 24 08:27:07 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.14.8: + * fix(bubblewrap_runner): run as build 1000 by default (#1572) + * use --target-dir to target with cargo build + * pass --release as default opts + * allow passing more than one opts to cargo build + +------------------------------------------------------------------- +Wed Oct 23 16:42:33 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.14.7: + * fix breakage + * go mod tidy + * bump apko dep to fix modtime issue + +------------------------------------------------------------------- +Wed Oct 23 16:28:25 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.14.6: + * fix(build): require build config repo URL + * add build base to cargo-build pipeline + +------------------------------------------------------------------- +Wed Oct 23 09:27:57 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.14.5 (0.14.4 was not properly released): + * fix(sbom): unique package IDs for upstream source + * test: (tdd) add failing test for dup spdx IDs + +------------------------------------------------------------------- +Wed Oct 23 09:17:45 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.14.3: + * fix(build): use fallback values at entrypoint for git info + * fix(build): use the config file dir path for git detection + +------------------------------------------------------------------- +Wed Oct 23 09:13:43 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.14.2: + * ci: add workflow to tag releases daily + +------------------------------------------------------------------- +Wed Oct 23 09:08:38 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.14.1: + * Do not specify versions during 'melange test' (Revert #1579 and + #1518) + +------------------------------------------------------------------- +Wed Oct 23 08:56:22 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.14.0: + * fix(build): make git autodetection best effort + * test: use x86_64 for build int tests + * move sbom test inside build test + * test(build): favor bwrap, fallback to docker + * chore: dedup test targets in makefile + * docs: run make docs-repo + * try qemu runner + * test: remove e2e tests for SBOM external refs + * unique SPDX IDs for multiple git repo checkouts + * chore: add make target for integration tests + * test: add integration test for build and SBOMs + * chore: bump Go version + * feat(sbom): overhaul SBOM generation logic + +------------------------------------------------------------------- +Wed Oct 23 08:47:47 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.13.7: + * Pin the package version with ~ rather than =. + * build(deps): bump google.golang.org/api from 0.200.0 to 0.201.0 + * build(deps): bump cloud.google.com/go/storage from 1.44.0 to + 1.45.0 + * bublewrap_runner: add /sys mount + * fix lint finding + * pipe it through cli + * cleanup glow up + * fix(qemu): fix missing pty allocation for debug shell in qemu + runners + * Do not add a cmd:awk dependency as nothing will ever provide + cmd:awk + * fix formatting lint + * fix(test): update tests to reflect new struct + * fix(qemu): fix failing test pipeline when using qemu runner + * fix test + * Pin the package version used during tests + ------------------------------------------------------------------- Wed Oct 16 07:52:03 UTC 2024 - opensuse_buildservice@ojkastl.de diff --git a/melange.obsinfo b/melange.obsinfo index 6aa8cab..c80e372 100644 --- a/melange.obsinfo +++ b/melange.obsinfo @@ -1,4 +1,4 @@ name: melange -version: 0.13.6 -mtime: 1729024044 -commit: 0900229dc8a4b90e8ad950ffb44e0acee502b996 +version: 0.14.8 +mtime: 1729703195 +commit: 1cbadb01479998301f8dfba24cde8da47cd148b2 diff --git a/melange.spec b/melange.spec index b7076e3..1f9507c 100644 --- a/melange.spec +++ b/melange.spec @@ -16,17 +16,18 @@ # -%define __arch_install_post export NO_BRP_STRIP_DEBUG=true - Name: melange -Version: 0.13.6 +Version: 0.14.8 Release: 0 Summary: Build APKs from source code License: Apache-2.0 URL: https://github.com/chainguard-dev/melange Source: melange-%{version}.tar.gz Source1: vendor.tar.gz +BuildRequires: bash-completion +BuildRequires: fish BuildRequires: go >= 1.23 +BuildRequires: zsh %description Build apk packages using declarative pipelines. @@ -101,8 +102,8 @@ mkdir -p %{buildroot}%{_datarootdir}/fish/vendor_completions.d/ %{buildroot}/%{_bindir}/%{name} completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{name}.fish # create the zsh completion file -mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/ -%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_%{name} +mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/ +%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_%{name} %files %doc README.md @@ -110,17 +111,12 @@ mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/ %{_bindir}/%{name} %files -n %{name}-bash-completion -%dir %{_datarootdir}/bash-completion/completions/ %{_datarootdir}/bash-completion/completions/%{name} %files -n %{name}-fish-completion -%dir %{_datarootdir}/fish -%dir %{_datarootdir}/fish/vendor_completions.d %{_datarootdir}/fish/vendor_completions.d/%{name}.fish %files -n %{name}-zsh-completion -%defattr(-,root,root) -%dir %{_datarootdir}/zsh_completion.d/ -%{_datarootdir}/zsh_completion.d/_%{name} +%{_datarootdir}/zsh/site-functions/_%{name} %changelog diff --git a/vendor.tar.gz b/vendor.tar.gz index 794ad68..85b31d1 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d55f3d7def069700c779e61578269559215b08db67130427668d891071434e5 -size 12599772 +oid sha256:3f9e81f60c5ea16632e99b3a0d57ac09d3cdd70612a4bf480f61e7c152e6384d +size 12637644