novnc/novnc-1.4.0-fix-interpreter.patch
Dirk Mueller 4eff8eca7a Accepting request 1061409 from home:mmanu84:branches:Cloud:OpenStack:Factory
- Update to 1.4.0
    Library:
      * Secure context (https) is now required
      * Added support for the ZRLE encoding
      * Added support for RealVNC's JPEG encoding
      * Added support for Apple Remote Desktop's authentication
      * Added support for RealVNC's RSA-AES authentication
      * Added support for UltraVNC's MSLogonII authentication
- Renamed to patch novnc-1.3.0-fix-interpreter.patch to novnc-1.4.0-fix-interpreter.patch

OBS-URL: https://build.opensuse.org/request/show/1061409
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/novnc?expand=0&rev=32
2023-01-28 09:36:15 +00:00

18 lines
438 B
Diff

From: kberger@suse.com
Date: Mon Jun 25 17:05:16 UTC 2018
Subject: [PATCH] changed interpreter to resolve rpmlint error.
Upstream: no
---
Index: utils/novnc_proxy
===================================================================
--- a/utils/novnc_proxy
+++ b/utils/novnc_proxy
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
# Copyright (C) 2018 The noVNC Authors
# Licensed under MPL 2.0 or any later version (see LICENSE.txt)