Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

weldr-client-tests-36.1-4.fc45 RPM for aarch64

From Fedora Rawhide for aarch64 / w

Name: weldr-client-tests Distribution: Fedora Project
Version: 36.1 Vendor: Fedora Project
Release: 4.fc45 Build date: Fri Mar 27 17:53:02 2026
Group: Unspecified Build host: buildvm-a64-43.rdu3.fedoraproject.org
Size: 8106150 Source RPM: weldr-client-36.1-4.fc45.src.rpm
Packager: Fedora Project
Url: https://github.com/osbuild/weldr-client
Summary: Integration tests for composer-cli
Integration tests to be run on a pristine-dedicated system to test the
composer-cli package against a running osbuild-composer service.

Provides

Requires

License

Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT

Changelog

* Wed Mar 25 2026 Brian C. Lane <bcl@redhat.com> - 36.1-4
  - Switch to using go vendor tools and vendored modules
* Tue Feb 03 2026 Maxwell G <maxwell@gtmx.me> - 36.1-3
  - Rebuild for https://fedoraproject.org/wiki/Changes/golang1.26
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 36.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Wed Oct 15 2025 Brian C. Lane <bcl@redhat.com> - 36.1-1
  - build(deps): bump actions/setup-go from 5 to 6 (49699333+dependabot[bot])
    - build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1
    (49699333+dependabot[bot]) - test: iot-qcow2-image does not support
    packages (bcl) - test: qcow2 renamed to server-qcow2 (bcl) - build(deps):
    bump github.com/stretchr/testify from 1.10.0 to 1.11.1
    (49699333+dependabot[bot]) - build(deps): bump actions/checkout from 4 to
    5 (49699333+dependabot[bot]) - tests: Use current host arch in info and
    list tests (bcl)
* Fri Oct 10 2025 Alejandro Sáez <asm@redhat.com> - 36.0-4
  - rebuild
* Fri Aug 15 2025 Maxwell G <maxwell@gtmx.me> - 36.0-3
  - Rebuild for golang-1.25.0
* Thu Aug 14 2025 Brian C. Lane <bcl@redhat.com> - 36.0-2
  - tests: Skip checking arch when testing sent body
