forked from pool/tigervnc
Accepting request 581688 from home:michalsrb:branches:X11:XOrg
Drop vncserver.firewalld. OBS-URL: https://build.opensuse.org/request/show/581688 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=131
This commit is contained in:
parent
896029496d
commit
d59dc416d6
@ -126,7 +126,6 @@ Source15: xvnc-novnc.service
|
||||
Source16: xvnc-novnc.socket
|
||||
Source17: tigervnc.firewalld
|
||||
Source18: tigervnc-https.firewalld
|
||||
Source19: vncserver.firewalld
|
||||
|
||||
Patch1: tigervnc-newfbsize.patch
|
||||
Patch2: tigervnc-clean-pressed-key-on-exit.patch
|
||||
@ -303,7 +302,6 @@ install -D -m 644 %{SOURCE4} $RPM_BUILD_ROOT/etc/X11/xorg.conf.d/10-libvnc.conf
|
||||
%if %{use_firewalld}
|
||||
install -D -m 644 %{SOURCE17} $RPM_BUILD_ROOT%{_libexecdir}/firewalld/services/tigervnc.xml
|
||||
install -D -m 644 %{SOURCE18} $RPM_BUILD_ROOT%{_libexecdir}/firewalld/services/tigervnc-https.xml
|
||||
install -D -m 644 %{SOURCE19} $RPM_BUILD_ROOT%{_libexecdir}/firewalld/services/vncserver.xml
|
||||
%else
|
||||
install -D -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/vnc-server
|
||||
install -D -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/vnc-httpd
|
||||
@ -457,7 +455,6 @@ usermod -G shadow -a %{vncuser} || :
|
||||
%dir %{_libexecdir}/firewalld/services
|
||||
%{_libexecdir}/firewalld/services/tigervnc.xml
|
||||
%{_libexecdir}/firewalld/services/tigervnc-https.xml
|
||||
%{_libexecdir}/firewalld/services/vncserver.xml
|
||||
%else
|
||||
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/vnc-server
|
||||
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/vnc-httpd
|
||||
|
@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<service>
|
||||
<short>VNC displays :0-:99</short>
|
||||
<description>This opens ports for VNC displays :0-:99, which is useful for dynamically allocated display numbers by the vncserver command.</description>
|
||||
<port protocol="tcp" port="5900-5999"/>
|
||||
</service>
|
||||
|
Loading…
Reference in New Issue
Block a user