3.8.0 RC2
This commit is contained in:
parent
db8ed6acee
commit
94615c1aba
6
glusterfs-3.8.0rc2.VERSION.patch
Normal file
6
glusterfs-3.8.0rc2.VERSION.patch
Normal file
@ -0,0 +1,6 @@
|
||||
--- glusterfs-3.8rc1/VERSION.orig 2016-05-16 10:59:02.691769734 -0400
|
||||
+++ glusterfs-3.8rc1/VERSION 2016-05-16 11:01:16.408769734 -0400
|
||||
@@ -1 +1 @@
|
||||
-v3.8rc2-0
|
||||
\ No newline at end of file
|
||||
+v3.8.0rc2
|
@ -3,7 +3,7 @@
|
||||
%global _for_fedora_koji_builds 1
|
||||
|
||||
# uncomment and add '%' to use the prereltag for pre-releases
|
||||
%global prereltag rc1
|
||||
%global prereltag rc2
|
||||
|
||||
##-----------------------------------------------------------------------------
|
||||
## All argument definitions should be placed here and keep them sorted
|
||||
@ -161,7 +161,7 @@ Summary: Distributed File System
|
||||
%if ( 0%{_for_fedora_koji_builds} )
|
||||
Name: glusterfs
|
||||
Version: 3.8.0
|
||||
Release: 0.1%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Release: 0.2%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Vendor: Fedora Project
|
||||
%else
|
||||
Name: @PACKAGE_NAME@
|
||||
@ -179,7 +179,7 @@ Source2: glusterfsd.sysconfig
|
||||
Source6: rhel5-load-fuse-modules
|
||||
Source7: glusterfsd.service
|
||||
Source8: glusterfsd.init
|
||||
Patch0: glusterfs-3.8.0rc1.VERSION.patch
|
||||
Patch0: glusterfs-3.8.0rc2.VERSION.patch
|
||||
%else
|
||||
Source0: @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
|
||||
%endif
|
||||
@ -199,13 +199,16 @@ BuildRequires: python-simplejson
|
||||
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
BuildRequires: bison flex
|
||||
BuildRequires: gcc make automake libtool
|
||||
BuildRequires: gcc make libtool
|
||||
BuildRequires: ncurses-devel readline-devel
|
||||
BuildRequires: libxml2-devel openssl-devel
|
||||
BuildRequires: libaio-devel libacl-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-ctypes
|
||||
BuildRequires: userspace-rcu-devel >= 0.7
|
||||
%if ( 0%{?rhel} && 0%{?rhel} < 7 )
|
||||
BuildRequires: automake
|
||||
%endif
|
||||
%if ( 0%{?rhel} && 0%{?rhel} < 6 )
|
||||
BuildRequires: e2fsprogs-devel
|
||||
%else
|
||||
@ -970,7 +973,6 @@ exit 0
|
||||
%exclude %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/cluster/pump.so
|
||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/ganesha.so
|
||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/protocol/client.so
|
||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/experimental/dht2c.so
|
||||
|
||||
%files devel
|
||||
%dir %{_includedir}/glusterfs
|
||||
@ -1112,7 +1114,6 @@ exit 0
|
||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/bitrot-stub.so
|
||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/experimental/jbrc.so
|
||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/experimental/jbr.so
|
||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/experimental/dht2s.so
|
||||
%if ( 0%{!?_without_tiering:1} )
|
||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/changetimerecorder.so
|
||||
%endif
|
||||
@ -1213,6 +1214,9 @@ exit 0
|
||||
%{_sbindir}/gf_recon
|
||||
|
||||
%changelog
|
||||
* Wed May 25 2016 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.8.0-0.2rc2
|
||||
- 3.8.0 RC2
|
||||
|
||||
* Mon May 16 2016 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.8.0-0.1rc1
|
||||
- 3.8.0 RC1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user