diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index e854d09..c416956 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -49,7 +49,7 @@ Requires: openSUSE-release %bcond_without gpfs %global use_fsal_gpfs %{on_off_switch gpfs} -%bcond_without xfs +%bcond_with xfs %global use_fsal_xfs %{on_off_switch xfs} %bcond_with lustre @@ -72,7 +72,7 @@ Requires: openSUSE-release %bcond_with jemalloc -%bcond_with lttng +%bcond_without lttng %global use_lttng %{on_off_switch lttng} %bcond_with utils @@ -109,7 +109,7 @@ Requires: openSUSE-release Name: nfs-ganesha 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 Group: Applications/System 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 Group: Applications/System BuildRequires: libattr-devel +Obsoletes: %{name}-vfs <= %{version} Requires: nfs-ganesha = %{version}-%{release} %description vfs @@ -267,8 +268,9 @@ This package contains utility scripts for managing the NFS-GANESHA server %package lttng Summary: The NFS-GANESHA's library for use with LTTng Group: Applications/System -BuildRequires: lttng-ust-devel >= 2.3 -Requires: nfs-ganesha = %{version}-%{release}, lttng-tools >= 2.3, lttng-ust >= 2.3 +BuildRequires: lttng-ust-devel >= 2.3 +BuildRequires: lttng-tools-devel >= 2.3 +Requires: nfs-ganesha = %{version}-%{release} %description lttng This package contains the libganesha_trace.so library. When preloaded @@ -791,6 +793,9 @@ exit 0 %endif %changelog +* Thu Sep 20 2018 Kaleb S. KEITHLEY - 2.7.0-2 +- nfs-ganesha 2.7.0, obsolete xfs, enable lttng + * Mon Sep 17 2018 Kaleb S. KEITHLEY - 2.7.0-1 - nfs-ganesha 2.7.0 GA