From 9a47978877a5415dbbac94b93b4b30d055349681 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 25 Dec 2017 14:40:16 +0100 Subject: rpm: Fedora 28 has renamed pyxattr Change-Id: Ifa60b394986b9c107792a7c2a4baa335d44dc6f7 BUG: 1528975 Signed-off-by: Niels de Vos --- glusterfs.spec.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'glusterfs.spec.in') 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 +- Fedora 28 has renamed pyxattr + * Wed Nov 10 2017 Mohit Agrawal - Added control-cpu-load.sh and control-mem.sh scripts to glusterfs-server section(#1496335) -- cgit