diff --git a/flatpak-builder.spec b/flatpak-builder.spec index ca21c79..f01b65c 100644 --- a/flatpak-builder.spec +++ b/flatpak-builder.spec @@ -5,7 +5,7 @@ Name: flatpak-builder Version: 1.2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to build flatpaks from source # src/builder-utils.c has portions derived from GPLv2+ code, @@ -67,7 +67,7 @@ See http://flatpak.org/ for more information. %build %configure \ --enable-docbook-docs \ - --with-fuse=2 \ + --with-fuse=3 \ --with-system-debugedit %make_build V=1 @@ -86,6 +86,9 @@ See http://flatpak.org/ for more information. %changelog +* Fri Apr 01 2022 Debarshi Ray - 1.2.2-3 +- Work with both FUSE 2 and FUSE 3 + * Thu Jan 20 2022 Fedora Release Engineering - 1.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild