Disable kwallet on riscv64 until qt6 is rebuilt

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-09-11 19:49:17 +03:00
parent d5d79903b7
commit 4f6697d75d
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 8 additions and 1 deletions

View File

@ -7,7 +7,11 @@
%if 0%{?rhel} || 0%{?eln}
%bcond_with kwallet
%else
%ifnarch riscv64
%bcond_without kwallet
%else
%bcond_with kwallet
%endif
%endif
%if 0%{?fedora} > 32 || 0%{?rhel} > 8
@ -59,7 +63,7 @@
Summary: A Modern Concurrent Version Control System
Name: subversion
Version: 1.14.2
Release: 7%{?dist}
Release: 7.0.riscv64%{?dist}
License: ASL 2.0
URL: https://subversion.apache.org/
Source0: https://downloads.apache.org/subversion/subversion-%{version}.tar.bz2
@ -581,6 +585,9 @@ make check-javahl
%endif
%changelog
* Sun Sep 11 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1.14.2-7.0.riscv64
- Disable kwallet on riscv64 until qt6 is rebuilt
* Fri Jul 29 2022 Joe Orton <jorton@redhat.com> - 1.14.2-7
- improve library versioning so filenames are unique across releases