Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package borgbackup for openSUSE:Factory checked in at 2021-05-16 23:41:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/borgbackup (Old) and /work/SRC/openSUSE:Factory/.borgbackup.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "borgbackup" Sun May 16 23:41:55 2021 rev:32 rq:893465 version:1.1.16 Changes: -------- --- /work/SRC/openSUSE:Factory/borgbackup/borgbackup.changes 2021-03-29 18:22:03.742279737 +0200 +++ /work/SRC/openSUSE:Factory/.borgbackup.new.2988/borgbackup.changes 2021-05-16 23:44:13.365114166 +0200 @@ -1,0 +2,12 @@ +Sun May 16 10:33:52 UTC 2021 - ecsos <ec...@opensuse.org> + +- Remove the version from recommends pyfuse3, + because it doesn't work in suse. + +------------------------------------------------------------------- +Sun May 16 07:57:17 UTC 2021 - ecsos <ec...@opensuse.org> + +- Use recommends pyfuse3 instead of llfuse for Tumbleweed. + Upstream says use primary pyfuse3 and secondary llfuse. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ borgbackup.spec ++++++ --- /var/tmp/diff_new_pack.OUY9VN/_old 2021-05-16 23:44:13.801112475 +0200 +++ /var/tmp/diff_new_pack.OUY9VN/_new 2021-05-16 23:44:13.805112460 +0200 @@ -90,7 +90,13 @@ %endif Requires: python3-setuptools +%if 0%{?suse_version} > 1500 +# upstream use pyfuse3 >= 3.1.1 +# suse has 3.2.0 but ">= 3.1.1" does not work in suse. Why? +Recommends: python3-pyfuse3 +%else Recommends: python3-llfuse +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description