Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package avfs for openSUSE:Factory checked in at 2026-01-09 17:04:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/avfs (Old) and /work/SRC/openSUSE:Factory/.avfs.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "avfs" Fri Jan 9 17:04:20 2026 rev:13 rq:1326282 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/avfs/avfs.changes 2026-01-07 16:03:34.236501147 +0100 +++ /work/SRC/openSUSE:Factory/.avfs.new.1928/avfs.changes 2026-01-09 17:06:17.126947414 +0100 @@ -1,0 +2,5 @@ +Fri Jan 9 06:18:32 UTC 2026 - Andreas Stieger <[email protected]> + +- fix openSUSE Leap build, using fuse 2 (boo#1256109) + +------------------------------------------------------------------- @@ -4 +9 @@ -- Add patch avfs-fuse3-support.patch +- Add patch avfs-fuse3-support.patch (boo#1256109) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ avfs.spec ++++++ --- /var/tmp/diff_new_pack.VFIDFj/_old 2026-01-09 17:06:17.922980410 +0100 +++ /var/tmp/diff_new_pack.VFIDFj/_new 2026-01-09 17:06:17.926980576 +0100 @@ -2,7 +2,7 @@ # spec file for package avfs # # Copyright (c) 2026 SUSE LLC and contributors -# Copyright (c) 2025 Andreas Stieger <[email protected]> +# Copyright (c) 2026 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,6 +18,12 @@ %define sover 1 +%if 0%{?suse_version} > 1600 +# Leap 16.0 fuse3 is not current enough +%define fuse_version 3 +%else +%define fuse_version 2 +%endif Name: avfs Version: 1.2.0 Release: 0 @@ -31,11 +37,15 @@ BuildRequires: lzlib-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(bzip2) -BuildRequires: pkgconfig(fuse3) BuildRequires: pkgconfig(liblzma) BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(neon) BuildRequires: pkgconfig(zlib) +%if %{fuse_version} == 3 +BuildRequires: pkgconfig(fuse3) >= 3.17.1 +%else +BuildRequires: pkgconfig(fuse) +%endif %description AVFS is a filesystem which enables all programs to look inside archived or @@ -75,6 +85,7 @@ --with-lzip \ --with-xz \ --with-zstd \ + --enable-fuse \ %{nil} %make_build
