From d6fc98fd90e0817f7c0f53beb8e08aec249a68fe Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Tue, 2 Nov 2010 17:49:37 +0000
Subject: [PATCH] fix for sjobexmod man page. it appears to have an unexpected
 ".gz" suffix so I changed the ".1" suffix to just "*".

---
 slurm.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slurm.spec b/slurm.spec
index 37545f1e211..7ceda188956 100644
--- a/slurm.spec
+++ b/slurm.spec
@@ -550,7 +550,7 @@ rm -rf $RPM_BUILD_ROOT
 %config %{_sysconfdir}/cgroup.release_agent
 %config %{_sysconfdir}/slurm.conf.example
 %config %{_sysconfdir}/slurm.epilog.clean
-%exclude %{_mandir}/man1/sjobexitmod.1
+%exclude %{_mandir}/man1/sjobexit*
 %if %{slurm_with blcr}
 %exclude %{_mandir}/man1/srun_cr*
 %exclude %{_bindir}/srun_cr
@@ -705,7 +705,7 @@ rm -rf $RPM_BUILD_ROOT
 %files sjobexit
 %defattr(-,root,root)
 %{_bindir}/sjobexitmod
-%{_mandir}/man1/sjobexitmod.1
+%{_mandir}/man1/sjobexit*
 #############################################################################
 
 %files slurmdb-direct
-- 
GitLab