Skip to content

Commit

Permalink
Fixes #17318: jq is not available in the base repositories on SLES15 …
Browse files Browse the repository at this point in the history
…and should be embedded with the agent package
  • Loading branch information
Fdall committed May 4, 2020
1 parent e140b0f commit faf7f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rudder-agent/SPECS/rudder-agent.spec
Expand Up @@ -135,8 +135,8 @@
# PIE and PIC incompatible on old gcc
%define use_pie false
%endif
%if 0%{?suse_version} && 0%{?suse_version} < 1500
# no jq on sles 10 11 and 12
%if 0%{?suse_version} && !0%{?is_opensuse}
# no jq on sles, only on opensuse
%define use_system_jq false
%endif

Expand Down

0 comments on commit faf7f80

Please sign in to comment.