Hello community, here is the log from the commit of package tigervnc for openSUSE:Factory checked in at 2018-04-26 13:22:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tigervnc (Old) and /work/SRC/openSUSE:Factory/.tigervnc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "tigervnc" Thu Apr 26 13:22:37 2018 rev:51 rq:600357 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes 2018-04-17 11:12:23.524832099 +0200 +++ /work/SRC/openSUSE:Factory/.tigervnc.new/tigervnc.changes 2018-04-26 13:22:39.205877425 +0200 @@ -1,0 +2,5 @@ +Tue Apr 24 09:16:59 UTC 2018 - msrb@suse.com + +- Reload firewalld files after installation. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tigervnc.spec ++++++ --- /var/tmp/diff_new_pack.pFOFSj/_old 2018-04-26 13:22:40.329836282 +0200 +++ /var/tmp/diff_new_pack.pFOFSj/_new 2018-04-26 13:22:40.329836282 +0200 @@ -154,6 +154,9 @@ Requires(post): /usr/sbin/groupadd Requires(post): /bin/awk Requires(post): systemd +%if %{use_firewalld} +Requires(post): firewall-macros +%endif # Needed to generate certificates Requires: openssl Requires: windowmanager @@ -366,6 +369,10 @@ %post -n xorg-x11-Xvnc %service_add_post xvnc.socket +%if %{use_firewalld} +%{firewalld_reload} +%endif + # If there is old xinetd configuration file and VNC service was enabled, enable the systemd service too. # Once we are done, RPM will rename the file to /etc/xinetd.d/vnc.rpmsave, so this won't happen # during future updates.
participants (1)
-
root@hilbert.suse.de