From 3a957ae7f35505e9e4f3f6f34b96b09a931e45bc Mon Sep 17 00:00:00 2001 From: William Hobbs Date: Tue, 5 Dec 2023 15:11:58 -0800 Subject: [PATCH] specfile: drop comments and add debug call Currently, RPMs don't build due to an empty debug configuration. The debug call can be dropped and the RPMs will build. Alternatively, this call can be made on the command line with the current specfile: --- flux-wrappers.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flux-wrappers.spec b/flux-wrappers.spec index b6accb9..b8317f0 100644 --- a/flux-wrappers.spec +++ b/flux-wrappers.spec @@ -16,6 +16,8 @@ Requires: flux-core Conflicts: slurm ###################################################################### +%global debug_package %{nil} + %prep %setup -n %{name}-%{version} @@ -33,7 +35,6 @@ equivalent Flux commands. rm -rf "$RPM_BUILD_ROOT" mkdir -p $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} -#mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1 install src/slurm2flux.pl $RPM_BUILD_ROOT%{_bindir}/slurm2flux install src/fsqueue.py $RPM_BUILD_ROOT%{_bindir}/squeue install src/fshowq.py $RPM_BUILD_ROOT%{_bindir}/showq @@ -62,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/sbatch %{_bindir}/salloc -#%{_mandir}/man1/* + ##