GlusterFS 3.7.1 GA

This commit is contained in:
Kaleb S. KEITHLEY 2015-06-01 13:16:02 -04:00
parent 90020d16da
commit c12fb1372c
2 changed files with 20 additions and 5 deletions

View File

@ -159,14 +159,14 @@
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.7.0 Version: 3.7.1
Release: 2%{?prereltag:.%{prereltag}}%{?dist} Release: 1%{?prereltag:.%{prereltag}}%{?dist}
Vendor: Fedora Project Vendor: Fedora Project
%else %else
Name: @PACKAGE_NAME@ Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@ Version: @PACKAGE_VERSION@
Release: 0.@PACKAGE_RELEASE@%{?dist} Release: 0.@PACKAGE_RELEASE@%{?dist}
Vendor: glusterfs.org Vendor: gluster.org
%endif %endif
License: GPLv2 or LGPLv3+ License: GPLv2 or LGPLv3+
Group: System Environment/Base Group: System Environment/Base
@ -880,11 +880,20 @@ if [ $? -eq 0 ]; then
killall --wait glusterd &> /dev/null killall --wait glusterd &> /dev/null
glusterd --xlator-option *.upgrade=on -N glusterd --xlator-option *.upgrade=on -N
#Cleaning leftover glusterd socket file which is created by glusterd in
#rpm_script_t context.
rm -rf /var/run/glusterd.socket
# glusterd _was_ running, we killed it, it exited after *.upgrade=on, # glusterd _was_ running, we killed it, it exited after *.upgrade=on,
# so start it again # so start it again
%_init_start glusterd %_init_start glusterd
else else
glusterd --xlator-option *.upgrade=on -N glusterd --xlator-option *.upgrade=on -N
#Cleaning leftover glusterd socket file which is created by glusterd in
#rpm_script_t context.
rm -rf /var/run/glusterd.socket
fi fi
##----------------------------------------------------------------------------- ##-----------------------------------------------------------------------------
@ -1059,7 +1068,6 @@ fi
%{_libexecdir}/glusterfs/python/syncdaemon/* %{_libexecdir}/glusterfs/python/syncdaemon/*
%{_libexecdir}/glusterfs/gverify.sh %{_libexecdir}/glusterfs/gverify.sh
%{_libexecdir}/glusterfs/set_geo_rep_pem_keys.sh %{_libexecdir}/glusterfs/set_geo_rep_pem_keys.sh
%{_libexecdir}/glusterfs/peer_add_secret_pub
%{_libexecdir}/glusterfs/peer_gsec_create %{_libexecdir}/glusterfs/peer_gsec_create
%{_libexecdir}/glusterfs/peer_mountbroker %{_libexecdir}/glusterfs/peer_mountbroker
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/geo-replication %ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/geo-replication
@ -1206,12 +1214,19 @@ fi
%ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/nfs/run %ghost %dir %attr(0755,-,-) %{_sharedstatedir}/glusterd/nfs/run
%ghost %attr(0600,-,-) %{_sharedstatedir}/glusterd/nfs/run/nfs.pid %ghost %attr(0600,-,-) %{_sharedstatedir}/glusterd/nfs/run/nfs.pid
# Extra utility script
%{_datadir}/glusterfs/scripts/stop-all-gluster-processes.sh
# Incrementalapi # Incrementalapi
%{_libexecdir}/glusterfs/glusterfind %{_libexecdir}/glusterfs/glusterfind
%{_bindir}/glusterfind %{_bindir}/glusterfind
%{_libexecdir}/glusterfs/peer_add_secret_pub
%changelog %changelog
* Mon Jun 1 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.1-1
- GlusterFS 3.7.1 GA
* Wed May 20 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.0-2 * Wed May 20 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.0-2
- GlusterFS 3.7.0, move lib{gfdb,gfchangelog}.pc from -api-devel to -devel - GlusterFS 3.7.0, move lib{gfdb,gfchangelog}.pc from -api-devel to -devel

View File

@ -1 +1 @@
d7b856a06c40b560860da9dc416bb007 glusterfs-3.7.0.tar.gz 0b565f92a467f5aafab38c8343f0caa0 glusterfs-3.7.1.tar.gz