Skip to content

Commit

Permalink
Fixes #26010: Embed curl for sles15 too (#2932)
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche authored Dec 3, 2024
1 parent ebe9609 commit d153791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rudder-agent/SPECS/rudder-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@
%if 0%{?suse_version} && 0%{?suse_version} < 1500
# augeas too old on suse < 15
%define with_augeas true
%define with_libcurl true
%define with_openssl true
%endif
%if 0%{?suse_version} && !0%{?is_opensuse}
# no jq on sles, only on opensuse
%define with_jq true
%define with_libcurl true
%define with_pcre2 true
%endif

Expand Down

0 comments on commit d153791

Please sign in to comment.