diff options
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | glusterfs.spec.in | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c5f303d0c1d..ca3d877505f 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],[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 567054d923f..1df499789a0 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  | 
