Files
novnc/novnc-1.5.0-fix-interpreter.patch
Dirk Mueller 4aadb0cd4f - Update to 1.6.0
Application:
      * Updated GUI with a more modern styling
      * Settings can now be configured via defaults.json and mandatory.json
      * Support for relative WebSocket URLs
    Library:
      * Session will resize faster, making the client feel more responsive
      * Support for back and forward mouse buttons
      * Support for H.264 encoding
      * Support for Zlib encoding
- Fix patch novnc-1.5.0-fix-interpreter.patch
    * Renamed to patch novnc-1.6.0-fix-interpreter.patch

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/novnc?expand=0&rev=36
2025-04-15 07:36:39 +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)