diff --git a/tigervnc.spec b/tigervnc.spec index 8027d40..68bbb56 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -5,7 +5,7 @@ Name: tigervnc Version: 1.12.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A TigerVNC remote display system %global _hardened_build 1 @@ -276,7 +276,6 @@ install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-libvnc.c %systemd_post xvnc.socket %preun server -%systemd_preun xvnc@*.service %systemd_preun xvnc.socket %postun server @@ -345,6 +344,10 @@ fi %ghost %verify(not md5 size mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename} %changelog +* Tue Apr 05 2022 Jan Grulich - 1.12.0-3 +- Do not run systemd_preun on Xvnc service file + Resolves: bz#2048011 + * Mon Apr 04 2022 Jan Grulich - 1.12.0-2 - Drop unexisting option from the old vncserver script Resolves: bz#2021893