From 8d3ef3322aa7fccff842e508a1bfd5be71e18849 Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Thu, 14 Jul 2016 13:04:09 +0530 Subject: extras/cliutils: Fixed extra packaging line cliutils was added in two places, $LIBEXEC and $PYTHON_SITE_PACKAGES Removed packaging from $LIBEXEC BUG: 1342356 Change-Id: Ie51d72b65996d14be2e7cab9a614327bec1e9555 Signed-off-by: Aravinda VK Reviewed-on: http://review.gluster.org/14923 CentOS-regression: Gluster Build System Smoke: Gluster Build System Reviewed-by: Kaleb KEITHLEY Tested-by: Kaleb KEITHLEY NetBSD-regression: NetBSD Build System --- glusterfs.spec.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 34e0ba95e2d..155d8f7f73f 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1187,9 +1187,6 @@ exit 0 # Extra utility script %{_datadir}/glusterfs/scripts/stop-all-gluster-processes.sh -# CLI utils -%{_libexecdir}/glusterfs/cliutils - # Incrementalapi %{_libexecdir}/glusterfs/glusterfind %{_bindir}/glusterfind @@ -1203,6 +1200,9 @@ exit 0 %{_sbindir}/gf_recon %changelog +* Thu Jul 14 2016 Aravinda VK +- Removed extra packaging line of cliutils(python-gluster)(#1342356) + * Mon Jul 11 2016 Aravinda VK - Added Python subpackage "cliutils" under gluster -- cgit