From e8b6dad4dea4535a179a03824aa44628f9adaa17 Mon Sep 17 00:00:00 2001 From: Joe Julian Date: Wed, 9 Nov 2011 18:27:25 -0800 Subject: Merged in the fedora spec file to bring glusterfs into compliance with FSH and Redhat/Fedora requirements. Created a single spec that works for both 3.1 and 3.2 versions. Releases will now require changing the source url in configure.ac at the same time the release version is set. OLDBUG: 2970 BUG: 764702 Change-Id: I1ec9d10fce6dbd72c329d04c7ad61df2ad117adb Signed-off-by: Joe Julian Reviewed-on: http://review.gluster.com/701 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d2b034dcb..41777267b 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]) +AC_INIT([glusterfs],[3git],[gluster-users@gluster.org],[https://github.com/gluster/glusterfs.git]) AM_INIT_AUTOMAKE -- cgit