From 69e1ba6aa6e460525a036b9996a9eac03450129a Mon Sep 17 00:00:00 2001 From: Hailiang Date: Tue, 16 Sep 2025 13:40:41 +0800 Subject: [PATCH] * Tue Sep 16 2025 mahailiang - 0.9.10-4 --- cryfs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cryfs.spec b/cryfs.spec index 4d2ae8c..024a304 100644 --- a/cryfs.spec +++ b/cryfs.spec @@ -1,10 +1,10 @@ %define __cmake_builddir $(pwd) -%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 @@ -57,6 +57,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 + * Wed Feb 19 2025 pangqing - 0.9.10-3 - fix build error -- Gitee