10.1, w/ modern linker (mold)

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2022-01-26 16:36:23 -05:00
parent 1793958937
commit d401b60136

View File

@ -201,7 +201,7 @@ Summary: Distributed File System
%if ( 0%{_for_fedora_koji_builds} )
Name: glusterfs
Version: 10.1
Release: 1%{?prereltag:%{prereltag}}%{?dist}
Release: 2%{?prereltag:%{prereltag}}%{?dist}
%else
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
@ -240,6 +240,9 @@ BuildRequires: libtsan
%endif
BuildRequires: bison flex
BuildRequires: gcc make libtool
%ifarch x86_64 aarch64
BuildRequires: mold
%endif
BuildRequires: ncurses-devel readline-devel
BuildRequires: libxml2-devel openssl-devel
BuildRequires: libaio-devel libacl-devel
@ -1623,7 +1626,10 @@ exit 0
%{_unitdir}/gluster-ta-volume.service
%changelog
* Tue Jan 19 2022 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 10.1-1
* Wed Jan 26 2022 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 10.1-2
- 10.1, w/ modern linker (mold)
* Wed Jan 19 2022 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 10.1-1
- 10.1 GA
* Sat Jan 15 2022 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 10.0-2