GlusterFS 3.5.1 beta1
This commit is contained in:
parent
f7d186df20
commit
658ac97ef3
@ -3,7 +3,7 @@
|
|||||||
%global _for_fedora_koji_builds 1
|
%global _for_fedora_koji_builds 1
|
||||||
|
|
||||||
# uncomment and add '%' to use the prereltag for pre-releases
|
# 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...
|
# if you wish to compile an rpm without rdma support, compile like this...
|
||||||
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without rdma
|
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without rdma
|
||||||
@ -80,8 +80,8 @@
|
|||||||
Summary: Cluster File System
|
Summary: Cluster File System
|
||||||
%if ( 0%{_for_fedora_koji_builds} )
|
%if ( 0%{_for_fedora_koji_builds} )
|
||||||
Name: glusterfs
|
Name: glusterfs
|
||||||
Version: 3.5.0
|
Version: 3.5.1
|
||||||
Release: 3%{?prereltag:.%{prereltag}}%{?dist}
|
Release: 0.1%{?prereltag:.%{prereltag}}%{?dist}
|
||||||
Vendor: Fedora Project
|
Vendor: Fedora Project
|
||||||
%else
|
%else
|
||||||
Name: @PACKAGE_NAME@
|
Name: @PACKAGE_NAME@
|
||||||
@ -457,7 +457,9 @@ regression testing of Gluster.
|
|||||||
%setup -q -n %{name}-%{version}%{?prereltag}
|
%setup -q -n %{name}-%{version}%{?prereltag}
|
||||||
|
|
||||||
%build
|
%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 \
|
%configure \
|
||||||
%{?_without_rdma} \
|
%{?_without_rdma} \
|
||||||
%{?_without_epoll} \
|
%{?_without_epoll} \
|
||||||
@ -803,6 +805,7 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
# binaries
|
# binaries
|
||||||
%{_sbindir}/glusterd
|
%{_sbindir}/glusterd
|
||||||
|
%{_sbindir}/glfsheal
|
||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/storage*
|
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/storage*
|
||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/posix*
|
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/posix*
|
||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/protocol/server*
|
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/protocol/server*
|
||||||
@ -962,14 +965,15 @@ if [ $1 -ge 1 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 1 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.5.0-3
|
||||||
- syslog deprecated in Fedora20 BZ #1093318
|
- syslog deprecated in Fedora20 BZ #1093318
|
||||||
|
|
||||||
* Fri Apr 25 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
|
* 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
|
||||||
|
|
||||||
- sync with upstream glusterfs.spec.in BZ #1091392
|
|
||||||
|
|
||||||
* Wed Apr 23 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.5.0-2
|
* 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
|
- GlusterFS 3.5.0 GA, glusterfs-3.5.0-2, glusterfs.spec nits
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user