diff options
author | Humble Devassy Chirammal <hchiramm@redhat.com> | 2015-02-25 19:37:22 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2015-02-25 13:18:40 -0800 |
commit | 1fd540c386b3b4a99e3ee1b926a30f0992266983 (patch) | |
tree | 0feb50e8e72391b4683e8afa1766bbb3cb6d9a41 | |
parent | 1dbe0d63259f1fe63c453d56fd97567368e9c0f5 (diff) |
spec: correcting GlusterFS string
Change-Id: Ia39d81f89cf783016700c8059f6a788029ee1b13
BUG: 1075417
Signed-off-by: Humble Devassy Chirammal <hchiramm@redhat.com>
Reviewed-on: http://review.gluster.org/9749
Reviewed-by: Lalatendu Mohanty <lmohanty@redhat.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
-rw-r--r-- | glusterfs.spec.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index ca1b6de943b..85695092755 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -232,7 +232,7 @@ gluster command line, libglusterfs and glusterfs translator modules common to both GlusterFS server and client framework. %package api -Summary: GlusterFs api library +Summary: GlusterFS api library Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} # we provide the Python package/namespace 'gluster' @@ -740,9 +740,9 @@ fi # Legacy server %_init_enable glusterd %_init_enable glusterfsd -# ".cmd_log_history" is renamed to "cmd_history.log" in GlusterFs-3.7 . -# While upgrading glusterfs-server package form GlusterFs version <= 3.6 to -# GlusterFs version 3.7, ".cmd_log_history" should be renamed to +# ".cmd_log_history" is renamed to "cmd_history.log" in GlusterFS-3.7 . +# While upgrading glusterfs-server package form GlusterFS version <= 3.6 to +# GlusterFS version 3.7, ".cmd_log_history" should be renamed to # "cmd_history.log" to retain cli command history contents. if [ -f %{_localstatedir}/log/glusterfs/.cmd_log_history ]; then mv %{_localstatedir}/log/glusterfs/.cmd_log_history \ |