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