fix issue:I6IJWH
This commit is contained in:
parent
ab9fbf1092
commit
327fef5dd8
@ -1,6 +1,6 @@
|
|||||||
Name: phodav
|
Name: phodav
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A WebDav server implementation using libsoup
|
Summary: A WebDav server implementation using libsoup
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/phodav
|
URL: https://wiki.gnome.org/phodav
|
||||||
@ -56,7 +56,8 @@ the Spice virtio channel.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%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
|
%build
|
||||||
%meson -Davahi=enabled
|
%meson -Davahi=enabled
|
||||||
%meson_build
|
%meson_build
|
||||||
@ -106,6 +107,9 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcspice-webdavd
|
|||||||
%{_unitdir}/spice-webdavd.service
|
%{_unitdir}/spice-webdavd.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 22 2023 haolei xuan <haolei.xuan@turbolinux.com.cn> - 3.0-3
|
||||||
|
- fix issue:I6IJWH
|
||||||
|
|
||||||
* Fri Mar 03 2023 zhuang li <zhuang.li@turbolinux.com.cn> - 3.0-2
|
* Fri Mar 03 2023 zhuang li <zhuang.li@turbolinux.com.cn> - 3.0-2
|
||||||
- add sed 3.0-2
|
- add sed 3.0-2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user