GlusterFS 3.5.1 beta1

This commit is contained in:
Kaleb S. KEITHLEY 2014-05-26 10:42:32 -04:00
parent 73879ff2e4
commit 732a753f87

View File

@ -3,7 +3,7 @@
%global _for_fedora_koji_builds 1
# uncomment and add '%' to use the prereltag for pre-releases
%global prereltag beta1
%global prereltag beta
# if you wish to compile an rpm without rdma support, compile like this...
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without rdma
@ -81,7 +81,7 @@ Summary: Cluster File System
%if ( 0%{_for_fedora_koji_builds} )
Name: glusterfs
Version: 3.5.1
Release: 0.1%{?prereltag:.%{prereltag}}%{?dist}
Release: 0.1%{?prereltag:.%{prereltag}1}%{?dist}
Vendor: Fedora Project
%else
Name: @PACKAGE_NAME@
@ -93,7 +93,7 @@ License: GPLv2 or LGPLv3+
Group: System Environment/Base
URL: http://www.gluster.org/docs/index.php/GlusterFS
%if ( 0%{_for_fedora_koji_builds} )
Source0: http://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-%{version}beta.tar.gz
Source0: http://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-%{version}%{prereltag}.tar.gz
Source1: glusterd.sysconfig
Source2: glusterfsd.sysconfig
Source3: glusterfs-fuse.logrotate
@ -454,7 +454,7 @@ The Gluster Test Framework, is a suite of scripts used for
regression testing of Gluster.
%prep
%setup -q -n %{name}-%{version}beta
%setup -q -n %{name}-%{version}%{prereltag}
%build
# For whatever reason, install-sh is sometimes missing. When this gets fixed,