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