diff --git a/SOURCES/xvnc.service b/SOURCES/xvnc.service index 3471e1f..9ee468c 100644 --- a/SOURCES/xvnc.service +++ b/SOURCES/xvnc.service @@ -32,7 +32,7 @@ Description=XVNC Per-Connection Daemon [Service] -ExecStart=-/usr/bin/Xvnc -inetd -query localhost -geometry 1024x768 -depth 24 -once -SecurityTypes=None +ExecStart=-/usr/bin/Xvnc -inetd -query localhost -geometry 1024x768 -depth 24 -once -SecurityTypes=None -Log *:syslog:30 User=nobody StandardInput=socket StandardError=syslog diff --git a/SPECS/tigervnc.spec b/SPECS/tigervnc.spec index 2f127c2..d0ac4e4 100644 --- a/SPECS/tigervnc.spec +++ b/SPECS/tigervnc.spec @@ -1,6 +1,6 @@ Name: tigervnc Version: 1.11.0 -Release: 3%{?dist} +Release: 5%{?dist} Summary: A TigerVNC remote display system %global _hardened_build 1 @@ -338,6 +338,14 @@ fi %changelog +* Thu Dec 03 2020 Jan Grulich - 1.11.0-5 +- Make sure we log properly output to journal (actually log to syslog) + Resolves: bz#1841537 + +* Thu Dec 03 2020 Jan Grulich - 1.11.0-4 +- Make sure we log properly output to journal + Resolves: bz#1841537 + * Wed Nov 18 2020 Jan Grulich - 1.11.0-3 - vncserver: ignore new "session" parameter from the new systemd support Resolves: bz#1897504