From 084e47381524168927ccbd77b94ccb17b55a6fe5 Mon Sep 17 00:00:00 2001 From: wangzhe Date: Fri, 14 Mar 2025 14:39:44 +0800 Subject: [PATCH] change to use fuse3 Signed-off-by: wangzhe --- ntfs-3g-system-compression.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ntfs-3g-system-compression.spec b/ntfs-3g-system-compression.spec index cd338da..d2b9c22 100644 --- a/ntfs-3g-system-compression.spec +++ b/ntfs-3g-system-compression.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Name: ntfs-3g-system-compression Version: 1.0 @@ -11,7 +11,7 @@ Source0: https://github.com/ebiggers/ntfs-3g-system-compression/archive/refs/ta Patch0: 0001-init-for-buildrequire-package-fuse.patch BuildRequires: make gcc autoconf automake libtool pkgconfig(libntfs-3g) >= 2017.3.23 python -BuildRequires: fuse fuse-devel fuse-libs ntfs-3g +BuildRequires: fuse3 fuse3-devel fuse3-libs ntfs-3g %description NTFS-3G is a stable, open source, GPL licensed, POSIX, read/write NTFS @@ -58,6 +58,9 @@ rm -rf %{buildroot}%{_libdir}/ntfs-3g/*.la %doc README.md %changelog +* Fri Mar 14 2025 wangzhe - 1.0-3 +- change to use fuse3 + * Wed Apr 12 2023 Jing Zhang -1.0-2 - Refact spec -- Gitee