From 0cf317328a7b1f3b131a19e754057ff98a0a6ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=88=E9=9D=92=E5=B1=B1?= Date: Mon, 28 Feb 2022 03:03:41 +0000 Subject: [PATCH] update gigolo.spec. fix Require: gvfs-fuse --- gigolo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gigolo.spec b/gigolo.spec index 03212c8..f9eaf85 100644 --- a/gigolo.spec +++ b/gigolo.spec @@ -2,7 +2,7 @@ Name: gigolo Version: 0.5.2 -Release: 1 +Release: 2 Summary: frontend to manage connections to remote filesystems using GIO/GVfs License: GPLv2 URL: http://goodies.xfce.org/projects/applications/gigolo/ @@ -16,7 +16,7 @@ BuildRequires: gtk3-devel BuildRequires: desktop-file-utils BuildRequires: gcc -Requires: gvfs-fuse +Requires: gvfs-fuse3 %description Gigolo is a frontend to easily manage connections to remote filesystems @@ -51,6 +51,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %{_mandir}/man1/gigolo.1.gz %changelog +* Fri Feb 18 2022 zhanglin - 0.5.2-2 +- fix Require: gvfs-fuse + * Fri Jun 18 2021 zhanglin - 0.5.2-1 - Update to 0.5.2 -- Gitee