From 904a5c6058857233bf46874725051198e95449de Mon Sep 17 00:00:00 2001 From: Kaleb S. KEITHLEY Date: Nov 17 2021 12:44:59 +0000 Subject: nfs-ganesha 4.0 RC4 --- diff --git a/.nfs-ganesha.metadata b/.nfs-ganesha.metadata index f8c1133..2d8f0ca 100644 --- a/.nfs-ganesha.metadata +++ b/.nfs-ganesha.metadata @@ -1 +1 @@ -edfddde0141656cc0da14823f0b0ca17cc7fe027 SOURCES/nfs-ganesha-4.0rc3.tar.gz +d7d88083882adeee12b76907ad9e7b399a984c9e SOURCES/nfs-ganesha-4.0rc4.tar.gz diff --git a/SPECS/nfs-ganesha.spec b/SPECS/nfs-ganesha.spec index 4cf1ee6..33f5556 100644 --- a/SPECS/nfs-ganesha.spec +++ b/SPECS/nfs-ganesha.spec @@ -60,9 +60,6 @@ Requires: openSUSE-release %bcond_with kvsfs %global use_fsal_kvsfs %{on_off_switch kvsfs} -%bcond_with proxy_v3 -%global use_proxy_v3 %{on_off_switch proxy_v3} - %bcond_with rdma %global use_rdma %{on_off_switch rdma} @@ -114,11 +111,11 @@ Requires: openSUSE-release %endif %global dev_version %{lua: s = string.gsub('@GANESHA_EXTRA_VERSION@', '^%-', ''); s2 = string.gsub(s, '%-', '.'); print((s2 ~= nil and s2 ~= '') and s2 or "0.1") } -%global dev rc3 +%global dev rc4 Name: nfs-ganesha Version: 4.0 -Release: 0.1%{?dev:%{dev}}%{?dist} +Release: 0.2%{?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 @@ -254,7 +251,6 @@ Requires: nfs-ganesha = %{version}-%{release} This package contains a FSAL shared object to be used with NFS-Ganesha to support PROXY_V4 based filesystems -%if %{with proxy_v3} %package proxy-v3 Summary: The NFS-GANESHA PROXY_V3 FSAL BuildRequires: libattr-devel @@ -263,7 +259,6 @@ Requires: nfs-ganesha = %{version}-%{release} %description proxy-v3 This package contains a FSAL shared object to be used with NFS-Ganesha to support PROXY_V3 based filesystems -%endif %if %{with utils} %package utils @@ -534,7 +529,7 @@ cd src && %{cmake} . -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DRADOS_URLS=%{use_rados_urls} \ -DUSE_FSAL_VFS=ON \ -DUSE_FSAL_PROXY_V4=ON \ - -DUSE_FSAL_PROXY_V3=OFF \ + -DUSE_FSAL_PROXY_V3=ON \ -DUSE_DBUS=ON \ -DUSE_9P=%{use_9P} \ -DDISTNAME_HAS_GIT_DATA=OFF \ @@ -742,13 +737,11 @@ exit 0 %{_mandir}/*/ganesha-proxy-v4-config.8.gz %endif -%if %{with proxy_v3} %files proxy-v3 %{_libdir}/ganesha/libfsalproxy_v3* %if %{with man_page} %{_mandir}/*/ganesha-proxy-v3-config.8.gz %endif -%endif # Optional packages %if %{with lustre} @@ -887,6 +880,12 @@ exit 0 %endif %changelog +* Wed Nov 17 2021 Kaleb S. KEITHLEY - 4.0-0.2rc4 +- NFS-Ganesha 4.0 RC4 + +* Fri Nov 12 2021 Kaleb S. KEITHLEY - 4.0-0.1rc3 +- NFS-Ganesha 4.0 RC3 + * Fri Jul 2 2021 Kaleb S. KEITHLEY - 3.5-3 - rebuild with lookaside