diff options
author | Aravinda VK <avishwan@redhat.com> | 2016-07-14 13:04:09 +0530 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2016-07-14 11:44:49 -0700 |
commit | 8d3ef3322aa7fccff842e508a1bfd5be71e18849 (patch) | |
tree | 961d9d3e8157d1048333a46d07571d5e736d8a89 /glusterfs.spec.in | |
parent | 1b998788ece8c8b52657e8b9aae65d3279690c5b (diff) |
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 <avishwan@redhat.com>
Reviewed-on: http://review.gluster.org/14923
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Smoke: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Tested-by: Kaleb KEITHLEY <kkeithle@redhat.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 <avishwan@redhat.com> +- Removed extra packaging line of cliutils(python-gluster)(#1342356) + * Mon Jul 11 2016 Aravinda VK <avishwan@redhat.com> - Added Python subpackage "cliutils" under gluster |