12a457
From 75658380a6cc525cd4e50996e8c025190d88255a Mon Sep 17 00:00:00 2001
12a457
From: Milind Changire <mchangir@redhat.com>
12a457
Date: Thu, 29 Oct 2015 15:55:26 +0530
12a457
Subject: [PATCH 24/26] build: exclude glusterfs.xml on rhel-7 client build
12a457
12a457
Label: DOWNSTREAM ONLY
12a457
BUG: 1273706
12a457
Change-Id: Iae1ee01b3aa61d4dd150e17646b330871b948ef3
12a457
Signed-off-by: Milind Changire <mchangir@redhat.com>
12a457
Reviewed-on: https://code.engineering.redhat.com/gerrit/60433
12a457
Reviewed-by: Balamurugan Arumugam <barumuga@redhat.com>
12a457
Tested-by: Balamurugan Arumugam <barumuga@redhat.com>
12a457
---
12a457
 glusterfs.spec.in |    3 +++
12a457
 1 files changed, 3 insertions(+), 0 deletions(-)
12a457
12a457
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
12a457
index c19f7ac..db826ee 100644
12a457
--- a/glusterfs.spec.in
12a457
+++ b/glusterfs.spec.in
12a457
@@ -1050,6 +1050,9 @@ exit 0
12a457
 %if 0%{?_tmpfilesdir:1}
12a457
 %exclude %{_tmpfilesdir}/gluster.conf
12a457
 %endif
12a457
+%if ( 0%{?_with_firewalld:1} )
12a457
+%exclude /usr/lib/firewalld/services/glusterfs.xml
12a457
+%endif
12a457
 %endif
12a457
 %doc ChangeLog COPYING-GPLV2 COPYING-LGPLV3 INSTALL README.md THANKS
12a457
 %{_mandir}/man8/*gluster*.8*
12a457
-- 
12a457
1.7.1
12a457