Blob Blame History Raw
From 3ba28e2c0a36aef268e0442b7c81ff8b03c0fcee Mon Sep 17 00:00:00 2001
From: Milind Changire <mchangir@redhat.com>
Date: Tue, 20 Sep 2016 12:43:43 +0530
Subject: [PATCH 86/86] build: ignore %{sbindir}/conf.py* for RHEL-5

commit dca6f06 has introduced this file in a very wrong location
for a Python file. And rpmbuild is behaving very differently than
RHEL-6 as regards ignoring .pyc and .pyo files.

Label: DOWNSTREAM ONLY

Change-Id: I574a500586162917102ae8eb32b939885d2b2d4c
Signed-off-by: Milind Changire <mchangir@redhat.com>
---
 glusterfs.spec.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 984624c..d6a8f4c 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -1053,7 +1053,7 @@ exit 0
 %exclude %{_sbindir}/glusterd
 %exclude %{_sbindir}/snap_scheduler.py
 %exclude %{_datadir}/glusterfs/scripts/stop-all-gluster-processes.sh
-%exclude %{_sbindir}/conf.py
+%exclude %{_sbindir}/conf.py*
 %if 0%{?_tmpfilesdir:1}
 %exclude %{_tmpfilesdir}/gluster.conf
 %endif
-- 
1.7.1