3.8.0 GA
This commit is contained in:
parent
94615c1aba
commit
f5e2ac87e4
@ -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 rc2
|
# %%global prereltag rc2
|
||||||
|
|
||||||
##-----------------------------------------------------------------------------
|
##-----------------------------------------------------------------------------
|
||||||
## All argument definitions should be placed here and keep them sorted
|
## 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} )
|
%if ( 0%{_for_fedora_koji_builds} )
|
||||||
Name: glusterfs
|
Name: glusterfs
|
||||||
Version: 3.8.0
|
Version: 3.8.0
|
||||||
Release: 0.2%{?prereltag:.%{prereltag}}%{?dist}
|
Release: 1%{?prereltag:.%{prereltag}}%{?dist}
|
||||||
Vendor: Fedora Project
|
Vendor: Fedora Project
|
||||||
%else
|
%else
|
||||||
Name: @PACKAGE_NAME@
|
Name: @PACKAGE_NAME@
|
||||||
@ -173,13 +173,12 @@ License: GPLv2 or LGPLv3+
|
|||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://www.gluster.org/docs/index.php/GlusterFS
|
URL: http://www.gluster.org/docs/index.php/GlusterFS
|
||||||
%if ( 0%{_for_fedora_koji_builds} )
|
%if ( 0%{_for_fedora_koji_builds} )
|
||||||
Source0: http://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-3.8%{?prereltag}.tar.gz
|
Source0: http://bits.gluster.org/pub/gluster/%{name}/src/%{name}-%{version}%{?prereltag}.tar.gz
|
||||||
Source1: glusterd.sysconfig
|
Source1: glusterd.sysconfig
|
||||||
Source2: glusterfsd.sysconfig
|
Source2: glusterfsd.sysconfig
|
||||||
Source6: rhel5-load-fuse-modules
|
Source6: rhel5-load-fuse-modules
|
||||||
Source7: glusterfsd.service
|
Source7: glusterfsd.service
|
||||||
Source8: glusterfsd.init
|
Source8: glusterfsd.init
|
||||||
Patch0: glusterfs-3.8.0rc2.VERSION.patch
|
|
||||||
%else
|
%else
|
||||||
Source0: @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
|
Source0: @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
|
||||||
%endif
|
%endif
|
||||||
@ -587,8 +586,7 @@ This package provides the glusterfs server daemon.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-3.8%{?prereltag}
|
%setup -q -n %{name}-%{version}%{?prereltag}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if ( 0%{?rhel} && 0%{?rhel} < 6 )
|
%if ( 0%{?rhel} && 0%{?rhel} < 6 )
|
||||||
@ -930,7 +928,6 @@ exit 0
|
|||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/barrier.so
|
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/barrier.so
|
||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/cdc.so
|
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/cdc.so
|
||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/changelog.so
|
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/changelog.so
|
||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/experimental/fdl.so
|
|
||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/gfid-access.so
|
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/gfid-access.so
|
||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/read-only.so
|
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/read-only.so
|
||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/shard.so
|
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/shard.so
|
||||||
@ -1112,8 +1109,6 @@ exit 0
|
|||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/arbiter.so
|
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/arbiter.so
|
||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/bit-rot.so
|
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/bit-rot.so
|
||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/bitrot-stub.so
|
%{_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
|
|
||||||
%if ( 0%{!?_without_tiering:1} )
|
%if ( 0%{!?_without_tiering:1} )
|
||||||
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/changetimerecorder.so
|
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/features/changetimerecorder.so
|
||||||
%endif
|
%endif
|
||||||
@ -1210,10 +1205,10 @@ exit 0
|
|||||||
%{_prefix}/lib/firewalld/services/glusterfs.xml
|
%{_prefix}/lib/firewalld/services/glusterfs.xml
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{_sbindir}/gf_logdump
|
|
||||||
%{_sbindir}/gf_recon
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 14 2016 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.8.0-1
|
||||||
|
- 3.8.0 GA
|
||||||
|
|
||||||
* Wed May 25 2016 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.8.0-0.2rc2
|
* Wed May 25 2016 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.8.0-0.2rc2
|
||||||
- 3.8.0 RC2
|
- 3.8.0 RC2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user