[BackupPC/el5] BuildRoot required for RHEL5

Bernard Johnson bjohnson at fedoraproject.org
Wed Dec 26 01:40:54 UTC 2012


commit e77bfb305dff9bd2d82ed874d0d5000ce585a5ef
Author: Bernard Johnson <bjohnson at symetrix.com>
Date:   Tue Dec 25 18:40:32 2012 -0700

    BuildRoot required for RHEL5

 BackupPC.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/BackupPC.spec b/BackupPC.spec
index f89378e..ca9d4e5 100644
--- a/BackupPC.spec
+++ b/BackupPC.spec
@@ -74,6 +74,9 @@ BuildRequires:  selinux-policy-devel, checkpolicy
 %endif
 Provides:       backuppc = %{version}
 
+# BuildRoot required for RHEL5
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 %description
 BackupPC is a high-performance, enterprise-grade system for backing up Linux
 and WinXX and Mac OS X PCs and laptops to a server's disk. BackupPC is highly


More information about the scm-commits mailing list