Skip to content
Snippets Groups Projects
Commit 33cbf0b4 authored by Danny Auble's avatar Danny Auble
Browse files
parent 31adfc84
No related branches found
No related tags found
No related merge requests found
##
# $Id$
##
# Metadata for RPM/TAR makefile targets
##
# See src/api/Makefile.am for guidance on setting API_ values
##
Meta: 1
Name: slurm
Major: 2
Minor: 2
Micro: 0
Version: 2.2.0
Release: 0.pre9
##
# When changing API_CURRENT update src/common/slurm_protocol_common.h
# with a new SLURM_PROTOCOL_VERSION signifing the old one and the version
# it was so the slurmdbd can continue to send the old protocol version.
# In src/common/slurm_protocol_util.c check_header_version(), and init_header()
# need to be updated also when changes are added also.
##
API_CURRENT: 22
API_AGE: 0
API_REVISION: 0
Api_age: 0
Api_current: 22
Api_revision: 0
Date: 2010-08-06
Major: 2
Meta: 1
Micro: 0
Minor: 2
Name: slurm
Release: 1008061411
Release_tags: dist
Version: 2.2.0
......@@ -84,15 +84,15 @@
%slurm_with_opt sgijob
%endif
Name: See META file
Version: See META file
Release: See META file
Name: slurm
Version: 2.2.0
Release: 1008061411%{?dist}
Summary: Simple Linux Utility for Resource Management
License: GPL
Group: System Environment/Base
Source: %{name}-%{version}-%{release}.tgz
Source: slurm-2.2.0-1008061411.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
URL: https://computing.llnl.gov/linux/slurm/
......@@ -360,7 +360,7 @@ Gives the ability for SLURM to use Berkeley Lab Checkpoint/Restart
#############################################################################
%prep
%setup -n %{name}-%{version}-%{release}
%setup -n slurm-2.2.0-1008061411
%build
%configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
......@@ -767,6 +767,7 @@ if [ ! -f %{_sysconfdir}/slurmdbd.conf ]; then
echo "Edit %{_sysconfdir}/slurmdbd.conf.example and copy it to slurmdbd.conf"
fi
%if %{slurm_with bluegene}
%post bluegene
if [ -x /sbin/ldconfig ]; then
/sbin/ldconfig %{_libdir}/slurm
......@@ -775,7 +776,7 @@ if [ ! -f %{_sysconfdir}/bluegene.conf ]; then
echo "You need to build and install a bluegene.conf file"
echo "Edit %{_sysconfdir}/bluegene.conf.example and copy it to bluegene.conf"
fi
%endif
%preun
if [ "$1" = 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment