From e2438fdde0458b70b0cd201b4950b676188d0824 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Mon, 4 Oct 2010 04:50:53 +0000 Subject: Some cleanup in rpm specification file Thanks to Bernard Li for rdma 'BuildRequires' fix Signed-off-by: Harshavardhana Signed-off-by: Amar Tumballi Signed-off-by: Vijay Bellur BUG: 1770 (Cleanup rpmbuild) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1770 --- glusterfs.spec.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 935859d8a6c..a81fd165e7f 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -19,12 +19,12 @@ Summary: Cluster File System Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ Release: %{release} -License: GPLv3+ +License: AGPLv3+ Group: System Environment/Base Vendor: Gluster Inc Packager: @PACKAGE_BUGREPORT@ URL: http://www.gluster.org/docs/index.php/GlusterFS -Source0: ftp://ftp.gluster.com/pub/gluster/glusterfs/2.0/@PACKAGE_VERSION@/@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz +Source0: ftp://ftp.gluster.com/pub/gluster/glusterfs/@PACKAGE_VERSION@/@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires(post): /sbin/chkconfig Requires(preun): /sbin/service, /sbin/chkconfig @@ -65,7 +65,7 @@ GlusterFS server and client framework. %package rdma Summary: GlusterFS rdma Group: Applications/File -Requires: libibverbs-devel +BuildRequires: libibverbs-devel %description rdma GlusterFS is a clustered file-system capable of scaling to several @@ -137,7 +137,7 @@ fi %files core %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING.GPL COPYING.AGPL INSTALL NEWS README +%doc AUTHORS ChangeLog COPYING.GPL COPYING.AGPL INSTALL NEWS README THANKS %doc /usr/share/doc/glusterfs %if 0%{?_with_fusermount:1} %{_bindir}/fusermount-glusterfs -- cgit