diff options
author | Aravinda VK <avishwan@redhat.com> | 2016-05-31 13:39:05 +0530 |
---|---|---|
committer | Jeff Darcy <jdarcy@redhat.com> | 2016-07-12 09:07:29 -0700 |
commit | 19adaad015a8e13206f656eaee135881a2da58eb (patch) | |
tree | cbb86821ae58b28d915596617edd47900e7c8477 /glusterfs.spec.in | |
parent | d94bf608b16b82f2c8f8588a96459cb746773b32 (diff) |
extras/cliutils: Utils for creating CLI tools for Gluster
Refer README.md for documentation.
BUG: 1342356
Change-Id: Ic88504177137136bbb4b8b2c304ecc4af9bcfe30
Signed-off-by: Aravinda VK <avishwan@redhat.com>
Reviewed-on: http://review.gluster.org/14627
Reviewed-by: Prashanth Pai <ppai@redhat.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index cb04f431783..34e0ba95e2d 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1046,6 +1046,7 @@ exit 0 # introducing glusterfs module in site packages. # so that all other gluster submodules can reside in the same namespace. %{python_sitelib}/gluster/__init__.* +%{python_sitelib}/gluster/cliutils %if ( 0%{!?_without_rdma:1} ) %files rdma @@ -1186,6 +1187,9 @@ exit 0 # Extra utility script %{_datadir}/glusterfs/scripts/stop-all-gluster-processes.sh +# CLI utils +%{_libexecdir}/glusterfs/cliutils + # Incrementalapi %{_libexecdir}/glusterfs/glusterfind %{_bindir}/glusterfind @@ -1199,6 +1203,9 @@ exit 0 %{_sbindir}/gf_recon %changelog +* Mon Jul 11 2016 Aravinda VK <avishwan@redhat.com> +- Added Python subpackage "cliutils" under gluster + * Tue May 31 2016 Kaleb S. KEITHLEY <kkeithle@redhat.com> - broken brp-python-bytecompile in RHEL7 results in installed but unpackaged files. |