This commit is contained in:
Kaleb S KEITHLEY 2016-03-16 01:22:26 -04:00
commit fc60335605
2 changed files with 14 additions and 2 deletions

View File

@ -79,9 +79,9 @@
%global dev_version %{lua: extraver = string.gsub('', '%-', '.'); print(extraver) }
Name: nfs-ganesha
Version: 2.3.0
Version: 2.3.1
Release: 1%{?dev_version:%{dev_version}}%{?dist}
Summary: NFS-Ganesha is a NFS Server running in user space
Summary: NFS Server running in user space
Group: Applications/System
License: LGPLv3+
Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki
@ -102,6 +102,11 @@ BuildRequires: libntirpc-devel >= 1.3.1
%endif
Requires: dbus
Requires: nfs-utils
%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} >= 6 )
Requires: rpcbind
%else
Requires: portmap
%endif
%if %{with_nfsidmap}
BuildRequires: libnfsidmap-devel
%else
@ -567,6 +572,9 @@ install -m 644 ChangeLog %{buildroot}%{_defaultdocdir}/ganesha
%endif
%changelog
* Wed Mar 16 2016 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.3.1-1
- 2.3.1 GA
* Wed Oct 28 2015 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.3.0-1
- 2.3.0 GA

View File

@ -1 +1,5 @@
<<<<<<< HEAD
feb466ad1ea3e34a54819768e6d22450 nfs-ganesha-2.3.0.tar.gz
=======
b4fc41095ee567c6d638bdc9cdfe9697 nfs-ganesha-2.3.1.tar.gz
>>>>>>> origin/f23