novnc/novnc-1.0.0-fix-interpreter.patch
Alberto Planas Dominguez a5f96a12c6 Accepting request 619014 from home:kberger65:branches:Cloud:OpenStack:Factory
Fixes bugs bsc#1052286 and bsc#1077940
- Update to 1.0.0:
  _The first official stable release of noVNC is finally here._
  Lots of changes have been made since the last release, both in terms of features and bug fixes.
  Some of the more notable changes since the last release are:
  Application:
  Heavily revamped interface
  Everything is translated
  Automatic reconnect on disconnects
  Better handling of on screen keyboards
  Support for VNC "bell" sound
  Library:
  Cleaned up, official and stable API
  Converted to ES6 modules
  Much improved keyboard handling
  Support for QEMU's raw keyboard extension
  Support for continuous updates extension
  Proper handling of machines with both touch and mouse/trackpad
  Better handling of mouse wheels
  More responsive and performant panning
  Colour map mode is no longer supported
- Add novnc-0.3-manpage.patch
  novnc-0.3-manpage.patch: add manpage.
- Add novnc-1.0.0-fix-interpreter.patch
  novnc-1.0.0-fix-interpreter.patch: change shebang path from env to bash.

OBS-URL: https://build.opensuse.org/request/show/619014
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/novnc?expand=0&rev=19
2018-06-26 12:27:32 +00:00

18 lines
387 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/launch.sh
===================================================================
--- utils/launch.sh.orig
+++ utils/launch.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
# Copyright 2016 Joel Martin
# Copyright 2016 Solly Ross