From 8e7a8ea818a1cc7fb23b412023a735b3939194f4 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Fri, 17 Feb 2017 12:37:27 +0530 Subject: build: Add gf_attach to glusterfs-server package Previously gf_attach was listed under glusterfs-fuse sub-package which introduced the dependency for glusterfs-api. So as per the discussion on gluster-devel[1] moving it to glusterfs-server. [1] http://lists.gluster.org/pipermail/gluster-devel/2017-February/052111.html Change-Id: I3d646d7c2e556d8f37e6da67bdedd0738739e01b BUG: 1423448 Signed-off-by: Anoop C S Reviewed-on: https://review.gluster.org/16660 Smoke: Gluster Build System Reviewed-by: Shyamsundar Ranganathan Reviewed-by: Niels de Vos NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System --- glusterfs.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 8641f196da8..7cf169358b1 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1042,7 +1042,6 @@ exit 0 # glusterfs is a symlink to glusterfsd, -server depends on -fuse. %{_sbindir}/glusterfs %{_sbindir}/glusterfsd -%{_sbindir}/gf_attach %config(noreplace) %{_sysconfdir}/logrotate.d/glusterfs %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/mount/fuse.so /sbin/mount.glusterfs @@ -1141,6 +1140,7 @@ exit 0 # binaries %{_sbindir}/glusterd %{_sbindir}/glfsheal +%{_sbindir}/gf_attach # {_sbindir}/glusterfsd is the actual binary, but glusterfs (client) is a # symlink. The binary itself (and symlink) are part of the glusterfs-fuse # package, because glusterfs-server depends on that anyway. -- cgit