diff --git a/NEWS b/NEWS
index c6382687c32bc6ea8d825a8fba5b437ca422a1be..59d5f87d6d7d7c83df5d47cd237ae2c1203f4433 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 59001dbe98761740bffa89d5cc7d918c99d58412..20b1da0314d1cbb64642ad84ff87a1c1049087bf 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>