diff --git a/SPECS/nfs-ganesha.spec b/SPECS/nfs-ganesha.spec index 14bd219..4f0c5ed 100644 --- a/SPECS/nfs-ganesha.spec +++ b/SPECS/nfs-ganesha.spec @@ -130,7 +130,7 @@ Requires: openSUSE-release Name: nfs-ganesha Version: 2.8.3 -Release: 1%{?dev:%{dev}}%{?dist} +Release: 2%{?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 @@ -279,13 +279,12 @@ Summary: The NFS-GANESHA util scripts Requires: dbus-python, pygobject2, pyparsing BuildRequires: python-devel %else -Requires: python3-gobject, python3-pyparsing -BuildRequires: python3-devel -%endif %if ( 0%{?suse_version} ) Requires: dbus-1-python %else -Requires: python3-dbus +Requires: python3-gobject, python3-pyparsing +BuildRequires: python3-devel +%endif %endif %if %{with gui_utils} %if ( 0%{?suse_version} ) @@ -892,6 +891,9 @@ exit 0 %endif %changelog +* Tue Jan 14 2020 Kaleb S. KEITHLEY - 2.8.3-2 +- nfs-ganesha 2.8.3, dbus-python + * Tue Nov 26 2019 Kaleb S. KEITHLEY - 2.8.3-1 - nfs-ganesha 2.8.3 GA