## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 4; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Pass --without tests to skip building composer-cli-tests %bcond_without tests # Pass --without signed to skip gpg signed tar.gz (DO NOT DO THAT IN PRODUCTION) %bcond_without signed # https://github.com/osbuild/weldr-client %global goipath github.com/osbuild/weldr-client/v2 Version: 36.1 %gometa -L -f Name: weldr-client Release: %autorelease Summary: Go client library and cmdline tool for WELDR API servers like lorax-composer and osbuild-composer # Generated by go-vendor-tools License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT URL: %{gourl} Source0: %{gosource} # Generated by go-vendor-tools Source1: %{archivename}-vendor.tar.bz2 Source2: go-vendor-tools.toml %if %{with signed} Source3: %{gosource}.asc Source4: https://keys.openpgp.org/vks/v1/by-fingerprint/117E8C168EFE3A7F#/gpg-117E8C168EFE3A7F.key %endif Requires: diffutils BuildRequires: go-vendor-tools BuildRequires: git-core BuildRequires: make BuildRequires: gnupg2 %description Go client library and cmdline tool for WELDR API servers like lorax-composer and osbuild-composer. %prep %if %{with signed} %{gpgverify} --keyring='%{SOURCE4}' --signature='%{SOURCE3}' --data='%{SOURCE0}' %endif %goprep -p1 tar -xf %{S:1} %generate_buildrequires %go_vendor_license_buildrequires -c %{S:2} %build %global gomodulesmode GO111MODULE=on export GO_LDFLAGS="-X %{goipath}/cmd/composer-cli/root.Version=%{version} " %gobuild -o composer-cli ./cmd/composer-cli %if %{with tests} || 0%{?rhel} # Build test binaries with `go test -c`, so that they can take advantage of # golang's testing package. The RHEL golang rpm macros don't support building them # directly. Thus, do it manually, taking care to also include a build id. # # On Fedora go modules have already been turned off, and the path set to the one into which # the golang-* packages install source code. export LDFLAGS="-linkmode=external -compressdwarf=false -B 0x$(od -N 20 -An -tx1 -w100 /dev/urandom | tr -d ' ') ${LDFLAGS:-}" go test -c -tags=integration -buildmode pie -compiler gc -ldflags "${LDFLAGS}" -o composer-cli-tests ./weldr %endif %install %go_vendor_license_install -c %{S:2} make DESTDIR=%{buildroot} install %if %{with tests} || 0%{?rhel} make DESTDIR=%{buildroot} install-tests %endif %check %go_vendor_license_check -c %{S:2} %if %{with tests} export GO_LDFLAGS="-X %{goipath}/cmd/composer-cli/root.Version=%{version} " %gocheck2 %endif %files -f %{go_vendor_license_filelist} %doc examples HACKING.md README.md RELEASE.md %{_bindir}/composer-cli %dir %{_sysconfdir}/bash_completion.d %{_sysconfdir}/bash_completion.d/composer-cli %{_mandir}/man1/composer-cli* %if %{with tests} || 0%{?rhel} %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 against a running osbuild-composer service. %files -f %{go_vendor_license_filelist} tests %{_libexecdir}/tests/composer-cli/ %endif %changelog ## START: Generated by rpmautospec * Wed Mar 25 2026 Brian C. Lane - 36.1-4 - Switch to using go vendor tools and vendored modules * Tue Feb 03 2026 Maxwell G - 36.1-3 - Rebuild for https://fedoraproject.org/wiki/Changes/golang1.26 * Sat Jan 17 2026 Fedora Release Engineering - 36.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Wed Oct 15 2025 Brian C. Lane - 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 - 36.0-4 - rebuild * Fri Aug 15 2025 Maxwell G - 36.0-3 - Rebuild for golang-1.25.0 * Thu Aug 14 2025 Brian C. Lane - 36.0-2 - tests: Skip checking arch when testing sent body * Thu Aug 14 2025 Brian C. Lane - 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 - 35.14-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Mon Jan 27 2025 Brian C. Lane - 35.14-3 - Fix non-constant log strings Resolves: rhbz#2341535 * Sun Jan 19 2025 Fedora Release Engineering - 35.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Tue Nov 12 2024 Brian C. Lane - 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 - 35.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Mar 07 2024 Brian C. Lane - 35.13-1 - New release: 35.13 (bcl) - HACKING.md: Reformat code blocks for docusaurus (simon.steinbeiss) - README: Update code block formatting and drop subtitle (simon.steinbeiss) - info: Add upload status to the output (bcl) - info: Fix display of blueprint packages with no version (bcl) - weldr: Add Stringer interface to Package (bcl) - compose: Add --wait options to start-ostree (bcl) - compose: Add --wait options to start command (bcl) - compose: Add compose wait command (bcl) - weldr: Add ComposeWait to wait for a compose to finish (bcl) - build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (49699333+dependabot[bot]) - CI: Drop SonarQube in favor of Snyk (jrusz) * Mon Feb 19 2024 Brian C. Lane - 35.12-1 - New release: 35.12 (bcl) - Update documentation urls for new locations (bcl) - 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) - weldr: go fmt changes to a couple comments (bcl) - Go: Switch to go 1.19 (bcl) - weldr: Update ostree test for parentid with no url (bcl) - build(deps): bump actions/setup-go from 4 to 5 (49699333+dependabot[bot]) - Makefile: Turn off seccomp for build-in- podman (bcl) - build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (49699333+dependabot[bot]) - build(deps): bump actions/checkout from 3 to 4 (49699333+dependabot[bot]) - Actions: add workflow for marking and closing stale issues and PRs (thozza) - composer-cli: Update doc links (simon.steinbeiss) - build(deps): bump github.com/BurntSushi/toml from 1.3.1 to 1.3.2 (49699333+dependabot[bot]) * Sun Feb 11 2024 Maxwell G - 35.11-4 - Rebuild for golang 1.22.0 * Sat Jan 27 2024 Fedora Release Engineering - 35.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 22 2023 Fedora Release Engineering - 35.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 08 2023 Brian C. Lane - 35.11-1 - New release: 35.11 (bcl) - build(deps): bump github.com/BurntSushi/toml from 1.3.0 to 1.3.1 (49699333+dependabot[bot]) - build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (49699333+dependabot[bot]) - CI: Update terraform hash (bcl) - build(deps): bump github.com/BurntSushi/toml from 1.2.1 to 1.3.0 (49699333+dependabot[bot]) - build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (49699333+dependabot[bot]) - docs: fix typo/formatting in HACKING.md (idiez) - Add release creation documentation (bcl) * Tue Apr 11 2023 Brian C. Lane - 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) * Sat Jan 21 2023 Fedora Release Engineering - 35.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Dec 15 2022 Brian C. Lane - 35.9-2 - tests: Add tmt tests based on RHEL tests * Thu Dec 01 2022 Brian C. Lane - 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]) * Fri Sep 30 2022 Brian C. Lane - 35.8-1 - New release: 35.8 (bcl) - completion: Remove providers from bash completion script (bcl) - completion: Filter out new headers from compose list (bcl) - docs: Remove unneeded Long descriptions (bcl) - docs: Use a custom help template (bcl) - docs: Add more command documentation (bcl) - cmdline: Add package glob support to modules list command (bcl) - workflow: Add govulncheck on go v1.18 (bcl) - tests: Update to use golangci-lint 1.49.0 (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]) * 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 - 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]) * Sat Jun 18 2022 Robert-André Mauchin - 35.5-2 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Mon Feb 14 2022 Brian C. Lane - 35.5-1 - New release: 35.5 (bcl) - docs: Explain how to undo blueprints delete (bcl) - test: server status no longer returns devel (bcl) - Use GetFrozenBlueprintsTOML for blueprints freeze save (bcl) - Add a test for float uid/gid in frozen blueprint (bcl) - Use GetBlueprintsTOML for blueprints save (bcl) - test: Add a test for float uid/gid in saved blueprint (bcl) - build(deps): bump github.com/BurntSushi/toml from 0.4.1 to 1.0.0 (49699333+dependabot[bot]) - tests: trigger on push to main (jrusz) - build(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (49699333+dependabot[bot]) - ci: add keystore for sonarqube (jrusz) - spec: Switch to using %%gobuild macro on Fedora (bcl) - ci: change workflow name (jrusz) - ci: add gitlab-ci and sonarqube (jrusz) - doc: fix example links from the README (tdecacqu) - build(deps): bump actions/checkout from 2.3.4 to 2.4.0 (49699333+dependabot[bot]) - ci: Enable Coverity Scan tool (atodorov) * Sat Jan 22 2022 Fedora Release Engineering - 35.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Oct 29 2021 Brian C. Lane - 35.4-1 - New release: 35.4 (bcl) - test: More detailed error for test compose failure (bcl) - weldr: Return a helpful error for socket problems (bcl) - spec: Add build flags to composer-cli-test build cmdline (bcl) * Mon Oct 04 2021 Brian C. Lane - 35.3-1 - New release: 35.3 (bcl) - spec: Adjust build methods for RHEL 8 (bcl) - github: Run build-in-podman to test building package (bcl) - spec: Use v2 module (bcl) - Makefile: Use v2 module (bcl) - Makefile: Add a build-in- podman target (bcl) - tests: Add JSON and error result testing to status (bcl) - tests: Add JSON and error result testing to sources (bcl) - tests: Add JSON and error result testing to projects (bcl) - tests: Add JSON and error result testing to modules (bcl) - tests: Add JSON and error result testing to distros (bcl) - tests: Add JSON and error result testing to compose (bcl) - tests: Add JSON and error result testing to blueprints (bcl) - test: Fix test client setup and output capture code (bcl) - test: Close output capture in printwrap_test (bcl) - test: reset the root flags on every ExecuteTest call (bcl) - status: Use ExecutionErrors for API errors (bcl) - sources: Use ExecutionErrors for API errors (bcl) - projects: Use ExecutionErrors for API errors (bcl) - modules: Use ExecutionErrors for API errors (bcl) - distros: Use ExecutionErrors for API errors (bcl) - compose: Use ExecutionErrors for API errors (bcl) - blueprints: Use ExecutionErrors for API errors (bcl) - composer-cli: Turn off normal command Stdout when --json is used (bcl) - weldr: Fix Stringer interface on API messages (bcl) - weldr: Clean up error message return code (bcl) - weldr: Move Unmarshal error to error position (bcl) - root: Add a helper function to print a list of errors (bcl) - Use GetFilePath for ComposeImage (bcl) - Use GetFilePath for ComposeResults (bcl) - Use GetFilePath for ComposerMetadata (bcl) - Use GetFilePath for ComposeLogs (bcl) - weldr: Add GetFilePath to download a file to a path (bcl) - Creating v2 module for breaking API changes (bcl) - Makefile: Add update-mods target (bcl) - vendor: Update the modules and vendor directory (bcl) - Bump go version to 1.15 (bcl) - Limit dependabot to 1 PR (bcl) - Enable Dependabot service (atodorov) - tests: Fix integration tests (bcl) * Mon Aug 23 2021 Brian C. Lane - 35.2-2 - Fix sources to include key and signature * Mon Aug 23 2021 Brian C. Lane - 35.2-1 - weldr: Use assert.Contains instead of IsStringInSlice (bcl) - Add missing projects depsolve command (bcl) - Add support for projects info --distro=DISTRO-NAME (bcl) - Add support for projects list --distro=DISTRO-NAME (bcl) - Add support for modules info --distro=DISTRO-NAME (bcl) - weldr: Add distros to testState (bcl) - Add support for modules list --distro=DISTRO-NAME (bcl) - weldr: Add AppendQuery helper function (bcl) - Add support for compose types --distro=DISTRO-NAME (bcl) - composer-cli: Add distros list command (bcl) - weldr: Add ListDistros function and tests (bcl) - Makefile: Add scratch-srpm and scratch-rpm targets (bcl) - Print filename for compose results (bcl) - ExcuteTests - return the correct error variables in case of errors (atodorov) - The rpm package should obsolete composer-cli from lorax (bcl) - tests: Enable CodeCov.io (atodorov) - actions: Install lint using GOPATH (bcl) * Fri Jul 23 2021 Fedora Release Engineering - 35.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Apr 22 2021 Brian C. Lane - 35.1-2 - Obsolete composer-cli < 35.0 instead of 34.0 Patch until next upstream release * Mon Apr 12 2021 Brian C. Lane - 35.1-1 - Initial import (#1945771) ## END: Generated by rpmautospec