Skip to content
Snippets Groups Projects
Commit 252c4cd4 authored by Moe Jette's avatar Moe Jette
Browse files

Keep trying to get it right...

parent 55840e03
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ ple
rm -f $RPM_BUILD_ROOT/%{_libdir}/slurm/*.{a,la}
# Build file lists for optional plugin packages
for plugin in auth_munge auth_authd switch_elan switch_federation; do
for plugin in auth_munge auth_authd switch_elan; do
LIST=./${plugin}.files
touch $LIST
test -f $RPM_BUILD_ROOT/%{_libdir}/slurm/${plugin}.so &&
......@@ -236,9 +236,10 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
#############################################################################
%files -f switch_federation.files switch-federation
%files switch-federation
%defattr(-,root,root)
%doc etc/federation.conf.example
%{_libdir}/slurm/switch_federation.so
%config /etc/federation.conf.example
#############################################################################
......
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