diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index 089e912..cf5124b 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -128,7 +128,7 @@ Requires: openSUSE-release Name: nfs-ganesha Version: 2.7.3 -Release: 3%{?dev:%{dev}}%{?dist} +Release: 4%{?dev:%{dev}}%{?dist} Summary: NFS-Ganesha is a NFS Server running in user space License: LGPLv3+ Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki @@ -263,7 +263,7 @@ Summary: The NFS-GANESHA util scripts %if ( 0%{?suse_version} ) Requires: dbus-1-python, python-gobject2 python-pyparsing %else -Requires: dbus-python, pygobject2, pyparsing +Requires: python2-dbus, pygobject2, python2-pyparsing %endif %if %{with gui_utils} %if ( 0%{?suse_version} ) @@ -851,6 +851,9 @@ exit 0 %endif %changelog +* Fri May 17 2019 Miro HronĨok - 2.7.3-4 +- Avoid unversioned Python requires + * Thu May 16 2019 Kaleb S. KEITHLEY - 2.7.3-3 - nfs-ganesha 2.7.3, enable utils w/ python2 on f30 and up