Drop unexisting option from the old vncserver script
Resolves: bz#2021893
This commit is contained in:
parent
24a8d8f61c
commit
7c58eec745
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: tigervnc
|
Name: tigervnc
|
||||||
Version: 1.12.0
|
Version: 1.12.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A TigerVNC remote display system
|
Summary: A TigerVNC remote display system
|
||||||
|
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
@ -345,6 +345,10 @@ fi
|
|||||||
%ghost %verify(not md5 size mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
|
%ghost %verify(not md5 size mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 04 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-2
|
||||||
|
- Drop unexisting option from the old vncserver script
|
||||||
|
Resolves: bz#2021893
|
||||||
|
|
||||||
* Wed Mar 23 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-1
|
* Wed Mar 23 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-1
|
||||||
- 1.12.0 + sync with Fedora
|
- 1.12.0 + sync with Fedora
|
||||||
Resolves: bz#2048011
|
Resolves: bz#2048011
|
||||||
|
@ -195,7 +195,6 @@ $default_opts{auth} = "edString($xauthorityFile);
|
|||||||
$default_opts{geometry} = $geometry if ($geometry);
|
$default_opts{geometry} = $geometry if ($geometry);
|
||||||
$default_opts{depth} = $depth if ($depth);
|
$default_opts{depth} = $depth if ($depth);
|
||||||
$default_opts{pixelformat} = $pixelformat if ($pixelformat);
|
$default_opts{pixelformat} = $pixelformat if ($pixelformat);
|
||||||
$default_opts{rfbwait} = 30000;
|
|
||||||
$default_opts{rfbauth} = "$vncUserDir/passwd";
|
$default_opts{rfbauth} = "$vncUserDir/passwd";
|
||||||
$default_opts{rfbport} = $vncPort;
|
$default_opts{rfbport} = $vncPort;
|
||||||
$default_opts{fp} = $fontPath if ($fontPath);
|
$default_opts{fp} = $fontPath if ($fontPath);
|
||||||
|
Loading…
Reference in New Issue
Block a user