GlusterFS 3.5.1 beta1

This commit is contained in:
Kaleb S. KEITHLEY 2014-05-26 10:12:07 -04:00
parent f7d186df20
commit 658ac97ef3
2 changed files with 11 additions and 7 deletions

View File

@ -3,7 +3,7 @@
%global _for_fedora_koji_builds 1
# uncomment and add '%' to use the prereltag for pre-releases
# %%global prereltag beta5
%global prereltag beta1
# if you wish to compile an rpm without rdma support, compile like this...
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without rdma
@ -80,8 +80,8 @@
Summary: Cluster File System
%if ( 0%{_for_fedora_koji_builds} )
Name: glusterfs
Version: 3.5.0
Release: 3%{?prereltag:.%{prereltag}}%{?dist}
Version: 3.5.1
Release: 0.1%{?prereltag:.%{prereltag}}%{?dist}
Vendor: Fedora Project
%else
Name: @PACKAGE_NAME@
@ -457,7 +457,9 @@ regression testing of Gluster.
%setup -q -n %{name}-%{version}%{?prereltag}
%build
./autogen.sh
# For whatever reason, install-sh is sometimes missing. When this gets fixed,
# there is no need to run ./autogen or have a BuildRequires for automake.
[ -e 'install-sh' -o -e 'install.sh' ] || ./autogen.sh
%configure \
%{?_without_rdma} \
%{?_without_epoll} \
@ -803,6 +805,7 @@ fi
%endif
# binaries
%{_sbindir}/glusterd
%{_sbindir}/glfsheal
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/storage*
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/posix*
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/protocol/server*
@ -962,14 +965,15 @@ if [ $1 -ge 1 ]; then
fi
%changelog
* Mon May 26 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.5.1-0.1.beta1
- GlusterFS 3.5.1 beta1
* Thu May 1 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.5.0-3
- syslog deprecated in Fedora20 BZ #1093318
* Fri Apr 25 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
- sync with upstream glusterfs.spec.in BZ #1091392
- sync with upstream glusterfs.spec.in BZ #1091392
* Wed Apr 23 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.5.0-2
- GlusterFS 3.5.0 GA, glusterfs-3.5.0-2, glusterfs.spec nits

View File

@ -1 +1 @@
5c141ba3e5306d550d9092e3d1ad6d50 glusterfs-3.5.0.tar.gz
6b9a110b3ff17d8b9ed6411fd77c1309 glusterfs-3.5.1beta.tar.gz