From 2cebd15a33f72af56d322ba3f135f57c56a53c76 Mon Sep 17 00:00:00 2001 From: Yanase Yuki Date: Mon, 13 May 2024 16:33:43 +0900 Subject: [PATCH] try to fix runtime error --- monero.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/monero.spec b/monero.spec index 9b9d9f9..d123e11 100644 --- a/monero.spec +++ b/monero.spec @@ -1,9 +1,6 @@ -# fix build error on F40+ -%global build_type_safety_c 0 - Name: monero Version: 0.18.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Monero - the secure, private, untraceable cryptocurrency License: MIT @@ -100,6 +97,8 @@ install -m 0755 build/release/bin/* %{buildroot}%{_bindir}/ %{_bindir}/monero-wallet-rpc %changelog +* Mon May 13 2024 zpc +- try to fix runtime error * Thu Apr 02 2024 zpc - update to 0.18.3.3 * Thu Mar 14 2024 zpc