diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index 4b59698..b8b5906 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -73,8 +73,8 @@ Requires: sles-release >= 12 %global use_system_ntirpc %{on_off_switch system_ntirpc} Name: nfs-ganesha -Version: 2.4.0 -Release: 2%{?dev:%{dev}}%{?dist} +Version: 2.4.1 +Release: 1%{?dev:%{dev}}%{?dist} Summary: NFS-Ganesha is a NFS Server running in user space Group: Applications/System License: LGPLv3+ @@ -100,6 +100,7 @@ BuildRequires: systemd-rpm-macros BuildRequires: libcap-devel BuildRequires: libblkid-devel BuildRequires: libuuid-devel +BuildRequires: gcc-c++ %if %{with system_ntirpc} BuildRequires: libntirpc-devel >= 1.4.1 %endif @@ -289,7 +290,7 @@ be used with NFS-Ganesha to support PANFS Summary: The NFS-GANESHA's GLUSTER FSAL Group: Applications/System Requires: nfs-ganesha = %{version}-%{release} -BuildRequires: glusterfs-api-devel >= 3.8.0 +BuildRequires: glusterfs-api-devel >= 3.8.5 BuildRequires: libattr-devel, libacl-devel %description gluster @@ -544,6 +545,9 @@ killall -SIGHUP dbus-daemon 2>&1 > /dev/null %endif %changelog +* Mon Oct 31 2016 Kaleb S. KEITHLEY 2.4.1-1 +- nfs-ganesha 2.4.1 GA + * Fri Oct 28 2016 Kaleb S. KEITHLEY 2.4.0-2 - rebuild with libntirpc-1.4.3 diff --git a/sources b/sources index 69d1b8f..d08c5ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2d08f266adf5846a61fd15b6f78c3d4f nfs-ganesha-2.4.0.tar.gz +bc7e03e28a9f3aea0f03476217d791c2 nfs-ganesha-2.4.1.tar.gz