diff --git a/slurm.spec b/slurm.spec
index 1d939f804d1e692e7e8cb280c4e0319eceaa8f58..6edfae36f630fd08d72ab739bd5ec02552ece556 100644
--- a/slurm.spec
+++ b/slurm.spec
@@ -496,8 +496,6 @@ LIST=./slurm.files
 touch $LIST
 test -f $RPM_BUILD_ROOT/etc/init.d/slurm			&&
   echo /etc/init.d/slurm				>> $LIST
-test -f $RPM_BUILD_ROOT/%{_bindir}/sview			&&
-  echo %{_bindir}/sview					>> $LIST
 
 %if %{slurm_with aix}
 install -D -m644 etc/federation.conf.example ${RPM_BUILD_ROOT}%{_sysconfdir}/federation.conf.example