Apply the patch

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-04-26 16:39:58 +03:00
parent 5ca4690e7d
commit 928890a514
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
Name: mock-core-configs
Version: 40.3
Release: 1.0.riscv64%{?dist}
Release: 1.1.riscv64%{?dist}
Summary: Mock core config files basic chroots
License: GPL-2.0-or-later
@ -47,9 +47,7 @@ Rocky Linux and various other specific or combined chroots.
%prep
%setup -q
%ifarch riscv64
%patch10 -p1 -b .riscv64
%endif
%build
@ -156,6 +154,8 @@ fi
%ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg
%changelog
* Fri Apr 26 2024 David Abdurachmanov <davidlt@rivosinc.com> 40.3-1.1.riscv64
* Fri Apr 26 2024 David Abdurachmanov <davidlt@rivosinc.com> 40.3-1.0.riscv64
- Add configs for riscv64 (only F40 is working)