From d72aee410d5cfb1acb46c89d06d7aa0c733c3bfb Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 1 Jun 2016 09:29:41 +0200 Subject: [PATCH] Re-enable patch4 again, will need to find a way to make this work on both sides --- tigervnc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tigervnc.spec b/tigervnc.spec index e70c79e..50b2e11 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -1,6 +1,6 @@ Name: tigervnc Version: 1.6.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A TigerVNC remote display system %global _hardened_build 1 @@ -47,7 +47,7 @@ Obsoletes: tightvnc < 1.5.0-0.15.20090204svn3586 Patch1: tigervnc-cookie.patch Patch3: tigervnc-libvnc-os.patch -# Patch4: tigervnc11-rh692048.patch +Patch4: tigervnc11-rh692048.patch Patch5: tigervnc-inetd-nowait.patch Patch7: tigervnc-manpages.patch Patch8: tigervnc-getmaster.patch @@ -155,7 +155,7 @@ This package contains icons for TigerVNC viewer %patch1 -p1 -b .cookie %patch3 -p1 -b .libvnc-os -# %patch4 -p1 -b .rh692048 +%patch4 -p1 -b .rh692048 cp -r /usr/share/xorg-x11-server-source/* unix/xserver pushd unix/xserver @@ -359,6 +359,9 @@ fi %{_datadir}/icons/hicolor/*/apps/* %changelog +* Wed Jun 01 2016 Jan Grulich - 1.6.0-5 +- Re-enable patch4 again, will need to find a way to make this work on both sides + * Mon May 23 2016 Jan Grulich - 1.6.0-4 - Utilize system-wide crypto policies Resolves: bz#1179345