From 732a753f87be220274c763c906b82e23487988ee Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Mon, 26 May 2014 10:42:32 -0400 Subject: [PATCH] GlusterFS 3.5.1 beta1 --- glusterfs.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index dd3b6b7..e411b40 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -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,