Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sops for openSUSE:Factory checked in at 2023-09-25 20:03:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sops (Old) and /work/SRC/openSUSE:Factory/.sops.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sops" Mon Sep 25 20:03:46 2023 rev:4 rq:1113387 version:3.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sops/sops.changes 2022-06-13 13:03:29.405196799 +0200 +++ /work/SRC/openSUSE:Factory/.sops.new.1770/sops.changes 2023-09-25 21:02:52.459491537 +0200 @@ -1,0 +2,56 @@ +Mon Sep 25 06:05:27 UTC 2023 - Johannes Kastl <ka...@b1-systems.de> + +- update to 3.8.0: + * Features: + - Support --version without network requests using + --disable-version-check (#1115) + - Support --input-type for updatekeys command (#1116) + * Improvements: + - pgp: modernize and improve, and add tests (#1054, #1282) + - azkv: update SDK to latest, add tests, tidy (#1067, #1092, + #1256) + - age: improve identity loading, add tests, tidy (#1064) + - kms: AWS SDK V2, allow creds config, add tests (#1065, #1257) + - gcpkms: update SDK to latest, add tests, tidy (#1072, #1255) + - hcvault: update API, add tests, tidy (#1085) + - Do not report version when upstream --version check fails + (#1124) + - Use GitHub endpoints in --version command (#1261) + - Close temporary file before invoking editor to widen support + on Windows (#1265) + - Update dependencies (#1063, #1091, #1147, #1242, #1260, + #1264, #1275, #1280, #1283) + - Deal with various deprecations of dependencies (#1113, #1262) + * Bug fixes: + - Ensure YAML comments are not displaced (#1069) + - Ensure default Google credentials can be used again after + introduction of GOOGLE_CREDENTIALS (#1249) + - Avoid duplicate logging of errors in some key sources (#1146, + #1281) + - Using --set on a root level key does no longer truncate + existing values (#899) + - Ensure stable order of SOPS parameters in dotenv file (#1101) + * Project changes: + - Update Go to 1.20 (#1148) + - Update rustc functional tests to v1.70.0 (#1234) + - Remove remaining CircleCI workflow (#1237) + - Run CLI workflow on main (#1243) + - Delete obsolete validation/ artifact (#1248) + - Rename Go module to github.com/getsops/sops/v3 (#1247) + - Revamp release automation, including (Cosign) signed + container images and checksums file, SLSA3 provenance and + SBOMs (#1250) + - Update various bits of documentation (#1244) + - Add missing --encrypt flag from Vault example (#1060) + - Add documentation on how to use age in .sops.yaml (#1192) + - Improve Make targets and address various issues (#1258) + - Ensure clean working tree in CI (#1267) + - Fix CHANGELOG.rst formatting (#1269) + - Pin GitHub Actions to full length commit SHA and add CodeQL + (#1276) + - Enable Dependabot for Docker, GitHub Actions and Go Mod + (#1277) + - Generate versioned .intoto.jsonl (#1278) + - Update CI dependencies (#1279) + +------------------------------------------------------------------- Old: ---- sops-3.7.3.obscpio sops-3.7.3.tar.gz New: ---- sops-3.8.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sops.spec ++++++ --- /var/tmp/diff_new_pack.lRGP26/_old 2023-09-25 21:02:54.515565811 +0200 +++ /var/tmp/diff_new_pack.lRGP26/_new 2023-09-25 21:02:54.519565955 +0200 @@ -1,7 +1,7 @@ # # spec file for package sops # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) specCURRENT_YEAR SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties @@ -17,8 +17,10 @@ # +%define __arch_install_post export NO_BRP_STRIP_DEBUG=true + Name: sops -Version: 3.7.3 +Version: 3.8.0 Release: 0 Summary: Simple and flexible tool for managing secrets License: MPL-2.0 @@ -38,17 +40,14 @@ %setup -q -T -D -a 1 %build -export GOFLAGS=-mod=vendor -%{goprep} go.mozilla.org/sops/v3/cmd/sops -%{gobuild} . - -#%%check -#export GOFLAGS=-mod=vendor -#%%{gotest} github.com/mozilla/sops/... +go build \ + -mod=vendor \ + -buildmode=pie \ + -o bin/sops %install -%{goinstall} -rm -rf %{buildroot}/%{_libdir}/go/contrib +# Install the binary. +install -D -m 0755 bin/%{name} "%{buildroot}/%{_bindir}/%{name}" %files %license LICENSE ++++++ _service ++++++ --- /var/tmp/diff_new_pack.lRGP26/_old 2023-09-25 21:02:54.563567545 +0200 +++ /var/tmp/diff_new_pack.lRGP26/_new 2023-09-25 21:02:54.567567689 +0200 @@ -1,22 +1,23 @@ -<?xml version="1.0"?> <services> - <service name="obs_scm" mode="localonly"> + <service name="obs_scm" mode="manual"> <param name="url">https://github.com/mozilla/sops</param> <param name="scm">git</param> <param name="filename">sops</param> - <param name="versionformat">3.7.3</param> - <param name="revision">v3.7.3</param> + <param name="versionformat">@PARENT_TAG@</param> + <param name="versionrewrite-pattern">v(.*)</param> + <param name="revision">v3.8.0</param> <param name="exclude">.git</param> - <param name="changesgenerate">enable</param> + <param name="changesgenerate">enable</param> </service> - <service name="set_version" mode="localonly"> + <service name="set_version" mode="manual"> <param name="basename">sops</param> </service> - <service name="tar" mode="localonly"/> - <service name="recompress" mode="localonly"> + <service name="tar" mode="buildtime"/> + <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> - <service name="go_modules" mode="localonly"/> + <service name="go_modules" mode="manual"> + </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.lRGP26/_old 2023-09-25 21:02:54.587568412 +0200 +++ /var/tmp/diff_new_pack.lRGP26/_new 2023-09-25 21:02:54.591568556 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/mozilla/sops</param> - <param name="changesrevision">15583bdae9e7140a24777fb2ddbec761b391b020</param></service></servicedata> + <param name="changesrevision">a750d7297bdffe4bd40bdb5c28907fea08467f17</param></service></servicedata> (No newline at EOF) ++++++ sops-3.7.3.obscpio -> sops-3.8.0.obscpio ++++++ ++++ 16175 lines of diff (skipped) ++++++ sops.obsinfo ++++++ --- /var/tmp/diff_new_pack.lRGP26/_old 2023-09-25 21:02:54.819576793 +0200 +++ /var/tmp/diff_new_pack.lRGP26/_new 2023-09-25 21:02:54.835577371 +0200 @@ -1,5 +1,5 @@ name: sops -version: 3.7.3 -mtime: 1652117395 -commit: e1edc059487ddd14236dfe47267b05052f6c20b4 +version: 3.8.0 +mtime: 1694783736 +commit: a750d7297bdffe4bd40bdb5c28907fea08467f17 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/sops/vendor.tar.gz /work/SRC/openSUSE:Factory/.sops.new.1770/vendor.tar.gz differ: char 4, line 1