summaryrefslogtreecommitdiffstats
path: root/glusterfs.spec.in
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2017-12-25 14:40:16 +0100
committerKaleb KEITHLEY <kkeithle@redhat.com>2017-12-26 12:19:19 +0000
commit9a47978877a5415dbbac94b93b4b30d055349681 (patch)
tree97edf962969ec6350126caa6c8e78baa2108f204 /glusterfs.spec.in
parent85a389cfced2c299faa37b6f930c2cd0ca8c72b9 (diff)
rpm: Fedora 28 has renamed pyxattr
Change-Id: Ifa60b394986b9c107792a7c2a4baa335d44dc6f7 BUG: 1528975 Signed-off-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r--glusterfs.spec.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index a6cf446e13c..2556b691ac1 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -595,7 +595,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
@@ -1389,6 +1393,9 @@ exit 0
%endif
%changelog
+* Mon Dec 25 2017 Niels de Vos <ndevos@redhat.com>
+- Fedora 28 has renamed pyxattr
+
* Wed Nov 10 2017 Mohit Agrawal <moagrawa@redhat.com>
- Added control-cpu-load.sh and control-mem.sh scripts to glusterfs-server section(#1496335)