diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index f877f8f..9f8816c 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -74,15 +74,13 @@ Requires: sles-release >= 12 Name: nfs-ganesha Version: 2.4.0 -%global dev rc6 -%global dash_dev_version 2.4-rc6 -Release: 0.22%{?dev:%{dev}}%{?dist} +Release: 1%{?dev:%{dev}}%{?dist} Summary: NFS-Ganesha is a NFS Server running in user space Group: Applications/System License: LGPLv3+ Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki -Source0: https://github.com/%{name}/%{name}/archive/V%{dash_dev_version}/%{name}-%{dash_dev_version}.tar.gz +Source0: https://github.com/%{name}/%{name}/archive/V%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: bison @@ -103,7 +101,7 @@ BuildRequires: libcap-devel BuildRequires: libblkid-devel BuildRequires: libuuid-devel %if %{with system_ntirpc} -BuildRequires: libntirpc-devel >= 1.4.0 +BuildRequires: libntirpc-devel >= 1.4.1 %endif Requires: nfs-utils %if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} >= 6 ) || ( 0%{?suse_version} ) @@ -300,7 +298,7 @@ be used with NFS-Ganesha to support Gluster %endif %prep -%setup -q -n %{name}-%{dash_dev_version} +%setup -q -n %{name}-%{version} rm -rf contrib/libzfswrapper %build @@ -546,6 +544,9 @@ killall -SIGHUP dbus-daemon 2>&1 > /dev/null %endif %changelog +* Thu Sep 22 2016 Kaleb S. KEITHLEY 2.4.0-1 +- nfs-ganesha 2.4.0 GA + * Wed Sep 21 2016 Kaleb S. KEITHLEY 2.4.0-0.22rc6 - 2.4-rc6 diff --git a/sources b/sources index 74bb990..69d1b8f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -19abd23e6dc15aa75508fd9eb3904342 nfs-ganesha-2.4-rc6.tar.gz +2d08f266adf5846a61fd15b6f78c3d4f nfs-ganesha-2.4.0.tar.gz