From d2600dfda2b8f87b5f08d96abfb2abc0677151e0 Mon Sep 17 00:00:00 2001 From: Lalatendu Mohanty Date: Fri, 5 Sep 2014 09:42:18 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/8619 Tested-by: Gluster Build System Reviewed-by: Kaleb KEITHLEY Reviewed-by: Vijay Bellur --- glusterfs.spec.in | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'glusterfs.spec.in') 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 +- Changed the description as "GlusterFS a distributed filesystem" + * Wed Jul 16 2014 Luis Pabon - Added cmockery2 dependency -- cgit