diff --git a/glusterfs.spec b/glusterfs.spec index 20a6fe2..30deda4 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -220,7 +220,7 @@ Summary: Distributed File System Name: glusterfs Version: 10.0 -Release: 2 +Release: 3 License: GPLv2 or LGPLv3+ URL: http://docs.gluster.org/ %if ( 0%{_for_fedora_koji_builds} ) @@ -695,11 +695,7 @@ Requires: portmap %if ( 0%{?rhel} && 0%{?rhel} <= 6 ) Requires: python-argparse %endif -%if ( 0%{?fedora} && 0%{?fedora} > 27 ) || ( 0%{?rhel} && 0%{?rhel} > 7 ) -Requires: python%{_pythonver}-pyxattr -%else -Requires: pyxattr -%endif +Requires: python3-pyxattr %if (0%{?_with_valgrind:1}) Requires: valgrind %endif @@ -1516,6 +1512,9 @@ exit 0 %endif %changelog +* Wed Jan 26 2022 Wenchao Hao - 10.0-3 +- Change gluster-server "Requires" from pyxattr to python3-pyxattr + * Wed Jan 26 2022 Wenchao Hao - 10.0-2 - Remove unnecessary subpackages ganesha and regression-test