Skip to content

Commit

Permalink
Fixes #26001: Embed curl for rhel9
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Dec 3, 2024
1 parent 747ddac commit e523319
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rudder-agent/SPECS/rudder-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,13 @@
%if 0%{?rhel} && 0%{?rhel} < 8
# no jq before RHEL8
%define with_jq true
%define with_libcurl true
%define with_openssl true
%endif
%if 0%{?rhel} && 0%{?rhel} < 9
# need updated curl for RHEL 9
%define with_libcurl true
%endif


# 3 - SUSE
# Reference for suse_version : https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
Expand Down

0 comments on commit e523319

Please sign in to comment.