a3470f
From 7562ffbce9d768d5af9d23361cf6dd6ef992bead Mon Sep 17 00:00:00 2001
a3470f
From: Jiffin Tony Thottan <jthottan@redhat.com>
a3470f
Date: Fri, 10 Nov 2017 23:38:14 +0530
a3470f
Subject: [PATCH 29/74] build: exclude glusterfssharedstorage.service and
a3470f
 mount-shared-storage.sh from client builds
a3470f
a3470f
Label: DOWNSTREAM ONLY
a3470f
a3470f
Change-Id: I7d76ba0742b5c6a44505eb883eacda0c91efbe51
a3470f
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
a3470f
Reviewed-on: https://code.engineering.redhat.com/gerrit/109684
a3470f
Reviewed-by: Milind Changire <mchangir@redhat.com>
a3470f
Tested-by: Milind Changire <mchangir@redhat.com>
a3470f
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
a3470f
---
a3470f
 glusterfs.spec.in | 22 +++++++++++++++++++++-
a3470f
 1 file changed, 21 insertions(+), 1 deletion(-)
a3470f
a3470f
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
a3470f
index 343e88f..4596e3f 100644
a3470f
--- a/glusterfs.spec.in
a3470f
+++ b/glusterfs.spec.in
a3470f
@@ -1083,6 +1083,20 @@ exit 0
a3470f
 %exclude %{_libexecdir}/glusterfs/glusterfind
a3470f
 %exclude %{_bindir}/glusterfind
a3470f
 %exclude %{_libexecdir}/glusterfs/peer_add_secret_pub
a3470f
+# exclude eventsapi files
a3470f
+%exclude %{_sysconfdir}/glusterfs/eventsconfig.json
a3470f
+%exclude %{_sharedstatedir}/glusterd/events
a3470f
+%exclude %{_libexecdir}/glusterfs/events
a3470f
+%exclude %{_libexecdir}/glusterfs/peer_eventsapi.py*
a3470f
+%exclude %{_sbindir}/glustereventsd
a3470f
+%exclude %{_sbindir}/gluster-eventsapi
a3470f
+%exclude %{_datadir}/glusterfs/scripts/eventsdash.py*
a3470f
+%if ( 0%{?_with_systemd:1} )
a3470f
+%exclude %{_unitdir}/glustereventsd.service
a3470f
+%exclude %_init_glusterfssharedstorage
a3470f
+%else
a3470f
+%exclude %{_sysconfdir}/init.d/glustereventsd
a3470f
+%endif
a3470f
 # exclude server files
a3470f
 %exclude %{_sharedstatedir}/glusterd/*
a3470f
 %exclude %{_sysconfdir}/glusterfs
a3470f
@@ -1123,6 +1137,9 @@ exit 0
a3470f
 %exclude %{_sbindir}/glusterd
a3470f
 %exclude %{_sbindir}/snap_scheduler.py
a3470f
 %exclude %{_datadir}/glusterfs/scripts/stop-all-gluster-processes.sh
a3470f
+%if ( 0%{?_with_systemd:1} )
a3470f
+%exclude %{_libexecdir}/glusterfs/mount-shared-storage.sh
a3470f
+%endif
a3470f
 %exclude %{_sbindir}/conf.py*
a3470f
 %if 0%{?_tmpfilesdir:1}
a3470f
 %exclude %{_tmpfilesdir}/gluster.conf
a3470f
@@ -2181,7 +2198,10 @@ end
a3470f
 * Thu Jul 13 2017 Kaleb S. KEITHLEY <kkeithle@redhat.com>
a3470f
 - various directories not owned by any package
a3470f
 
a3470f
-* Fri Jun 16 2017 Jiffin Tony Thottan <jthottan@redhat.com>
a3470f
+* Wed Jun 21 2017 Jiffin Tony Thottan <jthottan@redhat.com>
a3470f
+- Exclude glusterfssharedstorage.service and mount-shared-storage.sh from client builds
a3470f
+
a3470f
+* Tue Jun 20 2017 Jiffin Tony Thottan <jthottan@redhat.com>
a3470f
 - Add glusterfssharedstorage.service systemd file
a3470f
 
a3470f
 * Fri Jun 9 2017 Poornima G <pgurusid@redhat.com>
a3470f
-- 
a3470f
1.8.3.1
a3470f