Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
c008116b48 | ||
|
8e6f6c0fc3 | ||
|
d1d36ab693 | ||
|
8e0d248d9c |
@ -52,10 +52,10 @@ Requires: openSUSE-release
|
||||
%bcond_without xfs
|
||||
%global use_fsal_xfs %{on_off_switch xfs}
|
||||
|
||||
%bcond_with ceph
|
||||
%bcond_without ceph
|
||||
%global use_fsal_ceph %{on_off_switch ceph}
|
||||
|
||||
%bcond_with rgw
|
||||
%bcond_without rgw
|
||||
%global use_fsal_rgw %{on_off_switch rgw}
|
||||
|
||||
%bcond_without gluster
|
||||
@ -99,8 +99,8 @@ Requires: openSUSE-release
|
||||
# %%global dash_dev_version 2.5-final
|
||||
|
||||
Name: nfs-ganesha
|
||||
Version: 2.5.4
|
||||
Release: 1%{?dev:%{dev}}%{?dist}
|
||||
Version: 2.5.5
|
||||
Release: 3%{?dev:%{dev}}%{?dist}
|
||||
Summary: NFS-Ganesha is a NFS Server running in user space
|
||||
Group: Applications/System
|
||||
License: LGPLv3+
|
||||
@ -124,9 +124,10 @@ Requires: dbus
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libwbclient-devel
|
||||
BuildRequires: gcc-c++
|
||||
%if %{with system_ntirpc}
|
||||
BuildRequires: libntirpc-devel >= 1.5.3
|
||||
BuildRequires: libntirpc-devel >= 1.5.4
|
||||
%else
|
||||
Requires: libntirpc = @NTIRPC_VERSION_EMBED@
|
||||
%endif
|
||||
@ -304,7 +305,7 @@ be used with NFS-Ganesha to support GPFS backend
|
||||
Summary: The NFS-GANESHA's CephFS FSAL
|
||||
Group: Applications/System
|
||||
Requires: nfs-ganesha = %{version}-%{release}
|
||||
BuildRequires: libcephfs1-devel >= 10.2.7
|
||||
BuildRequires: libcephfs2-devel >= 12.2.0
|
||||
|
||||
%description ceph
|
||||
This package contains a FSAL shared object to
|
||||
@ -317,7 +318,7 @@ be used with NFS-Ganesha to support CephFS
|
||||
Summary: The NFS-GANESHA's Ceph RGW FSAL
|
||||
Group: Applications/System
|
||||
Requires: nfs-ganesha = %{version}-%{release}
|
||||
BuildRequires: librgw2-devel >= 10.2.7
|
||||
BuildRequires: librgw2-devel >= 12.2.0
|
||||
|
||||
%description rgw
|
||||
This package contains a FSAL shared object to
|
||||
@ -614,7 +615,6 @@ exit 0
|
||||
|
||||
%if %{with mem}
|
||||
%files mem
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/ganesha/libfsalmem*
|
||||
%endif
|
||||
|
||||
@ -655,7 +655,6 @@ exit 0
|
||||
|
||||
%if %{with rgw}
|
||||
%files rgw
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/ganesha/libfsalrgw*
|
||||
%config(noreplace) %{_sysconfdir}/ganesha/rgw.conf
|
||||
%config(noreplace) %{_sysconfdir}/ganesha/rgw_bucket.conf
|
||||
@ -675,7 +674,6 @@ exit 0
|
||||
|
||||
%if ! %{with system_ntirpc}
|
||||
%files -n libntirpc
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libntirpc.so.@NTIRPC_VERSION_EMBED@
|
||||
%{_libdir}/libntirpc.so.1.5
|
||||
%{_libdir}/libntirpc.so
|
||||
@ -728,6 +726,18 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 3 2018 Kaleb S. KEITHLEY <kkeithle at redhat.com>
|
||||
- defattr
|
||||
|
||||
* Wed May 16 2018 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.5.5-3
|
||||
- nfs-ganesha 2.5.5, w/ ceph and rgw FSALs
|
||||
|
||||
* Tue Mar 6 2018 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.5.5-2
|
||||
- nfs-ganesha 2.5.5, rebuild with libntirpc-1.5.5
|
||||
|
||||
* Mon Jan 29 2018 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.5.5-1
|
||||
- nfs-ganesha 2.5.5 GA
|
||||
|
||||
* Mon Nov 13 2017 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.5.4-1
|
||||
- nfs-ganesha 2.5.4 GA
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nfs-ganesha-2.5.4.tar.gz) = ae85834b4160913d1050079897cf7e5be6f319f64010d1a8b43258271d5b4ac228a12ec30e6dc1267b6e5ea53743550e274cfa4ed9c0bb497ea826173f1fa79f
|
||||
SHA512 (nfs-ganesha-2.5.5.tar.gz) = d9b729635cfb4b07fa1d48fba7b6495239b1c67add743d369c8739c8e90c70bdf6839cbf71fa17e3b0a2a2c70d851b84e91655acf795e183ca98d72861d3e837
|
||||
|
Loading…
Reference in New Issue
Block a user