diff options
author | Aravinda VK <avishwan@redhat.com> | 2015-05-27 11:56:53 +0530 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2015-05-29 05:28:30 -0700 |
commit | 5d912230a7d4f9979c10ff15da724624bd8e069d (patch) | |
tree | da13cd1f984a34b10b051dc810a45550e0db4e39 /glusterfs.spec.in | |
parent | 15a28c2b70003434d448a67d66ff722294e816f7 (diff) |
scripts: Added script stop-all-gluster-processes.sh in rpm
This script was not included as part of rpm. Fixed now
BUG: 1204641
Change-Id: I5e559b187253cc2f4f8ea7cf8ec56a32802e5ab2
Signed-off-by: Aravinda VK <avishwan@redhat.com>
Reviewed-on: http://review.gluster.org/10931
Reviewed-by: Kotresh HR <khiremat@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index dd799ce677f..0ed29ff2a66 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1197,12 +1197,18 @@ fi %ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/nfs/run %ghost %attr(0600,-,-) %{_sharedstatedir}/glusterd/nfs/run/nfs.pid +# Extra utility script +%{_datadir}/glusterfs/scripts/stop-all-gluster-processes.sh + # Incrementalapi %{_libexecdir}/glusterfs/glusterfind %{_bindir}/glusterfind %changelog +* Wed May 27 2015 Aravinda VK <avishwan@redhat.com> +- Added stop-all-gluster-processes.sh in glusterfs-server section (#1204641) + * Wed May 20 2015 Kaleb S. KEITHLEY <kkeithle@redhat.com> - python-gluster should be 'noarch' (#1219954) |