a3470f
From c5b4f68e24c718dcbc5f4ebe0094dcb900ac5314 Mon Sep 17 00:00:00 2001
a3470f
From: Milind Changire <mchangir@redhat.com>
a3470f
Date: Tue, 20 Sep 2016 12:43:43 +0530
a3470f
Subject: [PATCH 22/74] build: ignore %{sbindir}/conf.py* for RHEL-5
a3470f
a3470f
commit dca6f06 has introduced this file in a very wrong location
a3470f
for a Python file. And rpmbuild is behaving very differently than
a3470f
RHEL-6 as regards ignoring .pyc and .pyo files.
a3470f
a3470f
Label: DOWNSTREAM ONLY
a3470f
a3470f
Change-Id: I574a500586162917102ae8eb32b939885d2b2d4c
a3470f
Signed-off-by: Milind Changire <mchangir@redhat.com>
a3470f
---
a3470f
 glusterfs.spec.in | 1 +
a3470f
 1 file changed, 1 insertion(+)
a3470f
a3470f
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
a3470f
index f83ae5e..8f30020 100644
a3470f
--- a/glusterfs.spec.in
a3470f
+++ b/glusterfs.spec.in
a3470f
@@ -1118,6 +1118,7 @@ exit 0
a3470f
 %exclude %{_sbindir}/glusterd
a3470f
 %exclude %{_sbindir}/snap_scheduler.py
a3470f
 %exclude %{_datadir}/glusterfs/scripts/stop-all-gluster-processes.sh
a3470f
+%exclude %{_sbindir}/conf.py*
a3470f
 %if 0%{?_tmpfilesdir:1}
a3470f
 %exclude %{_tmpfilesdir}/gluster.conf
a3470f
 %endif
a3470f
-- 
a3470f
1.8.3.1
a3470f