Compare commits

...

5 Commits

Author SHA1 Message Date
David Abdurachmanov 1ae1e24ffb
Rebuild for ceph
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-11-08 08:26:02 +02:00
David Abdurachmanov c63cc08590
Try to link to libatomic
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-10-17 19:14:46 +03:00
David Abdurachmanov 97d84511d9
Disable ceph too to break a cycle
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-10-17 15:48:54 +03:00
David Abdurachmanov dc3be2bfa5
Bootstrap on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-10-17 15:30:50 +03:00
David Abdurachmanov 1a96e54e35
Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release:
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-09-27 15:53:03 +03:00
1 changed files with 11 additions and 1 deletions

View File

@ -115,7 +115,7 @@ Requires: openSUSE-release
Name: nfs-ganesha
Version: 4.0
Release: 9%{?dev:%{dev}}%{?dist}
Release: 9%{?dev:%{dev}}.1.riscv64%{?dist}
Summary: NFS-Ganesha is a NFS Server running in user space
License: LGPLv3+
Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki
@ -547,6 +547,10 @@ cd src && %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DRPCBIND=%{use_rpcbind} \
-D_MSPAC_SUPPORT=%{use_mspac_support} \
-DSANITIZE_ADDRESS=%{use_sanitize_address} \
-DSYSTEM_LIBRARIES="-latomic" \
%ifarch riscv64
-DTHREADS_PREFER_PTHREAD_FLAG:BOOL=YES \
%endif
%ifarch x86_64 aarch64
-DCMAKE_LINKER=%{_bindir}/ld.mold \
%endif
@ -901,6 +905,12 @@ exit 0
%endif
%changelog
* Tue Nov 08 2022 David Abdurachmanov <davidlt@rivosinc.com> - 4.0-9.1.riscv64
- Rebuild for a new ceph
* Mon Oct 17 2022 David Abdurachmanov <davidlt@rivosinc.com> - 4.0-9.0.riscv64
- Bootstrap on riscv64
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild