Some bugfixes.
- include /etc/X11/xorg.conf.d/10-libvnc.conf sample configuration (#712482) - vncserver now honors specified -geometry parameter (#755947) Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
cac497cd0d
commit
cac416e993
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ tigervnc-1.0.90-20100721svn4113.tar.bz2
|
|||||||
/tigervnc-1.2.80-20121126svn5015.tar.bz2
|
/tigervnc-1.2.80-20121126svn5015.tar.bz2
|
||||||
/tigervnc-1.2.80-20130219svn5047.tar.bz2
|
/tigervnc-1.2.80-20130219svn5047.tar.bz2
|
||||||
/tigervnc-1.2.80-20130307svn5060.tar.bz2
|
/tigervnc-1.2.80-20130307svn5060.tar.bz2
|
||||||
|
/tigervnc-1.2.80-20130314svn5065.tar.bz2
|
||||||
|
19
10-libvnc.conf
Normal file
19
10-libvnc.conf
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# This file contains configuration of libvnc.so module
|
||||||
|
#
|
||||||
|
# To get libvnc.so module working, do this:
|
||||||
|
# 1. run "vncpasswd" from tigervnc-server package as root user
|
||||||
|
# 2. uncomment configuration lines below
|
||||||
|
#
|
||||||
|
# Please note you can specify any option which Xvnc accepts.
|
||||||
|
# Refer to `Xvnc -help` output for detailed list of options.
|
||||||
|
|
||||||
|
#Section "Module"
|
||||||
|
# Load "vnc"
|
||||||
|
#EndSection
|
||||||
|
|
||||||
|
#Section "Screen"
|
||||||
|
# Identifier "Screen0
|
||||||
|
# DefaultDepth 16
|
||||||
|
# Option "SecurityTypes" "VncAuth"
|
||||||
|
# Option "PasswordFile" "/root/.vnc/passwd"
|
||||||
|
#EndSection
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
c95c824e6d723ce8f2eef0f76af5a326 tigervnc-1.2.80-20130307svn5060.tar.bz2
|
4522c6f107dbe778f197b2294c0eb867 tigervnc-1.2.80-20130314svn5065.tar.bz2
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global snap 20130307svn5060
|
%global snap 20130314svn5065
|
||||||
|
|
||||||
Name: tigervnc
|
Name: tigervnc
|
||||||
Version: 1.2.80
|
Version: 1.2.80
|
||||||
Release: 0.11.%{snap}%{?dist}
|
Release: 0.12.%{snap}%{?dist}
|
||||||
Summary: A TigerVNC remote display system
|
Summary: A TigerVNC remote display system
|
||||||
|
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
@ -12,6 +12,7 @@ URL: http://www.tigervnc.com
|
|||||||
Source0: %{name}-%{version}-%{snap}.tar.bz2
|
Source0: %{name}-%{version}-%{snap}.tar.bz2
|
||||||
Source1: vncserver.service
|
Source1: vncserver.service
|
||||||
Source2: vncserver.sysconfig
|
Source2: vncserver.sysconfig
|
||||||
|
Source3: 10-libvnc.conf
|
||||||
Source6: vncviewer.desktop
|
Source6: vncviewer.desktop
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -236,6 +237,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions/libvnc.la
|
|||||||
|
|
||||||
%ifarch s390 s390x %{?rhel:ppc ppc64}
|
%ifarch s390 s390x %{?rhel:ppc ppc64}
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions/libvnc.so
|
rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions/libvnc.so
|
||||||
|
%else
|
||||||
|
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
|
||||||
|
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -289,6 +293,7 @@ fi
|
|||||||
%files server-module
|
%files server-module
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/xorg/modules/extensions/libvnc.so
|
%{_libdir}/xorg/modules/extensions/libvnc.so
|
||||||
|
%config %{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files server-applet
|
%files server-applet
|
||||||
@ -304,6 +309,10 @@ fi
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 14 2013 Adam Tkac <atkac redhat com> - 1.2.80-0.12.20130314svn5065
|
||||||
|
- include /etc/X11/xorg.conf.d/10-libvnc.conf sample configuration (#712482)
|
||||||
|
- vncserver now honors specified -geometry parameter (#755947)
|
||||||
|
|
||||||
* Tue Mar 12 2013 Adam Tkac <atkac redhat com> - 1.2.80-0.11.20130307svn5060
|
* Tue Mar 12 2013 Adam Tkac <atkac redhat com> - 1.2.80-0.11.20130307svn5060
|
||||||
- update to r5060
|
- update to r5060
|
||||||
- split icons to separate package to avoid multilib issues
|
- split icons to separate package to avoid multilib issues
|
||||||
|
Loading…
Reference in New Issue
Block a user