Import from AlmaLinux stable repository

This commit is contained in:
eabdullin 2024-05-15 09:07:26 +00:00
parent 4009956777
commit a9f4babb8d
5 changed files with 49 additions and 17 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/gpg-117E8C168EFE3A7F.key
SOURCES/weldr-client-35.9.tar.gz
SOURCES/weldr-client-35.12.tar.gz

View File

@ -1,2 +1,2 @@
1a9f7bdb8023dd28983a4ada5ad2d00c1fdd75fd SOURCES/gpg-117E8C168EFE3A7F.key
11ab0aab62950b19a07ec165e334b0b305f99606 SOURCES/weldr-client-35.9.tar.gz
33eda006daafd903c8fff6a6b688430354063395 SOURCES/gpg-117E8C168EFE3A7F.key
f4e60fd289455634aadf7c3a114650cc81ad56d5 SOURCES/weldr-client-35.12.tar.gz

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEtMa0UeT6i0IyyhkeEX6MFo7+On8FAmXT1z0ACgkQEX6MFo7+
On/o0Qf/agOtNU3iAiPglHqUiMTb9r7qAdpN8hnMrOiMpV1LQ7IgZTuxiZrytbzg
S3CnOmyola7juNVzTq3aVejFWrI/oXHmYbYNcgC75NB7vIgi1BMjMltV6qf50LSe
BbAygzMp5f+9mkwrhIdnqK0PO+FmrMpMW/u5ye2acI+Aww52Q1QWtlgP6YnXyxT3
g1BnT+M11BQzZd/F3moBnJDcgK242hPJb1XcxnMhB6kkTGJdghKPwPVh8Ah/2b+E
FcIa3XYfsz0P+6liI7vxvijrAbpRY4dC3tXBtkko88rSEcokfuD9ypo2NUE6A27H
eVcvOH3o94tvVwVCSpyrVDPqCtZT4Q==
=eTXF
-----END PGP SIGNATURE-----

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEtMa0UeT6i0IyyhkeEX6MFo7+On8FAmOH8DIACgkQEX6MFo7+
On+AEwf/eC3Z8D+sYELGNptxRkCzPfVM24a0R6UBs0EWsc2Wj+4WfNF5KYURyhzT
u613oOINB70PFKGNy6WPvNVwjfbS0xvkff9e1Dsn/gXmmre/eLoEiAk1cSwRVAtu
lTmIsntUcQkqdBYSLG1ExGirrLPE79FshOzQC7wWprhYlm3lfMmAbJnX3wDd7YJJ
woX6boJAlfLyvYUQ5EGTLz2QBH61MqlVbB7O+r4ek7g252JsG0qSzIj9GShrJ6TK
skR/4GGHAoGp1wuuMAO8N6E+aXA2QmAGBDO7AdzAZC86U4BVe2xDvO63QwxiT5eN
ECRXCsisiALG1wJYGGnqh9Sc6bxNWw==
=uGwQ
-----END PGP SIGNATURE-----

View File

@ -6,10 +6,10 @@
%global goipath github.com/osbuild/weldr-client/v2
Name: weldr-client
Version: 35.9
Release: 1%{?dist}
Version: 35.12
Release: 2%{?dist}
# Upstream license specification: Apache-2.0
License: ASL 2.0
License: Apache-2.0
Summary: Command line utility to control osbuild-composer
%gometa
@ -130,6 +130,38 @@ composer-cli package.
%changelog
* Wed Feb 21 2024 Brian C. Lane <bcl@redhat.com> - 35.12-2
- Add centos 9 repos for testing
Related: RHEL-1035
* Wed Feb 21 2024 Brian C. Lane <bcl@redhat.com> - 35.12-1
- Copy rhel-9.4.json test repository from osbuild-composer
- New release: 35.12 (bcl)
Resolves: RHEL-1035
- Add support for compose start warning messages (bcl)
- Update documentation urls for new locations (bcl)
- weldr: go fmt changes to a couple comments (bcl)
- weldr: Update ostree test for parentid with no url (bcl)
- Makefile: Turn off seccomp for build-in-podman (bcl)
- composer-cli: Update doc links (simon.steinbeiss)
- docs: fix typo/formatting in HACKING.md (idiez)
- Add release creation documentation (bcl)
- spec: Require createrepo_c for weldr-client-tests package (bcl)
- spec: migrate the license field to SPDX (ondrej)
- Go: Switch to go 1.19 (bcl)
- CI: Update terraform hash (bcl)
- Actions: add workflow for marking and closing stale issues and PRs (thozza)
- workflows: Stop using golint (bcl)
- workflows: Add Go 1.21 and 1.22 to test matrix (bcl)
- workflows: Update to golangci-lint 1.56.2 (bcl)
- workflow: Ignore govulncheck failures (bcl)
- workflow: Switch to testing on go 1.18, 1.19, 1.20 (bcl)
- build(deps): bump actions/setup-go from 3 to 5 (49699333+dependabot[bot])
- build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.8.0 (49699333+dependabot[bot])
- build(deps): bump actions/checkout from 3 to 4 (49699333+dependabot[bot])
- build(deps): bump github.com/BurntSushi/toml from 1.2.1 to 1.3.2 (49699333+dependabot[bot])
- build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.4 (49699333+dependabot[bot])
* Wed Nov 30 2022 Brian C. Lane <bcl@redhat.com> - 35.9-1
- Copy rhel-92.json test repository from osbuild-composer
- Update osbuild-composer test repositories from osbuild-composer