nfs-ganesha 2.7.3 GA
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
parent
18cd2f5bf7
commit
28bfca8b95
@ -111,13 +111,13 @@ Requires: openSUSE-release
|
||||
#%%global dash_dev_version 2.6-rc5
|
||||
|
||||
Name: nfs-ganesha
|
||||
Version: 2.7.2
|
||||
Release: 2%{?dev:%{dev}}%{?dist}
|
||||
Version: 2.7.3
|
||||
Release: 1%{?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
|
||||
|
||||
Source0: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/%{name}/%{name}/archive/V%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: bison
|
||||
@ -147,7 +147,7 @@ BuildRequires: libwbclient-devel
|
||||
%endif
|
||||
BuildRequires: gcc-c++
|
||||
%if ( %{with_system_ntirpc} )
|
||||
BuildRequires: libntirpc-devel = 1.7.2
|
||||
BuildRequires: libntirpc-devel >= 1.7.2
|
||||
%else
|
||||
Requires: libntirpc = @NTIRPC_VERSION_EMBED@
|
||||
%endif
|
||||
@ -198,8 +198,12 @@ Requires(postun): systemd
|
||||
BuildRequires: initscripts
|
||||
%endif
|
||||
%if %{with man_page}
|
||||
%if ( 0%{?fedora} >= 28 || 0%{?rhel} >= 8 )
|
||||
BuildRequires: python3-sphinx
|
||||
%else
|
||||
BuildRequires: python-sphinx
|
||||
%endif
|
||||
%endif
|
||||
Requires(post): psmisc
|
||||
Requires(pre): shadow-utils
|
||||
|
||||
@ -828,6 +832,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Apr 5 2019 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 2.7.3-1
|
||||
- nfs-ganesha 2.7.3 GA
|
||||
|
||||
* Mon Mar 11 2019 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 2.7.2-2
|
||||
- nfs-ganesha 2.7.2 reenable ceph, rgw, rados from bad merge
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nfs-ganesha-2.7.2.tar.gz) = 48793f5e31477832cddb6c621e1bb94a9891cbc691ed0d4fcb63002ce1093f0fcc5e783e619a316b0fe93fe3b6ea5046b443ab1d849c0aec601610c7b673708a
|
||||
SHA512 (nfs-ganesha-2.7.3.tar.gz) = 9259860502ad77aec105a1d3ae5d37f34db39227c100b74fd88a6b1a45d517b290baf12538f8bc939ae4c04e07b9022ce617c31d956f69afe36cc91baf702164
|
||||
|
Loading…
Reference in New Issue
Block a user