nfs-ganesha 2.8.2, remove Requires: nfs-ganesha-gpfs from utils

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2019-08-14 18:48:26 -04:00
parent bbd24ff058
commit 51e9add732
1 changed files with 4 additions and 4 deletions

View File

@ -131,7 +131,7 @@ Requires: openSUSE-release
Name: nfs-ganesha
Version: 2.8.2
Release: 4%{?dev:%{dev}}%{?dist}
Release: 5%{?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
@ -272,15 +272,12 @@ be used with NFS-Ganesha to support PROXY based filesystems
Summary: The NFS-GANESHA util scripts
%if ( 0%{?suse_version} )
Requires: dbus-1-python, python-gobject2 python-pyparsing
Requires: %{name}-gpfs = %{version}-%{release}, python
%else
%if ( 0%{?fedora} >= 28 || 0%{?rhel} >= 8 )
Requires: python3-dbus, python3-gobject, python3-pyparsing
Requires: %{name}-gpfs = %{version}-%{release}, python3
BuildRequires: python3-devel
%else
Requires: python2-dbus, pygobject2, python2-pyparsing
Requires: gpfs.nfs-ganesha = %{version}-%{release}, python2
BuildRequires: python2-devel
%endif
%endif
@ -871,6 +868,9 @@ exit 0
%endif
%changelog
* Wed Aug 14 2019 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 2.8.2-5
- nfs-ganesha 2.8.2, remove Requires: nfs-ganesha-gpfs from utils
* Wed Aug 14 2019 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 2.8.2-4
- nfs-ganesha 2.8.2, #1741023