Skip to content
Snippets Groups Projects
Commit 51a88296 authored by Danny Auble's avatar Danny Auble
Browse files

Fix to make it so if building rpms with blrc the srun_cr gets added to

the slurm rpm
parent f57f488f
No related branches found
No related tags found
No related merge requests found
...@@ -608,7 +608,7 @@ rm -rf $RPM_BUILD_ROOT ...@@ -608,7 +608,7 @@ rm -rf $RPM_BUILD_ROOT
%config (noreplace) %{_sysconfdir}/cgroup/release_memory %config (noreplace) %{_sysconfdir}/cgroup/release_memory
%config %{_sysconfdir}/slurm.epilog.clean %config %{_sysconfdir}/slurm.epilog.clean
%exclude %{_mandir}/man1/sjobexit* %exclude %{_mandir}/man1/sjobexit*
%if %{slurm_with blcr} %if !%{slurm_with blcr}
%exclude %{_mandir}/man1/srun_cr* %exclude %{_mandir}/man1/srun_cr*
%exclude %{_bindir}/srun_cr %exclude %{_bindir}/srun_cr
%endif %endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment