From 3395695fe0121eb812a58c2201d83c020799dc37 Mon Sep 17 00:00:00 2001 From: miao_kaibo Date: Thu, 15 Jul 2021 14:47:33 +0800 Subject: [PATCH] replace gvfs-fuse by gvfs-fuse3 --- normal_aarch64.xml | 2 +- normal_x86_64.xml | 2 +- oemaker.spec | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/normal_aarch64.xml b/normal_aarch64.xml index a8daba8..a367389 100644 --- a/normal_aarch64.xml +++ b/normal_aarch64.xml @@ -647,7 +647,7 @@ gvfs-afc gvfs-afp gvfs-archive - gvfs-fuse + gvfs-fuse3 gvfs-goa gvfs-gphoto2 gvfs-mtp diff --git a/normal_x86_64.xml b/normal_x86_64.xml index 9786314..80bc8ca 100644 --- a/normal_x86_64.xml +++ b/normal_x86_64.xml @@ -647,7 +647,7 @@ gvfs-afc gvfs-afp gvfs-archive - gvfs-fuse + gvfs-fuse3 gvfs-goa gvfs-gphoto2 gvfs-mtp diff --git a/oemaker.spec b/oemaker.spec index 726ed92..10c26f0 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -11,7 +11,7 @@ Summary: a duilding tool for DVD ISO making and ISO cutting License: Mulan PSL v2 Group: System/Management Version: 2.0.0 -Release: 6 +Release: 7 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -121,6 +121,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Thu Jul 15 2021 miao_kaibo - 2.0.0-7 +- ID:NA +- SUG:NA +- DESC: replace gvfs-fuse by gvfs-fuse3 + * Wed May 12 2021 miao_kaibo - 2.0.0-6 - ID:NA - SUG:NA -- Gitee