diff --git a/phodav.spec b/phodav.spec index 79c065425314f5669901f33fdf5603ec7344d0cb..7433a4cbd4a86ed255b515428fc607bc3938b3c9 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