Accepting request 666700 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/666700 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tigervnc?expand=0&rev=56
This commit is contained in:
commit
3155bf9b59
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 17 12:07:27 UTC 2019 - msrb@suse.com
|
||||||
|
|
||||||
|
- Switch websocket dependency to python3. (bsc#1119737)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 17 10:21:29 UTC 2019 - msrb@suse.com
|
||||||
|
|
||||||
|
- Do not build xorg-x11-Xvnc-module on s390. It fails to build
|
||||||
|
because macros.xorg-server is incomplete on s390 and the module
|
||||||
|
would be useless without real X server anyway.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 8 12:38:42 UTC 2019 - msrb@suse.com
|
Tue Jan 8 12:38:42 UTC 2019 - msrb@suse.com
|
||||||
|
|
||||||
|
@ -166,7 +166,9 @@ Requires: openssl(cli)
|
|||||||
# For the with-vnc-key.sh script
|
# For the with-vnc-key.sh script
|
||||||
Requires: /bin/hostname
|
Requires: /bin/hostname
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
%ifnarch s390 s390x
|
||||||
Recommends: xorg-x11-Xvnc-module
|
Recommends: xorg-x11-Xvnc-module
|
||||||
|
%endif
|
||||||
Provides: tightvnc = 1.3.9
|
Provides: tightvnc = 1.3.9
|
||||||
Provides: xorg-x11-Xvnc:/usr/lib/vnc/with-vnc-key.sh
|
Provides: xorg-x11-Xvnc:/usr/lib/vnc/with-vnc-key.sh
|
||||||
Obsoletes: tightvnc < 1.3.9
|
Obsoletes: tightvnc < 1.3.9
|
||||||
@ -176,6 +178,7 @@ Group: System/X11/Servers/XF86_4
|
|||||||
%description -n xorg-x11-Xvnc
|
%description -n xorg-x11-Xvnc
|
||||||
This is the TigerVNC implementation of Xvnc.
|
This is the TigerVNC implementation of Xvnc.
|
||||||
|
|
||||||
|
%ifnarch s390 s390x
|
||||||
%package -n xorg-x11-Xvnc-module
|
%package -n xorg-x11-Xvnc-module
|
||||||
Requires: xorg-x11-Xvnc
|
Requires: xorg-x11-Xvnc
|
||||||
Summary: VNC module for X server
|
Summary: VNC module for X server
|
||||||
@ -186,10 +189,11 @@ Group: System/X11/Servers/XF86_4
|
|||||||
This module allows to share content of X server's screen over VNC.
|
This module allows to share content of X server's screen over VNC.
|
||||||
It is loaded into X server as a module if enable in X server's
|
It is loaded into X server as a module if enable in X server's
|
||||||
configuration.
|
configuration.
|
||||||
|
%endif
|
||||||
|
|
||||||
%package -n xorg-x11-Xvnc-novnc
|
%package -n xorg-x11-Xvnc-novnc
|
||||||
Requires: novnc
|
Requires: novnc
|
||||||
Requires: python-websockify
|
Requires: python3-websockify
|
||||||
Requires: xorg-x11-Xvnc
|
Requires: xorg-x11-Xvnc
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
Summary: NoVNC service for Xvnc
|
Summary: NoVNC service for Xvnc
|
||||||
@ -497,17 +501,19 @@ fi
|
|||||||
|
|
||||||
%{_libexecdir}/vnc
|
%{_libexecdir}/vnc
|
||||||
|
|
||||||
|
%ifarch s390 s390x
|
||||||
|
# These would be in xorg-x11-Xvnc-module, but we don't build that on s390
|
||||||
|
%exclude /usr/%{_lib}/xorg/protocol.txt
|
||||||
|
%exclude /usr/%{_lib}/xorg/modules/extensions/libvnc.la
|
||||||
|
%exclude /usr/%{_lib}/xorg/modules/extensions/libvnc.so
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%ifnarch s390 s390x
|
||||||
%files -n xorg-x11-Xvnc-module
|
%files -n xorg-x11-Xvnc-module
|
||||||
%exclude /usr/%{_lib}/xorg/protocol.txt
|
%exclude /usr/%{_lib}/xorg/protocol.txt
|
||||||
%exclude /usr/%{_lib}/xorg/modules/extensions/libvnc.la
|
%exclude /usr/%{_lib}/xorg/modules/extensions/libvnc.la
|
||||||
%ifnarch s390 s390x
|
|
||||||
%{_libdir}/xorg/modules/extensions/libvnc.so
|
%{_libdir}/xorg/modules/extensions/libvnc.so
|
||||||
%config(noreplace) /etc/X11/xorg.conf.d/10-libvnc.conf
|
%config(noreplace) /etc/X11/xorg.conf.d/10-libvnc.conf
|
||||||
%else
|
|
||||||
%exclude /etc/X11/xorg.conf.d
|
|
||||||
%exclude %{_libdir}/xorg/modules
|
|
||||||
%exclude %{_libdir}/xorg/modules/extensions
|
|
||||||
%exclude %{_libdir}/xorg/modules/extensions/libvnc.so
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n xorg-x11-Xvnc-novnc
|
%files -n xorg-x11-Xvnc-novnc
|
||||||
|
Loading…
Reference in New Issue
Block a user