Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xdg-desktop-portal for openSUSE:Factory checked in at 2022-03-31 17:18:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdg-desktop-portal (Old) and /work/SRC/openSUSE:Factory/.xdg-desktop-portal.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdg-desktop-portal" Thu Mar 31 17:18:28 2022 rev:26 rq:965967 version:1.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xdg-desktop-portal/xdg-desktop-portal.changes 2022-03-23 20:18:14.882458336 +0100 +++ /work/SRC/openSUSE:Factory/.xdg-desktop-portal.new.1900/xdg-desktop-portal.changes 2022-03-31 17:18:46.669211759 +0200 @@ -1,0 +2,7 @@ +Wed Mar 30 10:25:00 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Update /usr/bin/fusermount requires to /usr/bin/fusermount3: the + code has been changed to call fusermount3 as part of version + 1.14.0: document-portal: Move to the libfuse3 API (boo#1197567). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdg-desktop-portal.spec ++++++ --- /var/tmp/diff_new_pack.LhhTZz/_old 2022-03-31 17:18:47.153206299 +0200 +++ /var/tmp/diff_new_pack.LhhTZz/_new 2022-03-31 17:18:47.157206253 +0200 @@ -42,9 +42,9 @@ BuildRequires: pkgconfig(libsystemd) # Break cycle: we buildrequire flatpak, and flatpak has a requires on xdg-desktop-portal #!BuildIgnore: xdg-desktop-portal -# xdg-dfesktop-portal calls out to fusermount (in $PATH) (boo#1175899) -# document-portal/document-portal-fuse.c: char *umount_argv[] = { "fusermount", "-u", "-z", (char *) path, NULL }; -Requires: %{_bindir}/fusermount +# xdg-dfesktop-portal calls out to fusermount3 (in $PATH) (boo#1197567) +# document-portal/document-portal-fuse.c: char *umount_argv[] = { "fusermount3", "-u", "-z", (char *) path, NULL }; +Requires: %{_bindir}/fusermount3 %description A portal frontend service for Flatpak and possibly other desktop containment frameworks.