From b5d2a205fffc9e83d86e981dbc75fee088152046 Mon Sep 17 00:00:00 2001 From: songnannan Date: Tue, 31 Dec 2019 15:58:23 +0800 Subject: [PATCH] init --- tigervnc.spec | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/tigervnc.spec b/tigervnc.spec index 302eb91..43504f2 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -2,7 +2,7 @@ Name: tigervnc Version: 1.9.0 -Release: 6 +Release: 7 Summary: A TigerVNC remote display system License: GPLv2+ @@ -191,18 +191,18 @@ mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/ install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf %post server -%systemd_post vncserver.service -%systemd_post xvnc.service +%systemd_post vncserver@.service +%systemd_post xvnc@.service %systemd_post xvnc.socket %preun server -%systemd_preun vncserver.service -%systemd_preun xvnc.service +%systemd_preun vncserver@.service +%systemd_preun xvnc@.service %systemd_preun xvnc.socket %postun server -%systemd_postun vncserver.service -%systemd_postun xvnc.service +%systemd_postun vncserver@.service +%systemd_postun xvnc@.service %systemd_postun xvnc.socket %files -f %{name}.lang @@ -245,6 +245,12 @@ install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-libvnc.c %{_mandir}/man1/* %changelog +* Tue Dec 31 2019 openEuler Buildteam - 1.9.0-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:optimization the spec + * Tue Dec 24 2019 openEuler Buildteam - 1.9.0-6 - Type:bugfix - ID:NA