Skip to content

Commit

Permalink
slurm: do not build with libyaml on RHEL 8
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <[email protected]>
  • Loading branch information
adrianreber committed Apr 8, 2024
1 parent 9fdc546 commit 1868b8e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/rms/slurm/SPECS/slurm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
%global _with_multiple_slurmd 1
%global _with_freeipmi 1

%if 0%{?rhel} || 0%{?openEuler}
%global _with_yaml 1
%endif

%if 0%{?rhel}
%global _with_jwt 1
%endif
Expand Down Expand Up @@ -826,4 +822,4 @@ fi
%preun -n %{pname}-sackd%{PROJ_DELIM}
%systemd_preun sackd.service
%postun -n %{pname}-sackd%{PROJ_DELIM}
%systemd_postun_with_restart sackd.service
%systemd_postun_with_restart sackd.service

0 comments on commit 1868b8e

Please sign in to comment.