From f2eb8e4a17219e6a75b8673181f4bb0b85697d66 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Tue, 21 Feb 2012 17:35:31 +0530 Subject: build: rpmbuild friendly changes Change-Id: Ia1299d4404da0bd6787516924ebadcf9d6e021d1 BUG: 764702 Signed-off-by: Vijay Bellur Reviewed-on: http://review.gluster.com/2785 Reviewed-by: Amar Tumballi Tested-by: Gluster Build System --- configure.ac | 2 +- glusterfs.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c5f303d0c..ca3d87750 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . -AC_INIT([glusterfs],[3git],[gluster-users@gluster.org],[https://github.com/gluster/glusterfs.git]) +AC_INIT([glusterfs],[3git],[gluster-users@gluster.org],,[https://github.com/gluster/glusterfs.git]) AM_INIT_AUTOMAKE diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 567054d92..1df499789 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -40,7 +40,7 @@ Group: System Environment/Base Vendor: Gluster Inc Packager: @PACKAGE_BUGREPORT@ URL: http://www.gluster.org/docs/index.php/GlusterFS -Source0: @PACKAGE_TARNAME@ +Source0: @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires(post): /sbin/chkconfig Requires(preun): /sbin/service, /sbin/chkconfig -- cgit