3604df
From c317004775bdc59e1d57252c849391cd4706cefa Mon Sep 17 00:00:00 2001
12a457
From: Milind Changire <mchangir@redhat.com>
12a457
Date: Thu, 29 Oct 2015 15:55:26 +0530
3604df
Subject: [PATCH 16/86] 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
---
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
3604df
index e2be3f3..d5de0f2 100644
12a457
--- a/glusterfs.spec.in
12a457
+++ b/glusterfs.spec.in
3604df
@@ -1025,6 +1025,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