From 06b65f4c5f9b43e16eb8fc0a7801b7ebd66f9d99 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Mon, 14 Sep 2009 22:22:23 +0000 Subject: [PATCH] fix for pam rpm build --- slurm.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/slurm.spec b/slurm.spec index 61a65082156..d6fd7122211 100644 --- a/slurm.spec +++ b/slurm.spec @@ -287,8 +287,7 @@ Perl tool to print SLURM job state information. %package pam_slurm Summary: PAM module for restricting access to compute nodes via SLURM. Group: System Environment/Base -Requires: slurm -BuildRequires: slurm-devel pam-devel +Requires: slurm slurm-devel pam-devel %description pam_slurm This module restricts access to compute nodes in a cluster where the Simple Linux Utility for Resource Managment (SLURM) is in use. Access is granted -- GitLab