diff options
author | Lalatendu Mohanty <lmohanty@redhat.com> | 2014-09-05 09:42:18 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-09-05 11:05:45 -0700 |
commit | d2600dfda2b8f87b5f08d96abfb2abc0677151e0 (patch) | |
tree | 78e03e5eed29c941966671b6fcdd88640eb868e1 | |
parent | fa696f2f0b1e50e34d009fb9378c41dc6edcc966 (diff) |
RPM spec file: Fixed the description for glusterfs
Previously description was saying glusterfs is a
clustered file-system which changed to ditsributed
file-system.
Change-Id: I3ee80024ba317e912890ceff2080b82ce111be95
Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
Reviewed-on: http://review.gluster.org/8619
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
-rw-r--r-- | glusterfs.spec.in | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 2eb10911100..70d4c63542b 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -213,7 +213,7 @@ Provides: %{name}-common = %{version}-%{release} Provides: %{name}-core = %{version}-%{release} %description -GlusterFS is a clustered file-system capable of scaling to several +GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file systems in @@ -233,7 +233,7 @@ Requires: %{name} = %{version}-%{release} Provides: python-gluster = %{version}-%{release} %description api -GlusterFS is a clustered file-system capable of scaling to several +GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file systems in @@ -250,7 +250,7 @@ Requires: %{name} = %{version}-%{release} Requires: %{name}-devel = %{version}-%{release} %description api-devel -GlusterFS is a clustered file-system capable of scaling to several +GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file systems in @@ -266,7 +266,7 @@ Group: Applications/File Requires: %{name}-libs = %{version}-%{release} %description cli -GlusterFS is a clustered file-system capable of scaling to several +GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file systems in @@ -284,7 +284,7 @@ Requires: %{name} = %{version}-%{release} Requires: %{name}-extra-xlators = %{version}-%{release} %description devel -GlusterFS is a clustered file-system capable of scaling to several +GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file systems in @@ -302,7 +302,7 @@ Requires: %{name}-api = %{version}-%{release} Requires: python python-ctypes %description extra-xlators -GlusterFS is a clustered file-system capable of scaling to several +GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file systems in @@ -324,7 +324,7 @@ Obsoletes: %{name}-client < %{version}-%{release} Provides: %{name}-client = %{version}-%{release} %description fuse -GlusterFS is a clustered file-system capable of scaling to several +GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file systems in @@ -343,7 +343,7 @@ Requires: %{name}-server = %{version}-%{release} Requires: python python-ctypes %description geo-replication -GlusterFS is a clustered file-system capable of scaling to several +GlusterFS is a distributed file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in @@ -367,7 +367,7 @@ Requires: rsyslog-mmcount %endif %description libs -GlusterFS is a clustered file-system capable of scaling to several +GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file systems in @@ -386,7 +386,7 @@ BuildRequires: librdmacm-devel Requires: %{name} = %{version}-%{release} %description rdma -GlusterFS is a clustered file-system capable of scaling to several +GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file systems in @@ -433,7 +433,7 @@ Requires: glusterfs-server Requires: %{_prefix}/lib/ocf/resource.d %description resource-agents -GlusterFS is a clustered file-system capable of scaling to several +GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file systems in @@ -467,7 +467,7 @@ Obsoletes: %{name}-geo-replication = %{version}-%{release} %endif %description server -GlusterFS is a clustered file-system capable of scaling to several +GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file systems in @@ -1030,6 +1030,9 @@ fi %ghost %attr(0600,-,-) %{_sharedstatedir}/glusterd/nfs/run/nfs.pid %changelog +* Fri Sep 5 2014 Lalatendu Mohanty <lmohanty@redhat.com> +- Changed the description as "GlusterFS a distributed filesystem" + * Wed Jul 16 2014 Luis Pabon <lpabon@redhat.com> - Added cmockery2 dependency |