File project.diff of Package davfs2
--- davfs2.spec.orig
+++ davfs2.spec
@@ -1,7 +1,7 @@
#
# spec file for package davfs2
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -72,6 +72,11 @@ rm -rf "%{buildroot}%{_datadir}/doc"
install -d "%{buildroot}%{_localstatedir}/cache/%{name}"
%find_lang %{name}
rm -rf "%{buildroot}/%{_docdir}"
+%if 0%{?suse_version} < 1550
+mkdir "%{buildroot}/sbin"
+ln -s ../usr/sbin/mount.davfs "%{buildroot}/sbin/mount.davfs"
+ln -s ../usr/sbin/umount.davfs "%{buildroot}/sbin/umount.davfs"
+%endif
install -p -D -m0644 %{SOURCE4} %{buildroot}%{_sysusersdir}/%{name}.conf