e7a346
From c59e78a5e8b7a1802f1f7caa1eab480a3395ba91 Mon Sep 17 00:00:00 2001
e7a346
From: Milind Changire <mchangir@redhat.com>
e7a346
Date: Wed, 15 Nov 2017 12:18:57 +0530
e7a346
Subject: [PATCH 74/74] build: make /var/run available on RHEL-6
e7a346
e7a346
make /var/run available on RHEL-6 as well
e7a346
e7a346
Label: DOWNSTREAM ONLY
e7a346
e7a346
Change-Id: Iec79478e2233bd3194030a2c75273fc2ba3d17bb
e7a346
Signed-off-by: Milind Changire <mchangir@redhat.com>
e7a346
---
e7a346
 glusterfs.spec.in | 2 +-
e7a346
 1 file changed, 1 insertion(+), 1 deletion(-)
e7a346
e7a346
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
e7a346
index b6ba91c..da8a3e5 100644
e7a346
--- a/glusterfs.spec.in
e7a346
+++ b/glusterfs.spec.in
e7a346
@@ -118,7 +118,7 @@
e7a346
 %endif
e7a346
 
e7a346
 # From https://fedoraproject.org/wiki/Packaging:Python#Macros
e7a346
-%if ( 0%{?rhel} && 0%{?rhel} <= 5 )
e7a346
+%if ( 0%{?rhel} && 0%{?rhel} <= 6 )
e7a346
 %{!?python2_sitelib: %global python2_sitelib %(python2 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
e7a346
 %{!?python2_sitearch: %global python2_sitearch %(python2 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
e7a346
 %global _rundir %{_localstatedir}/run
e7a346
-- 
e7a346
1.8.3.1
e7a346