e7a346
From 8279b8c5f23cddd1b7db59c56ed2d8896ac49aa7 Mon Sep 17 00:00:00 2001
e7a346
From: Milind Changire <mchangir@redhat.com>
e7a346
Date: Tue, 4 Jul 2017 17:10:27 +0530
e7a346
Subject: [PATCH 30/74] build: make gf_attach available in glusterfs-server
e7a346
e7a346
Problem:
e7a346
gf_attach was erroneously packaged in glusterfs-fuse
e7a346
e7a346
Solution:
e7a346
move gf_attach listing to server package
e7a346
add gf_attach to the exclude listing for client builds
e7a346
e7a346
Label: DOWNSTREAM ONLY
e7a346
e7a346
Change-Id: I0de45700badcbab65febf2385f1ac074c44cfa7c
e7a346
Signed-off-by: Milind Changire <mchangir@redhat.com>
e7a346
Reviewed-on: https://code.engineering.redhat.com/gerrit/111001
e7a346
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
e7a346
---
e7a346
 glusterfs.spec.in | 7 +++++++
e7a346
 1 file changed, 7 insertions(+)
e7a346
e7a346
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
e7a346
index 4596e3f..600fa6e 100644
e7a346
--- a/glusterfs.spec.in
e7a346
+++ b/glusterfs.spec.in
e7a346
@@ -1135,6 +1135,7 @@ exit 0
e7a346
 %exclude %{_sbindir}/gcron.py
e7a346
 %exclude %{_sbindir}/glfsheal
e7a346
 %exclude %{_sbindir}/glusterd
e7a346
+%exclude %{_sbindir}/gf_attach
e7a346
 %exclude %{_sbindir}/snap_scheduler.py
e7a346
 %exclude %{_datadir}/glusterfs/scripts/stop-all-gluster-processes.sh
e7a346
 %if ( 0%{?_with_systemd:1} )
e7a346
@@ -2198,6 +2199,12 @@ end
e7a346
 * Thu Jul 13 2017 Kaleb S. KEITHLEY <kkeithle@redhat.com>
e7a346
 - various directories not owned by any package
e7a346
 
e7a346
+* Tue Jul 04 2017 Milind Changire <mchangir@redhat.com>
e7a346
+- moved %{_sbindir}/gf_attach from glusterfs-fuse to glusterfs-server
e7a346
+
e7a346
+* Fri Jun 23 2017 Kaleb S. KEITHLEY <kkeithle@redhat.com>
e7a346
+- DOWNSTREAM ONLY remove Requires: selinux-policy for puddle generation
e7a346
+
e7a346
 * Wed Jun 21 2017 Jiffin Tony Thottan <jthottan@redhat.com>
e7a346
 - Exclude glusterfssharedstorage.service and mount-shared-storage.sh from client builds
e7a346
 
e7a346
-- 
e7a346
1.8.3.1
e7a346