3.12.3 GA
This commit is contained in:
parent
202c34e682
commit
cf8cb02885
@ -175,8 +175,8 @@
|
||||
Summary: Distributed File System
|
||||
%if ( 0%{_for_fedora_koji_builds} )
|
||||
Name: glusterfs
|
||||
Version: 3.12.2
|
||||
Release: 2%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Version: 3.12.3
|
||||
Release: 1%{?prereltag:.%{prereltag}}%{?dist}
|
||||
%else
|
||||
Name: @PACKAGE_NAME@
|
||||
Version: @PACKAGE_VERSION@
|
||||
@ -195,7 +195,6 @@ Source8: glusterfsd.init
|
||||
%else
|
||||
Source0: @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
|
||||
%endif
|
||||
Patch0: 0001-glusterfsd-Dereferencing-the-null-pointer.patch
|
||||
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
@ -364,8 +363,10 @@ Requires: python2 python-prettytable
|
||||
Requires: python2-gluster = %{version}-%{release}
|
||||
%if ( 0%{?rhel} )
|
||||
Requires: python-requests
|
||||
Requires: python-jwt
|
||||
%else
|
||||
Requires: python2-requests
|
||||
Requires: python2-jwt
|
||||
%endif
|
||||
%if ( 0%{?rhel} && 0%{?rhel} < 7 )
|
||||
Requires: python-argparse
|
||||
@ -662,7 +663,6 @@ This package provides the glusterfs server daemon.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}%{?prereltag}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%if ( 0%{?rhel} && 0%{?rhel} < 6 )
|
||||
@ -1385,6 +1385,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Nov 13 2017 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.12.3-1
|
||||
- 3.12.3 GA
|
||||
|
||||
* Mon Oct 23 2017 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.12.2-2
|
||||
- 3.12.2, bz #1504256
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glusterfs-3.12.2.tar.gz) = 2bcb3e9356964ea8557ea4291cf6b641122c58a3beb59c00de0acb6772b05b22c0610db4f2bde2e506e15233cfa610db415c6622933e04600ddee3cc55b01166
|
||||
SHA512 (glusterfs-3.12.3.tar.gz) = f648b8324a69360b510c947e49918467c969dcc21b6a408b6916b780aa78c44abe027b6c84d696eed7d5f381b055edd3be1dfe4f3ea8f76d15d9319cd08cfa3d
|
||||
|
Loading…
Reference in New Issue
Block a user