nfs-ganesha 2.7.6

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2019-07-23 13:21:29 -04:00
parent b32e11bb66
commit a9a86d8554
1 changed files with 6 additions and 5 deletions

View File

@ -128,7 +128,7 @@ Requires: openSUSE-release
Name: nfs-ganesha
Version: 2.7.6
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
@ -164,7 +164,7 @@ BuildRequires: libwbclient-devel
%endif
BuildRequires: gcc-c++
%if ( %{with_system_ntirpc} )
BuildRequires: libntirpc-devel >= 1.7.4
BuildRequires: libntirpc-devel = 1.7.4
%else
Requires: libntirpc = @NTIRPC_VERSION_EMBED@
%endif
@ -272,10 +272,8 @@ Requires: python2-dbus, pygobject2, python2-pyparsing
%if %{with gui_utils}
%if ( 0%{?suse_version} )
BuildRequires: python-qt4-devel
Requires: python-qt4
%else
BuildRequires: PyQt4-devel
Requires: PyQt4
BuildRequires: python3-PyQt4-devel
%endif
%endif
%if ( 0%{?suse_version} )
@ -854,6 +852,9 @@ exit 0
%endif
%changelog
* Tue Jul 23 2019 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 2.7.6-2
- nfs-ganesha 2.7.6
* Tue Jul 16 2019 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 2.7.6-1
- nfs-ganesha 2.7.6 GA