From f4ca790f2e8f9b60ae0dc67326b5fe1bc1bc0683 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 12 Jun 2019 11:10:20 +0200 Subject: [PATCH] Add missing arguments to systemd_postun scriptlets Resolves: bz#1716411 --- tigervnc.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tigervnc.spec b/tigervnc.spec index 0f6f7b8..7226541 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -1,6 +1,6 @@ Name: tigervnc Version: 1.9.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A TigerVNC remote display system %global _hardened_build 1 @@ -264,7 +264,9 @@ install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-libvnc.c %systemd_preun xvnc.socket %postun server -%systemd_postun +%systemd_postun vncserver.service +%systemd_postun xvnc.service +%systemd_postun xvnc.socket %files -f %{name}.lang %doc README.rst @@ -307,6 +309,10 @@ install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-libvnc.c %{_datadir}/icons/hicolor/*/apps/* %changelog +* Wed Jun 12 2019 Jan Grulich - 1.9.0-5 +- Add missing arguments to systemd_postun scriptlets + Resolves: bz#1716411 + * Sun Feb 03 2019 Fedora Release Engineering - 1.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild