From ad7bd0865db4653e609bfc08cfc50225c87f3748 Mon Sep 17 00:00:00 2001 From: Milind Changire Date: Mon, 18 May 2015 19:32:48 +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: 1221544 Signed-off-by: Milind Changire Reviewed-on: http://review.gluster.org/10807 Tested-by: NetBSD Build System Reviewed-by: Aravinda VK --- glusterfs.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 0ed29ff2a66..1e5a8125ad4 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1053,7 +1053,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 @@ -1203,6 +1202,7 @@ fi # Incrementalapi %{_libexecdir}/glusterfs/glusterfind %{_bindir}/glusterfind +%{_libexecdir}/glusterfs/peer_add_secret_pub %changelog @@ -1218,6 +1218,9 @@ fi * Wed May 20 2015 Anand Nekkunti - glusterd.socket file cleanup during post run upgrade (#1210404) +* Mon May 18 2015 Milind Changire +- Move file peer_add_secret_pub to the server RPM to support glusterfind (#1221544) + * Tue May 05 2015 Niels de Vos - Introduce glusterfs-client-xlators to reduce dependencies (#1195947) -- cgit