Rebuilt for Python 3.8

This commit is contained in:
Miro Hrončok 2019-08-19 16:42:55 +02:00
parent 2c697f5ce4
commit e766c1f8d2

View File

@ -210,11 +210,11 @@ Summary: Distributed File System
%if ( 0%{_for_fedora_koji_builds} ) %if ( 0%{_for_fedora_koji_builds} )
Name: glusterfs Name: glusterfs
Version: 6.5 Version: 6.5
Release: %{?prereltag:1.}2%{?prereltag:.%{prereltag}}%{?dist} Release: %{?prereltag:1.}2%{?prereltag:.%{prereltag}}%{?dist}.1
%else %else
Name: @PACKAGE_NAME@ Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@ Version: @PACKAGE_VERSION@
Release: 0.@PACKAGE_RELEASE@%{?dist}.10 Release: 0.@PACKAGE_RELEASE@%{?dist}.11
%endif %endif
License: GPLv2 or LGPLv3+ License: GPLv2 or LGPLv3+
URL: http://docs.gluster.org/ URL: http://docs.gluster.org/
@ -1406,6 +1406,9 @@ exit 0
%endif %endif
%changelog %changelog
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 6.5-2.1
- Rebuilt for Python 3.8
* Mon Aug 19 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 6.5-2 * Mon Aug 19 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 6.5-2
- Rebuilt for Python 3.8, again - Rebuilt for Python 3.8, again