From a9a86d8554a98da3db76212cdb233695cccd9a7d Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Tue, 23 Jul 2019 13:21:29 -0400 Subject: [PATCH] nfs-ganesha 2.7.6 Signed-off-by: Kaleb S. KEITHLEY --- nfs-ganesha.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index c0a5129..eb1e732 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -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 - 2.7.6-2 +- nfs-ganesha 2.7.6 + * Tue Jul 16 2019 Kaleb S. KEITHLEY - 2.7.6-1 - nfs-ganesha 2.7.6 GA