From 327e68eaa0a3bce060c9a1cba26be5fa4dbfd7e2 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 8 Sep 2022 15:21:20 -0700 Subject: [PATCH] - New release: 35.7 (bcl) - spec: Move %gometa macro above %gourl (bcl) - weldr: When starting a compose pass size as bytes, not MiB (bcl) - tests: Use correct size value in bytes for test (bcl) - workflow: Add Go 1.18 to text matrix (bcl) - Replace deprecated ioutil functions (bcl) - build(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 (49699333+dependabot[bot]) - build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.0 (49699333+dependabot[bot]) --- .gitignore | 2 ++ sources | 4 ++-- weldr-client.spec | 52 ++++++++++++----------------------------------- 3 files changed, 17 insertions(+), 41 deletions(-) diff --git a/.gitignore b/.gitignore index 06e79e4..c9d74b2 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ /weldr-client-35.5.tar.gz.asc /weldr-client-35.6.tar.gz /weldr-client-35.6.tar.gz.asc +/weldr-client-35.7.tar.gz +/weldr-client-35.7.tar.gz.asc diff --git a/sources b/sources index 2a9d8b5..990de7f 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (weldr-client-35.6.tar.gz) = ed6a20c38a5c245cec8946a9bac5df05dcf0943cf9732ea6eefe95de451096dd6f2bd732def2b0629614805410adeacebc95a7b6344d4a7c21bb01857a138db4 -SHA512 (weldr-client-35.6.tar.gz.asc) = 83c8ccf635fa4182f019354cedcff8669c3f4d4ca9eac501519d41724d899005f6c0496c3b87157b8bcec0623b47dcc027d4595b7c21b56b0d14340f0515b83a +SHA512 (weldr-client-35.7.tar.gz) = 37f5606d5989b99ab31b01c4e160a78ed9fb0e5a2fa73de0599ae71b36c5c29594c4e3b77552a8378e5f577c648d414d6da543f15763ff0a374cd029a53c405d +SHA512 (weldr-client-35.7.tar.gz.asc) = 0322f77861e324044b2bd3d358a1236d7b9fccbaa226f81f232baee458e0b82170758a22e19dc38b610476d1c823ff84d8b31a98af26a1842603f06035102e87 SHA512 (gpg-117E8C168EFE3A7F.key) = 88c0a30ebbaa3b586d5ac5fd5fdcf1f92f58ab580d7770e39ef9ff4ce380c1a748e815d3f9f9c13a6b2d1b1cd554886c360fba7a586f518a8aa7a4972317526b diff --git a/weldr-client.spec b/weldr-client.spec index 0a1071c..c257aa5 100644 --- a/weldr-client.spec +++ b/weldr-client.spec @@ -6,11 +6,13 @@ %global goipath github.com/osbuild/weldr-client/v2 Name: weldr-client -Version: 35.6 -Release: 3%{?dist} +Version: 35.7 +Release: 1%{?dist} # Upstream license specification: Apache-2.0 License: ASL 2.0 Summary: Command line utility to control osbuild-composer + +%gometa Url: %{gourl} Source0: https://github.com/osbuild/weldr-client/releases/download/v%{version}/%{name}-%{version}.tar.gz %if %{with signed} @@ -21,8 +23,6 @@ Source2: https://keys.openpgp.org/vks/v1/by-fingerprint/117E8C168EFE3A7F#/gpg- Obsoletes: composer-cli < 35.0 Provides: composer-cli = %{version}-%{release} -%gometa - BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} %if 0%{?fedora} BuildRequires: golang(github.com/BurntSushi/toml) @@ -126,38 +126,12 @@ composer-cli package. %changelog -* Sat Jul 23 2022 Fedora Release Engineering - 35.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jul 15 2022 Brian C. Lane - 35.6-2 -- Add missing gpg key to sources - -* Fri Jul 15 2022 Brian C. Lane - 35.6-1 -- New release: 35.6 (bcl) -- build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (49699333+dependabot[bot]) -- tests: Update tests for osbuild-composer changes (bcl) -- build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (49699333+dependabot[bot]) -- CMD: Compose status format (eloy.coto) -- CMD: Compose list format (eloy.coto) -- tests: Update tests to check for JSON list output (bcl) -- composer-cli: Change JSON output to be a list of objects (bcl) -- build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (49699333+dependabot[bot]) -- weldr: Simplify the old ComposeLog, etc. functions (bcl) -- composer-cli: Add --filename to blueprints freeze save command (bcl) -- composer-cli: Add --filename to blueprints save command (bcl) -- composer-cli: Add --filename to compose logs command (bcl) -- composer-cli: Add --filename to compose image command (bcl) -- composer-cli: Add --filename to compose metadata command (bcl) -- composer-cli: Add --filename to compose results command (bcl) -- weldr: Add saving to a new filename to GetFilePath function (bcl) -- github: Fix issue with codecov and forced pushes in PRs (bcl) -- Use golangci-lint 1.45.2 in workflow (bcl) -- Run workflow tests for go 1.16.x and 1.17.x (bcl) -- Move go.mod to go 1.16 (bcl) -- workflows/trigger-gitlab: run Gitlab CI in new image-builder project (jrusz) -- build(deps): bump actions/setup-go from 2 to 3 (49699333+dependabot[bot]) -- build(deps): bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0 (49699333+dependabot[bot]) -- build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (49699333+dependabot[bot]) -- build(deps): bump actions/checkout from 2.4.0 to 3 (49699333+dependabot[bot]) -- build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (49699333+dependabot[bot]) -- New release: 35.5 (bcl) +* Thu Sep 08 2022 Brian C. Lane - 35.7-1 +- New release: 35.7 (bcl) +- spec: Move %gometa macro above %gourl (bcl) +- weldr: When starting a compose pass size as bytes, not MiB (bcl) +- tests: Use correct size value in bytes for test (bcl) +- workflow: Add Go 1.18 to text matrix (bcl) +- Replace deprecated ioutil functions (bcl) +- build(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 (49699333+dependabot[bot]) +- build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.0 (49699333+dependabot[bot])