Avoid unversioned Python requires
This commit is contained in:
parent
d73e4a2278
commit
022276c49e
@ -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 <mhroncok@redhat.com> - 2.7.3-4
|
||||
- Avoid unversioned Python requires
|
||||
|
||||
* Thu May 16 2019 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 2.7.3-3
|
||||
- nfs-ganesha 2.7.3, enable utils w/ python2 on f30 and up
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user