From af5814b8daaaf82083e78ff8c268966d5ef1b54d Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Wed, 13 Oct 2004 19:31:17 +0000
Subject: [PATCH] Another try for BGL

---
 slurm.spec.in | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/slurm.spec.in b/slurm.spec.in
index e6678dba2a4..1469e07a833 100644
--- a/slurm.spec.in
+++ b/slurm.spec.in
@@ -15,6 +15,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
 URL: http://www.llnl.gov/linux/slurm
 Requires: openssl >= 0.9.6
 
+#
+# Patch for RPM backward compatability
+#
+%_unpackaged_files_terminate_build 0
+%_missing_doc_files_terminate_build 0
 
 #
 # If "--with debug" is set compile with --enable-debug 
@@ -148,8 +153,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc DISCLAIMER
 %doc COPYING
 %doc etc/slurm.conf.example
-%dir doc/html
-%doc doc/html/*
+%doc doc/html
 %{_bindir}/*
 %{_sbindir}/*
 %{_libdir}/*.so*
-- 
GitLab