diff options
author | Joe Julian <me@joejulian.name> | 2011-11-09 18:27:25 -0800 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-02-19 01:34:38 -0800 |
commit | e8b6dad4dea4535a179a03824aa44628f9adaa17 (patch) | |
tree | b5d01cf6008ea417a6dcde6f084432047d470163 /configure.ac | |
parent | 7ba1e1ed45cee56ef51b9c04df99c976546d5d04 (diff) |
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 <me@joejulian.name>
Reviewed-on: http://review.gluster.com/701
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d2b034dcb5d..41777267bf5 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 <http://www.gnu.org/licenses/>. -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 |