From cabb28a028b70172c45c72598e1ac43fbed08411 Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Sun, 31 May 2015 12:18:11 +0530 Subject: spec: move file peer_add_secret_pub to server RPM peer_add_secret_pub was developed as part of geo-replication feature. glusterfind has a dependency on the peer_add_secret_pub for distributing SSH secrets. The dependency was manifest while QA testing glusterfind. peer_add_secret_pub is now moved to the server RPM to support glusterfind without creating a dependency on the geo-replication RPM Change-Id: I1345e13fd6d218eb722cd72ca1b9dd04adf4d316 BUG: 1225552 Signed-off-by: Milind Changire Signed-off-by: Aravinda VK Reviewed-On: http://review.gluster.org/10807 Reviewed-on: http://review.gluster.org/11016 Tested-by: NetBSD Build System Reviewed-by: Kotresh HR Tested-by: Gluster Build System Reviewed-by: Venky Shankar --- glusterfs.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 374435f5772..0ec820129cd 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1049,7 +1049,6 @@ fi %{_libexecdir}/glusterfs/python/syncdaemon/* %{_libexecdir}/glusterfs/gverify.sh %{_libexecdir}/glusterfs/set_geo_rep_pem_keys.sh -%{_libexecdir}/glusterfs/peer_add_secret_pub %{_libexecdir}/glusterfs/peer_gsec_create %{_libexecdir}/glusterfs/peer_mountbroker %ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/geo-replication @@ -1199,9 +1198,13 @@ fi # Incrementalapi %{_libexecdir}/glusterfs/glusterfind %{_bindir}/glusterfind +%{_libexecdir}/glusterfs/peer_add_secret_pub %changelog +* Sun May 31 2015 Milind Changire +- Move file peer_add_secret_pub to the server RPM to support glusterfind (#1225552) + * Sat May 31 2015 Aravinda VK - Added stop-all-gluster-processes.sh in glusterfs-server section (#1225331) -- cgit