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