From 7b08960d1cd04966b9750b7e173100605e037a90 Mon Sep 17 00:00:00 2001 From: Hailiang Date: Tue, 16 Sep 2025 11:07:53 +0800 Subject: [PATCH] downgrade optimize level to fix cryfs dump (cherry picked from commit d46e56e3979b5b4395e35a50bd30c3a73949922e) --- cryfs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cryfs.spec b/cryfs.spec index 454b149..3b0681b 100644 --- a/cryfs.spec +++ b/cryfs.spec @@ -1,9 +1,9 @@ -%global optflags %{optflags} -O3 -fPIC -I%{_includedir}/libunwind +%global optflags %{optflags} -O2 -fPIC -I%{_includedir}/libunwind Summary: Cryptographic filesystem for the cloud Name: cryfs Version: 0.9.10 -Release: 3 +Release: 4 License: LGPLv3+ Group: File tools Url: https://github.com/cryfs/cryfs @@ -56,6 +56,9 @@ export LDFLAGS="%{__global_ldflags} -lboost_thread -lboost_program_options -lboo %{_mandir}/man?/cryfs* %changelog +* Tue Sep 16 2025 mahailiang - 0.9.10-4 +- downgrade optimize level to fix cryfs dump + * Thu Nov 21 2024 Funda Wang - 0.9.10-3 - adopt to new cmake macro -- Gitee