From e3b0c9d13eced0134b105f0312590f57f18e541b Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Thu, 10 Feb 2005 21:06:09 +0000
Subject: [PATCH] Fix spec file for clean RPM build on SLES9/RPMv4.1

---
 NEWS          | 4 ++++
 slurm.spec.in | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/NEWS b/NEWS
index c6382687c32..59d5f87d6d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 This file describes changes in recent versions of SLURM. It primarily
 documents those changes that are of interest to users and admins. 
 
+* Changes in SLURM 0.4.3
+========================
+ -- Turn off some RPM build checks (bug in RPM, see slurm.spec.in)
+
 * Changes in SLURM 0.4.2
 ========================
  -- Fix memory leak in BlueGene plugin.
diff --git a/slurm.spec.in b/slurm.spec.in
index 59001dbe987..20b1da0314d 100644
--- a/slurm.spec.in
+++ b/slurm.spec.in
@@ -262,6 +262,8 @@ fi
 
 
 %changelog
+* Thu Feb 10 2005 Morris Jette <jette1@llnl.gov>
+- disable rpm build termination if unpackaged files found (rpm bug)
 * Wed Jan 02 2005 Morris Jette <jette1@llnl.gov>
 - added smap package
 * Tue Nov 16 2004 Morris Jette <jette1@llnl.gov>
-- 
GitLab