[packages/x11vnc] - workaround for coreutils / chmod breakage, rel 3

baggins baggins at pld-linux.org
Sun Oct 3 11:04:08 CEST 2021


commit 3c88b8eb56341307a36e54b007e4a99f5e37d18c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Oct 3 11:03:48 2021 +0200

    - workaround for coreutils / chmod breakage, rel 3

 x11vnc.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/x11vnc.spec b/x11vnc.spec
index 3ed5cd4..9576118 100644
--- a/x11vnc.spec
+++ b/x11vnc.spec
@@ -2,7 +2,7 @@ Summary:	A VNC server for the current X11 session
 Summary(pl.UTF-8):	Program serwujący aktualną sesję X11 poprzez VNC
 Name:		x11vnc
 Version:	0.9.16
-Release:	2
+Release:	3
 License:	GPL v2+
 Group:		X11/Applications/Networking
 #Source0Download: https://github.com/LibVNC/x11vnc/releases
@@ -39,6 +39,9 @@ Requires:	libvncserver >= 0.9.8
 Requires:	xorg-lib-libXi >= 1.3
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# Disable fixperms, chmod from coreutils 9.0 fails on symlinks
+%define		_fixperms	/bin/true
+
 %description
 x11vnc is to X Window System what WinVNC is to Windows, i.e. a server
 which serves the current X Window System desktop via RFB (VNC)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/x11vnc.git/commitdiff/3c88b8eb56341307a36e54b007e4a99f5e37d18c



More information about the pld-cvs-commit mailing list