Fedora 28 has renamed pyxattr
BUG: 1528975 URL: https://review.gluster.org/19074 Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
e241395b7e
commit
b2dc9600e4
@ -180,7 +180,7 @@ Summary: Distributed File System
|
||||
%if ( 0%{_for_fedora_koji_builds} )
|
||||
Name: glusterfs
|
||||
Version: 3.13.1
|
||||
Release: %{?prereltag:0.}1%{?prereltag:.%{prereltag}}%{?dist}
|
||||
Release: %{?prereltag:0.}2%{?prereltag:.%{prereltag}}%{?dist}
|
||||
%else
|
||||
Name: @PACKAGE_NAME@
|
||||
Version: @PACKAGE_VERSION@
|
||||
@ -654,7 +654,11 @@ Obsoletes: %{name}-geo-replication = %{version}-%{release}
|
||||
%if ( 0%{?rhel} && 0%{?rhel} <= 6 )
|
||||
Requires: python-argparse
|
||||
%endif
|
||||
%if ( 0%{?fedora} && 0%{?fedora} >= 28 )
|
||||
Requires: python2-pyxattr
|
||||
%else
|
||||
Requires: pyxattr
|
||||
%endif
|
||||
%if (0%{?_with_valgrind:1})
|
||||
Requires: valgrind
|
||||
%endif
|
||||
@ -1397,6 +1401,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Dec 25 2017 Niels de Vos <ndevos@redhat.com> - 3.13.1-2
|
||||
- Fedora 28 has renamed pyxattr
|
||||
|
||||
* Thu Dec 21 2017 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 3.13.1-1
|
||||
- 3.13.1 GA
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user