From 4d77dae7611d4f96ea3af80ed3f0ff5385d66485 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Tue, 10 May 2005 00:30:58 +0000
Subject: [PATCH] Try again...

---
 slurm.spec.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/slurm.spec.in b/slurm.spec.in
index 8a13c0b2515..7cabe7a6eca 100644
--- a/slurm.spec.in
+++ b/slurm.spec.in
@@ -153,9 +153,9 @@ done
 LIST=./switch_federation.files
 touch $LIST
 test -f $RPM_BUILD_ROOT/%{_libdir}/slurm/switch_federation.so &&
-  echo %{_libdir}/slurm/switch_federation.so  > $LIST
-echo "%doc etc/federation.conf.example"      >> $LIST
-echo "%config /etc/federation.conf.example"  >> $LIST
+  echo %{_libdir}/slurm/switch_federation.so       > $LIST
+echo "%doc etc/federation.conf.example"           >> $LIST
+echo "%config /etc/slurm/federation.conf.example" >> $LIST
 
 
 #############################################################################
-- 
GitLab