diff options
author | Vijay Bellur <vijay@gluster.com> | 2012-05-11 11:23:58 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-05-10 23:27:15 -0700 |
commit | 8852f95869139c03d9504887a95a6ca52b5d65e0 (patch) | |
tree | d81f86279beedffc6f6e487fd47f152e3bbd3caf | |
parent | 8707fac1f92415f9fc05dc6484026a66e6e7873b (diff) |
build: Include COPYING-{LGPLV3,GPLV2} and remove COPYINGv3.3.0qa41
Change-Id: Ib7867a79b3831b24b5f26cfee44b87e72f6be09b
BUG: 820551
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Reviewed-on: http://review.gluster.com/3312
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | glusterfs.spec.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 85e0a13f1..6693bb876 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = autogen.sh COPYING INSTALL README AUTHORS THANKS NEWS glusterfs.spec +EXTRA_DIST = autogen.sh COPYING-GPLV2 COPYING-LGPLV3 INSTALL README AUTHORS THANKS NEWS glusterfs.spec SUBDIRS = argp-standalone libglusterfs rpc xlators glusterfsd $(FUSERMOUNT_SUBDIR) doc extras cli diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 569415f80..6960d8f06 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -248,7 +248,7 @@ fi %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS +%doc AUTHORS ChangeLog COPYING-GPLV2 COPYING-LGPLV3 INSTALL NEWS README THANKS %doc extras/glusterfs-logrotate %{_libdir}/glusterfs %{_libdir}/*.so.* |