Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fuse for openSUSE:Factory checked in at 2023-01-05 15:00:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fuse (Old) and /work/SRC/openSUSE:Factory/.fuse.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fuse" Thu Jan 5 15:00:00 2023 rev:76 rq:1055738 version:2.9.9 Changes: -------- --- /work/SRC/openSUSE:Factory/fuse/fuse.changes 2021-08-25 20:57:12.653239751 +0200 +++ /work/SRC/openSUSE:Factory/.fuse.new.1563/fuse.changes 2023-01-05 15:00:03.560769308 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 10:36:59 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fuse.spec ++++++ --- /var/tmp/diff_new_pack.Wjpxb9/_old 2023-01-05 15:00:04.516774347 +0100 +++ /var/tmp/diff_new_pack.Wjpxb9/_new 2023-01-05 15:00:04.516774347 +0100 @@ -1,7 +1,7 @@ # # spec file for package fuse # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -130,7 +130,7 @@ find %{buildroot} -type f -name "*.la" -delete -print # not needed for fuse, might reappar in separate package: rm -f %{buildroot}/%{_libdir}/libulockmgr.a -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 mkdir %{buildroot}/sbin mkdir %{buildroot}/%{_lib} ln -s -v %{_sbindir}/mount.fuse %{buildroot}/sbin @@ -169,7 +169,7 @@ %{_sysconfdir}/udev/rules.d/99-fuse.rules %endif %verify(not mode) %attr(4750,root,trusted) %{_bindir}/fusermount -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /sbin/mount.fuse %endif %{_sbindir}/mount.fuse @@ -180,13 +180,13 @@ %{_mandir}/man8/mount.fuse.8%{?ext_man} %files -n libfuse2 -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /%{_lib}/libfuse.so.2* %endif %{_libdir}/libfuse.so.2* %files -n libulockmgr1 -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /%{_lib}/libulockmgr.so.* %endif %{_libdir}/libulockmgr.so.*