nfs-ganesha 2.7.0, obsolete xfs, enable lttng
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
parent
65db5435fb
commit
728473a63c
@ -49,7 +49,7 @@ Requires: openSUSE-release
|
|||||||
%bcond_without gpfs
|
%bcond_without gpfs
|
||||||
%global use_fsal_gpfs %{on_off_switch gpfs}
|
%global use_fsal_gpfs %{on_off_switch gpfs}
|
||||||
|
|
||||||
%bcond_without xfs
|
%bcond_with xfs
|
||||||
%global use_fsal_xfs %{on_off_switch xfs}
|
%global use_fsal_xfs %{on_off_switch xfs}
|
||||||
|
|
||||||
%bcond_with lustre
|
%bcond_with lustre
|
||||||
@ -72,7 +72,7 @@ Requires: openSUSE-release
|
|||||||
|
|
||||||
%bcond_with jemalloc
|
%bcond_with jemalloc
|
||||||
|
|
||||||
%bcond_with lttng
|
%bcond_without lttng
|
||||||
%global use_lttng %{on_off_switch lttng}
|
%global use_lttng %{on_off_switch lttng}
|
||||||
|
|
||||||
%bcond_with utils
|
%bcond_with utils
|
||||||
@ -109,7 +109,7 @@ Requires: openSUSE-release
|
|||||||
|
|
||||||
Name: nfs-ganesha
|
Name: nfs-ganesha
|
||||||
Version: 2.7.0
|
Version: 2.7.0
|
||||||
Release: 1%{?dev:%{dev}}%{?dist}
|
Release: 2%{?dev:%{dev}}%{?dist}
|
||||||
Summary: NFS-Ganesha is a NFS Server running in user space
|
Summary: NFS-Ganesha is a NFS Server running in user space
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
@ -217,6 +217,7 @@ to simplify mounting to NFS-GANESHA. This is a 9p mount helper.
|
|||||||
Summary: The NFS-GANESHA's VFS FSAL
|
Summary: The NFS-GANESHA's VFS FSAL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
|
Obsoletes: %{name}-vfs <= %{version}
|
||||||
Requires: nfs-ganesha = %{version}-%{release}
|
Requires: nfs-ganesha = %{version}-%{release}
|
||||||
|
|
||||||
%description vfs
|
%description vfs
|
||||||
@ -267,8 +268,9 @@ This package contains utility scripts for managing the NFS-GANESHA server
|
|||||||
%package lttng
|
%package lttng
|
||||||
Summary: The NFS-GANESHA's library for use with LTTng
|
Summary: The NFS-GANESHA's library for use with LTTng
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
BuildRequires: lttng-ust-devel >= 2.3
|
BuildRequires: lttng-ust-devel >= 2.3
|
||||||
Requires: nfs-ganesha = %{version}-%{release}, lttng-tools >= 2.3, lttng-ust >= 2.3
|
BuildRequires: lttng-tools-devel >= 2.3
|
||||||
|
Requires: nfs-ganesha = %{version}-%{release}
|
||||||
|
|
||||||
%description lttng
|
%description lttng
|
||||||
This package contains the libganesha_trace.so library. When preloaded
|
This package contains the libganesha_trace.so library. When preloaded
|
||||||
@ -791,6 +793,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 20 2018 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 2.7.0-2
|
||||||
|
- nfs-ganesha 2.7.0, obsolete xfs, enable lttng
|
||||||
|
|
||||||
* Mon Sep 17 2018 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 2.7.0-1
|
* Mon Sep 17 2018 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 2.7.0-1
|
||||||
- nfs-ganesha 2.7.0 GA
|
- nfs-ganesha 2.7.0 GA
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user