diff --git a/ntfs-3g-system-compression.spec b/ntfs-3g-system-compression.spec index cd338da2ad06a8e2081f34be443314b1014e511b..d2b9c224f4ac8f4e7b5f786290b06ae68d6d4792 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