- New release: 35.10 (bcl)
- Add support for compose start warning messages (bcl) - build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (49699333+dependabot[bot]) - workflow: Ignore govulncheck failures (bcl) - build(deps): bump actions/setup-go from 3 to 4 (49699333+dependabot[bot]) - workflow: Switch to testing on go 1.18, 1.19, 1.20 (bcl) - maint: Update to use go v1.18 by default (bcl) - build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (49699333+dependabot[bot]) - spec: Require createrepo_c for weldr-client-tests package (bcl) - Build weldr-client-tests by default (bcl) - spec: migrate the license field to SPDX (ondrej)
This commit is contained in:
parent
7b4accad57
commit
ab3258d4ce
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,3 +16,5 @@
|
||||
/weldr-client-35.8.tar.gz.asc
|
||||
/weldr-client-35.9.tar.gz
|
||||
/weldr-client-35.9.tar.gz.asc
|
||||
/weldr-client-35.10.tar.gz
|
||||
/weldr-client-35.10.tar.gz.asc
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (weldr-client-35.9.tar.gz) = bf4a74bd601e9bf789961754488ca8522938c7b5807f0e2e01b53bb9ca4d8a21823fcb54bc4fb81b7299010f0c81a8d33daa2d9d1a2e0935d271536c3e417fcd
|
||||
SHA512 (weldr-client-35.9.tar.gz.asc) = e5e8ddf7b99532dec856511e98b12ed985815dd9b42e4e8e8cfa2c2d7dd8eebd88acb9f164f9f339e072faca5a3ef8dfa5b4e14450dc04744d1a73274c7d4b30
|
||||
SHA512 (weldr-client-35.10.tar.gz) = 17b357043f4074203eb3886b8ceab8c5510e0e6a602f151f86ecfcd3c078d48a12919256c04c5d9ceb35a40361cffb15626248fea4f02171e356d0379cdc193b
|
||||
SHA512 (weldr-client-35.10.tar.gz.asc) = 77931c4e6f920499a8c5e22d8ab92ab6ac78b1e32b2907566c6f5b247a9f30a2b59122c4d377c4f68987b88580141bc7293868500fadcf65534d9537287c54e5
|
||||
SHA512 (gpg-117E8C168EFE3A7F.key) = 88c0a30ebbaa3b586d5ac5fd5fdcf1f92f58ab580d7770e39ef9ff4ce380c1a748e815d3f9f9c13a6b2d1b1cd554886c360fba7a586f518a8aa7a4972317526b
|
||||
|
@ -6,10 +6,10 @@
|
||||
%global goipath github.com/osbuild/weldr-client/v2
|
||||
|
||||
Name: weldr-client
|
||||
Version: 35.9
|
||||
Release: 2%{?dist}
|
||||
Version: 35.10
|
||||
Release: 1%{?dist}
|
||||
# Upstream license specification: Apache-2.0
|
||||
License: ASL 2.0
|
||||
License: Apache-2.0
|
||||
Summary: Command line utility to control osbuild-composer
|
||||
|
||||
%gometa
|
||||
@ -117,6 +117,8 @@ make test
|
||||
%package tests
|
||||
Summary: Integration tests for composer-cli
|
||||
|
||||
Requires: createrepo_c
|
||||
|
||||
%description tests
|
||||
Integration tests to be run on a pristine-dedicated system to test the
|
||||
composer-cli package.
|
||||
@ -128,23 +130,15 @@ composer-cli package.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 35.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Wed Nov 30 2022 Brian C. Lane <bcl@redhat.com> - 35.9-1
|
||||
- New release: 35.9 (bcl)
|
||||
- tests: Replace os.MkdirTemp with t.TempDir (bcl)
|
||||
- blueprint save: Allow overriding bad blueprint names (bcl)
|
||||
- tests: Clean up checking err in tests (bcl)
|
||||
- composer-cli: Implement blueprints diff (bcl)
|
||||
- saveBlueprint: Return the filename to the caller (bcl)
|
||||
- composer-cli: Add tests for using --commit with old servers (bcl)
|
||||
- weldr: Return error about the blueprints change route (bcl)
|
||||
- weldr: Save the http status code as part of APIResponse (bcl)
|
||||
- Add --commit support to blueprints save (bcl)
|
||||
- Add --commit to blueprints show (bcl)
|
||||
- gitleaks: Exclude the test password used in tests (bcl)
|
||||
- ci: add tags to AWS instances (tlavocat)
|
||||
- build(deps): bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1 (49699333+dependabot[bot])
|
||||
- build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (49699333+dependabot[bot])
|
||||
- build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1 (49699333+dependabot[bot])
|
||||
* Tue Apr 11 2023 Brian C. Lane <bcl@redhat.com> - 35.10-1
|
||||
- New release: 35.10 (bcl)
|
||||
- Add support for compose start warning messages (bcl)
|
||||
- build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (49699333+dependabot[bot])
|
||||
- workflow: Ignore govulncheck failures (bcl)
|
||||
- build(deps): bump actions/setup-go from 3 to 4 (49699333+dependabot[bot])
|
||||
- workflow: Switch to testing on go 1.18, 1.19, 1.20 (bcl)
|
||||
- maint: Update to use go v1.18 by default (bcl)
|
||||
- build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (49699333+dependabot[bot])
|
||||
- spec: Require createrepo_c for weldr-client-tests package (bcl)
|
||||
- Build weldr-client-tests by default (bcl)
|
||||
- spec: migrate the license field to SPDX (ondrej)
|
||||
|
Loading…
Reference in New Issue
Block a user