* Thu Aug 14 2025 Brian C. Lane <bcl@redhat.com> - 36.0-1
  - golangci: Disable linting for a few things (bcl) - test: Remove unneeded
    fmt.Sprintf (bcl) - lint: Clean up lint errcheck errors (bcl) -
    workflows: Update to golangci-lint 2.3.0 (bcl) - workflows: Update to use
    go 1.23 and drop 1.21 and 1.22 (bcl) - GHA: enable the stale action to
    delete its saved state (thozza) - composer-cli: Add cloudapi support to
    delete command (bcl) - cloud: Add DeleteCompose function and tests (bcl)
    - cloud: Add DeleteRaw function and tests (bcl) - tests: Fix
    TestComposeInfoCloud (bcl) - cloud: Handle unexpected status codes (bcl)
    - composer-cli: Add cloudapi support to compose image command (bcl) -
    cloud: Add ComposeImagePath function (bcl) - cloud: Add GetFilePath
    function to download an image file (bcl) - common: Move part of
    GetFilePath into common.SaveResponseBodyToFile (bcl) - composer-cli: Add
    size to the compose status cloud command (bcl) - composer-cli: Add
    support for more cloudapi detail to compose list (bcl) - composer-cli:
    Add cloudapi support to the compose info command (bcl) - apischema: Add
    UploadTypes function to ComposeMetadataV1 (bcl) - cloud: Add
    GetComposeMetadata function (bcl) - common: Move blueprint struct to
    common (bcl) - cloud: Move status mapping into a function (bcl) -
    apischema: Move ComposeResponseV1 to apischema (bcl) - apischema: Move
    Status to apischema (bcl) - apischema: Move PackageDetails to apischema
    (bcl) - apischema: Move ComposeInfo to apischema (bcl) - apischema: Add a
    common location to define cloudapi structs (bcl) - build(deps): bump
    github.com/BurntSushi/toml from 1.4.0 to 1.5.0 (49699333+dependabot[bot])
    - compose: Add listing cloud composes to the status command (bcl) -
    compose: Add listing cloud composes to the list command (bcl) - cloud:
    Add test for ListComposes (bcl) - cloud: Implement ListComposes to return
    cloudapi compose info (bcl) - projects: Add cloudapi support to depsolve
    command (bcl) - blueprints: Add cloudapi support for depsolving local
    blueprint files (bcl) - cloud: Add DepsolveBlueprint function (bcl) -
    depsolve: Move parsing of weldr response into apischema (bcl) - depsolve:
    Use common.PackageNEVRA (bcl) - README.md: align with image-builder-cli
    (florian.schueller) - projects: Add cloudapi support to the list command
    (bcl) - projects: Add cloudapi support for project info command (bcl) -
    cloud: Add SearchPackages function (bcl) - composer-cli: Add a --weldr-
    only flag (bcl) - tests: OSTree does not support the qcow2 image type
    (bcl) - compose: Add cloudapi support to the compose types command (bcl)
    - cloud: Add ComposeTypes function to return image types (bcl) - common:
    Add SortedMapKeys helper (bcl) - distros: Add cloudapi support to the
    list command (bcl) - cloud: Add test for ListDistros (bcl) - cloud: Add
    ListDistros function to return distro names (bcl) -
    github/workflows/pr_best_practices: initial version (florian.schueller) -
    common: PackageNEVRA JSON epoch field can be string or int (bcl) -
    common: Move PackageNEVRA to common (bcl) - common: Move
    GetHostDistroName to common (bcl) - common: Refactor GetContentFilename
    (bcl) - common: Refactor cloud common to use internal common functions
    (bcl) - common: Create a common package to share functions (bcl) - weldr:
    Function to check APIResponse for an error ID (bcl) - build(deps): bump
    github.com/spf13/cobra from 1.8.1 to 1.9.1 (49699333+dependabot[bot]) -
    cloud: Make the test bool private (bcl) - compose: Return an error when
    opening a file (bcl) - cloud: Add tests for ComposeWait function (bcl) -
    compose: Add cloud API --wait to start command (bcl) - compose: Add
    support for cloud API UUIDs to compose wait (bcl) - cloud: Add
    ComposeWait function (bcl) - cloud: Add test for ComposeInfo (bcl) -
    cloud: Add ComposeInfo function (bcl) - compose: Remove redundant 'Error'
    from error strings in start (bcl) - compose: Add upload handling for
    cloud (bcl) - cloud: Add support for passing upload options (bcl) -
    compose: Add ability to use a local blueprint to start a compose (bcl) -
    cloud: Add StartCompose function (bcl) - cloud: Add ServerStatus function
    (bcl) - status: Add cloudapi status to show command (bcl) - Makefile:
    Pass VERSION into build container (bcl) - cmd: Add cloudapi client (bcl)
    - cloud: Add basic Client functions for cloud api (bcl) - go.mod: Upgrade
    modules to current versions (bcl) - go.mod: Bump go version to 1.22.6
    (bcl) - tools: Use go toolbox in prepare-source.sh (bcl) - Fix non-
    constant log strings (bcl) - Bump testify version to 1.10.0 (bcl)
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 35.14-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Mon Jan 27 2025 Brian C. Lane <bcl@redhat.com> - 35.14-3
  - Fix non-constant log strings Resolves: rhbz#2341535
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 35.14-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Tue Nov 12 2024 Brian C. Lane <bcl@redhat.com> - 35.14-1
  - tests: Remove openstack (bcl) - readme: project links (lukas) - Makefile:
    implement "fully source containers" HMS-3883 (florian.schueller) -
    README: fix anchor typo (florian.schueller) - README: fix compatibility
    with docusaurus (florian.schueller) - go.mod: Use go 1.21 (bcl) -
    workflows: Use go 1.21.x for govuln tests (bcl) - build(deps): bump
    github.com/spf13/cobra from 1.8.0 to 1.8.1 (49699333+dependabot[bot]) -
    build(deps): bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0
    (49699333+dependabot[bot]) - Makefile: dnf5 builddep accepts .spec files
    without --spec (bcl) - Containerfile: Install dnf5-plugins for builddep
    support (bcl) - bash: Add status show to bash completion (bcl) - go.mod:
    Use go 1.20 (bcl) - bash: Add wait command to bash completion (bcl)
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 35.13-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

