GlusterFS 3.7.0beta2

This commit is contained in:
Kaleb S. KEITHLEY 2015-05-13 09:07:21 -04:00
parent b36e8c8b34
commit dcf72a38bf

View File

@ -160,7 +160,7 @@ 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.0
Release: 0.7%{?prereltag:.%{prereltag}}%{?dist} Release: 0.8%{?prereltag:.%{prereltag}}%{?dist}
Vendor: Fedora Project Vendor: Fedora Project
%else %else
Name: @PACKAGE_NAME@ Name: @PACKAGE_NAME@
@ -928,7 +928,8 @@ fi
## All %%files should be placed here and keep them sorted by groups ## All %%files should be placed here and keep them sorted by groups
## ##
%files %files
%doc ChangeLog COPYING-GPLV2 COPYING-LGPLV3 INSTALL README.md THANKS %license COPYING-GPLV2 COPYING-LGPLV3
%doc ChangeLog INSTALL README.md THANKS
%if ( 0%{!?_without_syslog:1} ) %if ( 0%{!?_without_syslog:1} )
%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} >= 6 ) %if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} >= 6 )
%{_sysconfdir}/rsyslog.d/gluster.conf.example %{_sysconfdir}/rsyslog.d/gluster.conf.example
@ -1022,7 +1023,7 @@ fi
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/testing/features/template.so %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/testing/features/template.so
%{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/testing/performance/symlink-cache.so %{_libdir}/glusterfs/%{version}%{?prereltag}/xlator/testing/performance/symlink-cache.so
# Glupy Python files # Glupy Python files
%{python_sitelib}/gluster %{python_sitelib}/gluster/glupy/*
# Don't expect a .egg-info file on EL5 # Don't expect a .egg-info file on EL5
%if ( ! ( 0%{?rhel} && 0%{?rhel} < 6 ) ) %if ( ! ( 0%{?rhel} && 0%{?rhel} < 6 ) )
%{python_sitelib}/glusterfs_glupy*.egg-info %{python_sitelib}/glusterfs_glupy*.egg-info
@ -1209,44 +1210,47 @@ fi
%changelog %changelog
* Tue May 12 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> 3.7.0-0.7beta2 * Tue May 12 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.0-0.8beta2
- GlusterFS 3.7.0beta2, extra-xlators requires python-gluster
* Tue May 12 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> 3.7.0-0.6beta2
- GlusterFS 3.7.0beta2, noarch python-gluster
* Tue May 12 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> 3.7.0-0.5beta2
- GlusterFS 3.7.0beta2 - GlusterFS 3.7.0beta2
* Fri May 8 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> 3.7.0-0.4beta1 * Tue May 12 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.0-0.7beta2
- GlusterFS 3.7.0beta2, extra-xlators requires python-gluster
* Tue May 12 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.0-0.6beta2
- GlusterFS 3.7.0beta2, noarch python-gluster
* Tue May 12 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.0-0.5beta2
- GlusterFS 3.7.0beta2
* Fri May 8 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.0-0.4beta1
- GlusterFS 3.7.0beta1, BZ 1195947, 1218440 - GlusterFS 3.7.0beta1, BZ 1195947, 1218440
* Tue May 5 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> 3.7.0-0.3beta1 * Tue May 5 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.0-0.3beta1
- GlusterFS 3.7.0beta1, BZ 1218442 - GlusterFS 3.7.0beta1, BZ 1218442
* Tue May 5 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> 3.7.0-0.2beta1 * Tue May 5 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.0-0.2beta1
- GlusterFS 3.7.0beta1, BZ 1218359 - GlusterFS 3.7.0beta1, BZ 1218359
* Wed Apr 29 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> 3.7.0-0.1beta1 * Wed Apr 29 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.7.0-0.1beta1
- GlusterFS 3.7.0beta1 - GlusterFS 3.7.0beta1
* Wed Apr 22 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> 3.6.3-1 * Wed Apr 22 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.6.3-1
- GlusterFS 3.6.3 GA - GlusterFS 3.6.3 GA
* Wed Apr 15 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> * Wed Apr 15 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
- preliminary for 3.7.0alpha - preliminary for 3.7.0alpha
* Wed Apr 1 2015 Humble Chirammal <hchiramm@redhat.com> 3.6.3beta2 * Wed Apr 1 2015 Humble Chirammal <hchiramm@redhat.com> - 3.6.3beta2
- GlusterFS 3.6.3beta2 release. - GlusterFS 3.6.3beta2 release.
* Thu Feb 12 2015 Humble Chirammal <hchiramm@redhat.com> 3.6.3beta1 * Thu Feb 12 2015 Humble Chirammal <hchiramm@redhat.com> - 3.6.3beta1
- GlusterFS 3.6.3beta1 release. - GlusterFS 3.6.3beta1 release.
* Tue Feb 10 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> * Tue Feb 10 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
- Ownership of /usr/lib/python2.7/site-packages/gluster, BZ 1190832 - Ownership of /usr/lib/python2.7/site-packages/gluster, BZ 1190832
- N.B. gfapi.py was removed in 3.6 (to resurface another day?) - N.B. gfapi.py was removed in 3.6 (to resurface another day?)
* Mon Feb 02 2015 Lalatendu Mohanty <lmohanty@redhat.com> 3.6.2-2 * Mon Feb 02 2015 Lalatendu Mohanty <lmohanty@redhat.com> - 3.6.2-2
- GlusterFS 3.6.2-2 - GlusterFS 3.6.2-2
* Fri Jan 30 2015 Nandaja Varma <nvarma@redhat.com> 1033 * Fri Jan 30 2015 Nandaja Varma <nvarma@redhat.com> 1033
@ -1255,25 +1259,25 @@ fi
* Wed Jan 28 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> * Wed Jan 28 2015 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
- glusterfs-fuse Requires: attr. See BZ 1184626, 1184627 - glusterfs-fuse Requires: attr. See BZ 1184626, 1184627
* Thu Jan 22 2015 Lalatendu Mohanty <lmohanty@redhat.com> 3.6.2-1 * Thu Jan 22 2015 Lalatendu Mohanty <lmohanty@redhat.com> - 3.6.2-1
- GlusterFS 3.6.2 GA - GlusterFS 3.6.2 GA
* Thu Jan 15 2015 Lalatendu Mohanty <lmohanty@redhat.com> 3.6.2beta2-1 * Thu Jan 15 2015 Lalatendu Mohanty <lmohanty@redhat.com> - 3.6.2beta2-1
- GlusterFS 3.6.2beta2 - GlusterFS 3.6.2beta2
* Tue Jan 06 2015 Pranith Kumar Karampuri <pkarampu@redhat.com> * Tue Jan 06 2015 Pranith Kumar Karampuri <pkarampu@redhat.com>
- Adding glfsheal binary - Adding glfsheal binary
* Fri Dec 19 2014 Lalatendu Mohanty <lmohanty@redhat.com> 3.6.2beta1-1 * Fri Dec 19 2014 Lalatendu Mohanty <lmohanty@redhat.com> - 3.6.2beta1-1
- GlusterFS 3.6.2beta1 - GlusterFS 3.6.2beta1
* Fri Dec 12 2014 Niels de Vos <ndevos@redhat.com> * Fri Dec 12 2014 Niels de Vos <ndevos@redhat.com>
- do not package all /usr/share/glusterfs/* files in regression-tests (#1169005) - do not package all /usr/share/glusterfs/* files in regression-tests (#1169005)
* Sat Nov 29 2014 Lalatendu Mohanty <lmohanty@redhat.com> 3.6.1-4 * Sat Nov 29 2014 Lalatendu Mohanty <lmohanty@redhat.com> - 3.6.1-4
- Fix build on el5 (upstream bug 1169004) - Fix build on el5 (upstream bug 1169004)
* Thu Nov 20 2014 Niels de Vos <ndevos@redhat.com> 3.6.1-3 * Thu Nov 20 2014 Niels de Vos <ndevos@redhat.com> - 3.6.1-3
- Fix version in gluster-api.pc (upstream bug 1166232) - Fix version in gluster-api.pc (upstream bug 1166232)
* Wed Nov 19 2014 Lalatendu Mohanty <lmohanty@redhat.com> * Wed Nov 19 2014 Lalatendu Mohanty <lmohanty@redhat.com>