diff options
| author | Vijay Bellur <vijay@gluster.com> | 2012-05-29 00:35:20 +0530 | 
|---|---|---|
| committer | Anand Avati <avati@redhat.com> | 2012-05-28 19:42:54 -0700 | 
| commit | 5d0194e8ed68d587ffbe0531fe634790fd51f698 (patch) | |
| tree | deb6bd4fe01cdc24836f2527576578762924975d | |
| parent | 54ab2a3cbe534c5e716e34a365e3710666d76a46 (diff) | |
build: Update licensing in buildspec
Change-Id: I1d3348a99dad621608eccb08a71c85766e9ae451
BUG: 820551
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Reviewed-on: http://review.gluster.com/3469
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
| -rw-r--r-- | glusterfs.spec.in | 14 | 
1 files changed, 9 insertions, 5 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 6960d8f06..0c2b5b344 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -35,7 +35,7 @@ Summary: Cluster File System  Name: @PACKAGE_NAME@  Version: %{version}  Release: %{release} -License: GPLv3+ +License: GPLv2 or LGPLv3+  Group: System Environment/Base  Vendor: Gluster Inc  Packager: @PACKAGE_BUGREPORT@ @@ -72,13 +72,12 @@ terms of features and extensibility.  It borrows a powerful concept  called Translators from GNU Hurd kernel. Much of the code in GlusterFS  is in userspace and easily manageable. -This package includes the glusterfs binary, the glusterd daemon and the gluster -command line, libglusterfs and glusterfs translator modules common to both -GlusterFS server and client framework. +This package includes libraries and utility scripts.  %if 0%{!?_without_rdma:1}  %package rdma  Summary: GlusterFS rdma support for ib-verbs +License: GPLv2 or LGPLv3+  Group: Applications/File  BuildRequires: libibverbs-devel @@ -100,6 +99,7 @@ This package provides support to ib-verbs library.  %if 0%{!?_without_georeplication:1}  %package geo-replication  Summary: GlusterFS Geo-replication +License: GPLv3+  Group: Applications/File  Requires: %{name} = %{version}-%{release} , python-ctypes , rsync >= 3.0.0 @@ -118,6 +118,7 @@ This package provides support to geo-replication.  %package fuse  Summary: GlusterFS Fuse client +License: GPLv2 or LGPLv3+  Group: Applications/File  Requires: %{name} >= %{version}-%{release} @@ -138,6 +139,7 @@ This package provides support to FUSE based clients.  %package server  Summary:          Clustered file-system server +License:          GPLv3+  Group:            System Environment/Daemons  Requires:         %{name} = %{version}-%{release}  Requires:         %{name}-fuse = %{version}-%{release} @@ -152,10 +154,12 @@ terms of features and extensibility.  It borrows a powerful concept  called Translators from GNU Hurd kernel. Much of the code in GlusterFS  is in user space and easily manageable. -This package provides the glusterfs server daemon. +This package provides the glusterfs server daemon and translators that +are loaded on the server.  %package devel  Summary:        Development Libraries +License:        GPLv2 or LGPLv3+  Group:          Development/Libraries  Requires:       %{name} = %{version}-%{release}  | 