Files

/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/44f99a7400f1f7e631aaae54bfb17e67428673
/usr/libexec/tests/composer-cli
/usr/libexec/tests/composer-cli/composer-cli-tests
/usr/share/licenses/weldr-client
/usr/share/licenses/weldr-client/LICENSE
/usr/share/licenses/weldr-client/vendor
/usr/share/licenses/weldr-client/vendor/github.com
/usr/share/licenses/weldr-client/vendor/github.com/BurntSushi
/usr/share/licenses/weldr-client/vendor/github.com/BurntSushi/toml
/usr/share/licenses/weldr-client/vendor/github.com/BurntSushi/toml/COPYING
/usr/share/licenses/weldr-client/vendor/github.com/cpuguy83
/usr/share/licenses/weldr-client/vendor/github.com/cpuguy83/go-md2man
/usr/share/licenses/weldr-client/vendor/github.com/cpuguy83/go-md2man/v2
/usr/share/licenses/weldr-client/vendor/github.com/cpuguy83/go-md2man/v2/LICENSE.md
/usr/share/licenses/weldr-client/vendor/github.com/davecgh
/usr/share/licenses/weldr-client/vendor/github.com/davecgh/go-spew
/usr/share/licenses/weldr-client/vendor/github.com/davecgh/go-spew/LICENSE
/usr/share/licenses/weldr-client/vendor/github.com/inconshreveable
/usr/share/licenses/weldr-client/vendor/github.com/inconshreveable/mousetrap
/usr/share/licenses/weldr-client/vendor/github.com/inconshreveable/mousetrap/LICENSE
/usr/share/licenses/weldr-client/vendor/github.com/pmezard
/usr/share/licenses/weldr-client/vendor/github.com/pmezard/go-difflib
/usr/share/licenses/weldr-client/vendor/github.com/pmezard/go-difflib/LICENSE
/usr/share/licenses/weldr-client/vendor/github.com/russross
/usr/share/licenses/weldr-client/vendor/github.com/russross/blackfriday
/usr/share/licenses/weldr-client/vendor/github.com/russross/blackfriday/v2
/usr/share/licenses/weldr-client/vendor/github.com/russross/blackfriday/v2/LICENSE.txt
/usr/share/licenses/weldr-client/vendor/github.com/spf13
/usr/share/licenses/weldr-client/vendor/github.com/spf13/cobra
/usr/share/licenses/weldr-client/vendor/github.com/spf13/cobra/LICENSE.txt
/usr/share/licenses/weldr-client/vendor/github.com/spf13/pflag
/usr/share/licenses/weldr-client/vendor/github.com/spf13/pflag/LICENSE
/usr/share/licenses/weldr-client/vendor/github.com/stretchr
/usr/share/licenses/weldr-client/vendor/github.com/stretchr/testify
/usr/share/licenses/weldr-client/vendor/github.com/stretchr/testify/LICENSE
/usr/share/licenses/weldr-client/vendor/gopkg.in
/usr/share/licenses/weldr-client/vendor/gopkg.in/yaml.v3
/usr/share/licenses/weldr-client/vendor/gopkg.in/yaml.v3/LICENSE
/usr/share/licenses/weldr-client/vendor/gopkg.in/yaml.v3/NOTICE
/usr/share/licenses/weldr-client/vendor/modules.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 15 23:18:23 2026