Hello community,

here is the log from the commit of package xorg-x11-Xvnc for openSUSE:Factory 
checked in at 2013-07-25 14:51:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-x11-Xvnc (Old)
 and      /work/SRC/openSUSE:Factory/.xorg-x11-Xvnc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xorg-x11-Xvnc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xorg-x11-Xvnc/xorg-x11-Xvnc.changes      
2013-07-12 20:59:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-Xvnc.new/xorg-x11-Xvnc.changes 
2013-07-25 14:51:14.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 23 13:27:05 UTC 2013 - [email protected]
+
+- Add xinetd service for VNC. (Moved from tightvnc.) (bnc#800959)
+
+-------------------------------------------------------------------

New:
----
  vnc.xinetd

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xorg-x11-Xvnc.spec ++++++
--- /var/tmp/diff_new_pack.wkcsKR/_old  2013-07-25 14:51:16.000000000 +0200
+++ /var/tmp/diff_new_pack.wkcsKR/_new  2013-07-25 14:51:16.000000000 +0200
@@ -45,6 +45,7 @@
 %else
 Requires:       x11vnc
 %endif
+Requires:       xinetd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %tigervnc
 Summary:        TigerVNC implementation of Xvnc
@@ -58,6 +59,7 @@
 %if %tigervnc
 Source1:        tigervnc-1.3.0.tar.bz2
 Source2:        xorg-server-1.13.0.tar.bz2
+Source3:        vnc.xinetd
 Patch1:         tigervnc-1.2.80-fix-int-to-pointer.patch
 Patch2:         u_aarch64-support.patch
 Patch3:         N_xorg-server-xdmcp.patch
@@ -128,6 +130,8 @@
 ## Description: Opens ports for VNC Server
 TCP="5801 5901"
 EOF
+mkdir -m755 -p $RPM_BUILD_ROOT/etc/xinetd.d/
+cp %{SOURCE3} $RPM_BUILD_ROOT/etc/xinetd.d/vnc
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"
@@ -139,5 +143,6 @@
 %if %tigervnc
 %{_mandir}/man1/Xvnc.1*
 %endif
+%config(noreplace) /etc/xinetd.d/vnc
 
 %changelog

++++++ vnc.xinetd ++++++
# default: off
# description: This serves out a VNC connection which starts at a KDM login \
#       prompt. This VNC connection has a resolution of 1024x768, 16bit depth.
service vnc1
{
        type            = UNLISTED
        port            = 5901
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = nobody
        server          = /usr/bin/Xvnc
        server_args     = -noreset -inetd -once -query localhost -geometry 
1024x768 -depth 16 -securitytypes none
        disable         = yes
}
# default: off
# description: This serves out a VNC connection which starts at a KDM login \
#       prompt. This VNC connection has a resolution of 1280x1024, 16bit depth.
service vnc2
{
        type            = UNLISTED
        port            = 5902
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = nobody
        server          = /usr/bin/Xvnc
        server_args     = -noreset -inetd -once -query localhost -geometry 
1280x1024 -depth 16 -securitytypes none
        disable         = yes
}
# default: off
# description: This serves out a VNC connection which starts at a KDM login \
#       prompt. This VNC connection has a resolution of 1600x1200, 16bit depth.
service vnc3
{
        type            = UNLISTED
        port            = 5903
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = nobody
        server          = /usr/bin/Xvnc
        server_args     = -noreset -inetd -once -query localhost -geometry 
1600x1200 -depth 16 -securitytypes none
        disable         = yes
}
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to