diff --git a/glusterfs.spec b/glusterfs.spec index 7b3163d..e41e9e3 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 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 - 3.5.1-0.1.beta1 +- GlusterFS 3.5.1 beta1 + * Thu May 1 2014 Kaleb S. KEITHLEY - 3.5.0-3 - syslog deprecated in Fedora20 BZ #1093318 * Fri Apr 25 2014 Kaleb S. KEITHLEY - sync with upstream glusterfs.spec.in BZ #1091392 -- sync with upstream glusterfs.spec.in BZ #1091392 - * Wed Apr 23 2014 Kaleb S. KEITHLEY - 3.5.0-2 - GlusterFS 3.5.0 GA, glusterfs-3.5.0-2, glusterfs.spec nits diff --git a/sources b/sources index 4003488..1b68328 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c141ba3e5306d550d9092e3d1ad6d50 glusterfs-3.5.0.tar.gz +6b9a110b3ff17d8b9ed6411fd77c1309 glusterfs-3.5.1beta.tar.gz