Skip to content

Commit

Permalink
MTL-2393 goss-servers is missing goss requirement (#592)
Browse files Browse the repository at this point in the history
The goss-servers package needs goss to function, but this requirement is not specified in the spec.

This has caused a build failure where we removed the goss package, and we (I) expected goss-servers to find either hpe-csm-goss-package or goss depending on which one was available for the respective architecture (aarch64 or x86_64).

(cherry picked from commit 6b6b94d)

Co-authored-by: Russell Bunch <[email protected]>
  • Loading branch information
github-actions[bot] and rustydb authored May 22, 2024
1 parent 056c945 commit c907338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions csm-testing.spec
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ rmdir %{buildroot}%{logs} || true

%package -n goss-servers
Summary: Goss Health Check Endpoint Service
Requires: goss

# helps when installing a program whose unit files makes use of a feature only available in a newer systemd version
# If the program is installed on its own, it will have to make do with the available features
Expand Down

0 comments on commit c907338

Please sign in to comment.