diff --git a/cryfs.spec b/cryfs.spec index 1f402992582a0b1526d71e9b3878d7b684b8cfc2..b3b04dfeefe3b098c466657b17b3e5b5b8015eb2 100644 --- a/cryfs.spec +++ b/cryfs.spec @@ -3,10 +3,10 @@ Summary: Cryptographic filesystem for the cloud Name: cryfs Version: 0.9.10 -Release: 1 +Release: 2 License: LGPLv3+ Group: File tools -Url: https://www.cryfs.org +Url: https://github.com/cryfs/cryfs Source0: https://github.com/cryfs/cryfs/releases/download/%{version}/%{name}-%{version}.tar.gz Patch0: fix-for-UnionTech.patch Patch1: 0001-modify-include-path.patch @@ -56,5 +56,8 @@ export LDFLAGS="%{__global_ldflags} -lboost_thread -lboost_program_options -lboo %{_mandir}/man?/cryfs* %changelog +* Sun Sep 29 2024 zhuhongbo - 0.9.10-2 +- fix: use accessible URL + * Tue Jul 26 2022 uoser - 0.9.10-1 - package init