Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package davfs2 for openSUSE:Factory checked in at 2023-01-05 15:01:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/davfs2 (Old) and /work/SRC/openSUSE:Factory/.davfs2.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "davfs2" Thu Jan 5 15:01:30 2023 rev:9 rq:1056147 version:1.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/davfs2/davfs2.changes 2022-11-03 19:14:27.284102857 +0100 +++ /work/SRC/openSUSE:Factory/.davfs2.new.1563/davfs2.changes 2023-01-05 15:01:46.933344606 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 10:31:14 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ davfs2.spec ++++++ --- /var/tmp/diff_new_pack.nrkv33/_old 2023-01-05 15:01:47.389347862 +0100 +++ /var/tmp/diff_new_pack.nrkv33/_new 2023-01-05 15:01:47.393347891 +0100 @@ -1,7 +1,7 @@ # # spec file for package davfs2 # -# Copyright (c) 2022 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 @@ -55,7 +55,7 @@ dav_user="%{name}" \ dav_group="%{name}" \ %configure \ -%if 0%{?usrmerged} +%if 0%{?suse_version} >= 1550 ssbindir="%{_sbindir}" \ %endif --disable-static @@ -108,7 +108,7 @@ %{_sbindir}/umount.davfs %{_datadir}/%{name} %attr(0750, %{name}, %{name}) %{_localstatedir}/cache/%{name} -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /sbin/mount.davfs /sbin/umount.davfs %endif