From a2a6b618a3bb327697e2a5a2801feb16e9936b5b Mon Sep 17 00:00:00 2001 From: Mark Grondona <mgrondona@llnl.gov> Date: Mon, 10 Feb 2003 23:49:20 +0000 Subject: [PATCH] o turn on authd and totalview support for rpm install testing --- slurm.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slurm.spec.in b/slurm.spec.in index 7efdadfae9d..93675eeb267 100644 --- a/slurm.spec.in +++ b/slurm.spec.in @@ -12,9 +12,9 @@ Source: %{name}-%{version}-%{release}.tgz Requires: readline popt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} -%define _with_authd 0 +%define _with_authd 1 %define _with_elan 0 -%define _with_totalview 0 +%define _with_totalview 1 %package devel Summary: Development package for SLURM. -- GitLab