diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index 9067808..f4d6012 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -115,7 +115,7 @@ Requires: openSUSE-release Name: nfs-ganesha Version: 4.0 -Release: 2%{?dev:%{dev}}%{?dist} +Release: 3%{?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 @@ -126,6 +126,9 @@ Patch0002: 0002-CMakeLists.txt.patch BuildRequires: cmake BuildRequires: make +%ifarch x86_64 aarch64 +BuildRequires: mold +%endif BuildRequires: bison BuildRequires: flex BuildRequires: pkgconfig @@ -888,6 +891,9 @@ exit 0 %endif %changelog +* Wed Jan 26 2022 Kaleb S. KEITHLEY - 4.0-3 +- NFS-Ganesha 4.0, w/ modern linker (mold) + * Thu Jan 20 2022 Fedora Release Engineering - 4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild