From 8ccb2b10a8470c060ccbe154484ad1c0db42e1aa Mon Sep 17 00:00:00 2001 From: xuanHL Date: Wed, 22 Mar 2023 16:43:42 +0800 Subject: [PATCH] fix issue:I6IJWH (cherry picked from commit 327fef5dd88b8455cda3d1756331ca868aff6495) --- phodav.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/phodav.spec b/phodav.spec index 79c0654..7433a4c 100644 --- a/phodav.spec +++ b/phodav.spec @@ -1,6 +1,6 @@ Name: phodav Version: 3.0 -Release: 2 +Release: 3 Summary: A WebDav server implementation using libsoup License: LGPLv2+ URL: https://wiki.gnome.org/phodav @@ -56,7 +56,8 @@ the Spice virtio channel. %prep %autosetup -p1 -sed -i 's/ProtectSystem=full/ProtectSystem=false/' data/spice-webdavd.service +sed -i 's/PrivateDevices=true/PrivateDevices=false/' data/spice-webdavd.service +sed -i 's/ProtectClock=true/ProtectClock=false/' data/spice-webdavd.service %build %meson -Davahi=enabled %meson_build @@ -106,6 +107,9 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcspice-webdavd %{_unitdir}/spice-webdavd.service %changelog +* Wed Mar 22 2023 haolei xuan - 3.0-3 +- fix issue:I6IJWH + * Fri Mar 03 2023 zhuang li - 3.0-2 - add sed 3.0-2 -- Gitee