d1681e
From 5b117b1f8cf05d645512bb6f07cbe2803119652f Mon Sep 17 00:00:00 2001
12a457
From: Milind Changire <mchangir@redhat.com>
12a457
Date: Thu, 29 Oct 2015 15:55:26 +0530
d1681e
Subject: [PATCH 16/74] build: exclude glusterfs.xml on rhel-7 client build
12a457
12a457
Label: DOWNSTREAM ONLY
3604df
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
---
d1681e
 glusterfs.spec.in | 3 +++
d1681e
 1 file changed, 3 insertions(+)
12a457
12a457
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
d1681e
index f308f37..85f7f21 100644
12a457
--- a/glusterfs.spec.in
12a457
+++ b/glusterfs.spec.in
d1681e
@@ -1138,6 +1138,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
-- 
d1681e
1.8.3.1
12a457