From 710884ef155c7be53a8892170a0d5a66a1d8456c Mon Sep 17 00:00:00 2001 From: wang--ge Date: Tue, 2 Sep 2025 00:21:18 +0800 Subject: [PATCH] License compliance rectification --- gvfs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gvfs.spec b/gvfs.spec index 2577580..de0d47d 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -22,9 +22,9 @@ Name: gvfs Version: 1.54.4 -Release: 1 +Release: 2 Summary: gvfs is a backends for the gio framework in GLib -License: LGPL-2.0-or-later AND GPL-3.0-only AND MPL-2.0 AND BSD-3-Clause-Sun +License: LGPL-2.0-or-later AND GPL-3.0-only AND MPL-2.0 AND BSD-3-Clause URL: https://wiki.gnome.org/Projects/gvfs Source0: https://download.gnome.org/sources/gvfs/1.54/gvfs-%{version}.tar.xz @@ -166,6 +166,9 @@ killall -USR1 gvfsd >&/dev/null || : %{_mandir}/man1/gvfsd-fuse.1* %changelog +* Tue Sep 02 2025 Ge Wang - 1.54.4-2 +- License compliance rectification + * Sat Oct 19 2024 Funda Wang - 1.54.4-1 - update to 1.54.4 -- Gitee