From 62ce2956b99134291d26e6d561933b325121b2ae Mon Sep 17 00:00:00 2001 From: lizhuang1314 Date: Fri, 3 Mar 2023 18:31:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 331288e0a5b05c44ccc870133bad6e163b7275af) --- phodav.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phodav.spec b/phodav.spec index 1b54812..79c0654 100644 --- a/phodav.spec +++ b/phodav.spec @@ -1,6 +1,6 @@ Name: phodav Version: 3.0 -Release: 1 +Release: 2 Summary: A WebDav server implementation using libsoup License: LGPLv2+ URL: https://wiki.gnome.org/phodav @@ -56,7 +56,7 @@ the Spice virtio channel. %prep %autosetup -p1 - +sed -i 's/ProtectSystem=full/ProtectSystem=false/' data/spice-webdavd.service %build %meson -Davahi=enabled %meson_build @@ -106,6 +106,9 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcspice-webdavd %{_unitdir}/spice-webdavd.service %changelog +* Fri Mar 03 2023 zhuang li - 3.0-2 +- add sed 3.0-2 + * Mon Jan 02 2023 lin zhang - 3.0-1 - update to 3.0 -- Gitee