NFS-Ganesha 3.4 GA
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
parent
14466c6a6e
commit
bf71e90723
@ -114,15 +114,13 @@ Requires: openSUSE-release
|
|||||||
# %%global dev rc5
|
# %%global dev rc5
|
||||||
|
|
||||||
Name: nfs-ganesha
|
Name: nfs-ganesha
|
||||||
Version: 3.3
|
Version: 3.4
|
||||||
Release: 8%{?dev:%{dev}}%{?dist}
|
Release: 1%{?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
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki
|
Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki
|
||||||
|
|
||||||
Source0: https://github.com/%{name}/%{name}/archive/V%{version}%{?dev:-%{dev}}/%{name}-%{version}%{?dev:-%{dev}}.tar.gz
|
Source0: https://github.com/%{name}/%{name}/archive/V%{version}%{?dev:-%{dev}}/%{name}-%{version}%{?dev:-%{dev}}.tar.gz
|
||||||
Patch0001: 0001-systemd-revised-drop-in-conf-file-handling.patch
|
|
||||||
Patch0002: 0002-selinux-ganesha.te.patch
|
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -157,7 +155,7 @@ BuildRequires: libwbclient-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
%if ( %{with_system_ntirpc} )
|
%if ( %{with_system_ntirpc} )
|
||||||
BuildRequires: libntirpc-devel = 3.3
|
BuildRequires: libntirpc-devel = 3.4
|
||||||
%else
|
%else
|
||||||
Requires: libntirpc = @NTIRPC_VERSION_EMBED@
|
Requires: libntirpc = @NTIRPC_VERSION_EMBED@
|
||||||
%endif
|
%endif
|
||||||
@ -211,7 +209,8 @@ BuildRequires: python3-sphinx
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
Requires(post): psmisc
|
Requires(post): psmisc
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): /usr/sbin/useradd
|
||||||
|
Requires(pre): /usr/sbin/groupadd
|
||||||
|
|
||||||
%if ( 0%{?fedora} >= 30 || 0%{?rhel} >= 8 )
|
%if ( 0%{?fedora} >= 30 || 0%{?rhel} >= 8 )
|
||||||
Requires: nfs-ganesha-selinux = %{version}-%{release}
|
Requires: nfs-ganesha-selinux = %{version}-%{release}
|
||||||
@ -262,12 +261,12 @@ BuildRequires: python-devel
|
|||||||
Requires: python3-gobject, python3-pyparsing
|
Requires: python3-gobject, python3-pyparsing
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%endif
|
|
||||||
%if ( 0%{?suse_version} )
|
%if ( 0%{?suse_version} )
|
||||||
Requires: dbus-1-python
|
Requires: dbus-1-python
|
||||||
%else
|
%else
|
||||||
Requires: python3-dbus
|
Requires: python3-dbus
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{with gui_utils}
|
%if %{with gui_utils}
|
||||||
%if ( 0%{?suse_version} )
|
%if ( 0%{?suse_version} )
|
||||||
@ -362,6 +361,7 @@ be used with NFS-Ganesha to support GPFS backend
|
|||||||
Summary: The NFS-GANESHA CephFS FSAL
|
Summary: The NFS-GANESHA CephFS FSAL
|
||||||
Requires: nfs-ganesha = %{version}-%{release}
|
Requires: nfs-ganesha = %{version}-%{release}
|
||||||
BuildRequires: libcephfs2-devel >= 12.2.0
|
BuildRequires: libcephfs2-devel >= 12.2.0
|
||||||
|
BuildRequires: libacl-devel
|
||||||
|
|
||||||
%description ceph
|
%description ceph
|
||||||
This package contains a FSAL shared object to
|
This package contains a FSAL shared object to
|
||||||
@ -496,8 +496,6 @@ Development headers and auxiliary files for developing with %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}%{?dev:-%{dev}}
|
%setup -q -n %{name}-%{version}%{?dev:-%{dev}}
|
||||||
%patch0001 -p1
|
|
||||||
%patch0002 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd src && %cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
cd src && %cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
@ -670,8 +668,6 @@ exit 0
|
|||||||
%config(noreplace) %{_sysconfdir}/logrotate.d/ganesha
|
%config(noreplace) %{_sysconfdir}/logrotate.d/ganesha
|
||||||
%dir %{_sysconfdir}/ganesha/
|
%dir %{_sysconfdir}/ganesha/
|
||||||
%config(noreplace) %{_sysconfdir}/ganesha/ganesha.conf
|
%config(noreplace) %{_sysconfdir}/ganesha/ganesha.conf
|
||||||
%dir %{_defaultdocdir}/ganesha/
|
|
||||||
%{_defaultdocdir}/ganesha/*
|
|
||||||
%doc src/ChangeLog
|
%doc src/ChangeLog
|
||||||
%dir %{_rundir}/ganesha
|
%dir %{_rundir}/ganesha
|
||||||
%dir %{_libexecdir}/ganesha/
|
%dir %{_libexecdir}/ganesha/
|
||||||
@ -864,6 +860,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 23 2020 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 3.4-1
|
||||||
|
- NFS-Ganesha 3.4 GA
|
||||||
|
|
||||||
* Thu Nov 5 2020 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 3.3-8
|
* Thu Nov 5 2020 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 3.3-8
|
||||||
- BuildRequires: make
|
- BuildRequires: make
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (nfs-ganesha-3.3.tar.gz) = 35b5f0da26ba7a29738e7c80bb339d7643a1e06cb70e96c790a750a6d8d2ae76434f0e912e9bd00c9fcddb2916fdadc0c5f224069b1699cb4f90926231d64e71
|
SHA512 (nfs-ganesha-3.4.tar.gz) = fe72d41cf9983824c78a622752e1ae608e14737868b9ab3528ffc019ff990c0336e226fe2a43de1757a694a470ddd47b4dc5580591c47d480f8472c72ee76058
|
||||||
|
Loading…
Reference in New Issue
Block a user