a16fa3f Update to 1.1.0

Authored and Committed by lyarwood 4 years ago
    Update to 1.1.0
    
    This commit also makes the following changes to ensure noVNC is actually
    usable once installed.
    
    - Switch to python3-websockify as a dependency. Resolving this bug:
    
      novnc requires python3-websockify but RPM is missing the dependency
      https://bugzilla.redhat.com/show_bug.cgi?id=1706294
    
    - Rework the %install section to ensure all required files
      are installed under /usr/share/novnc. Resolving this bug:
    
      [OSP 15] novnc RPM is not packaged with all the required files
      https://bugzilla.redhat.com/show_bug.cgi?id=1726312
    
    - Leave a FIXME regarding a current bug with /usr/bin/novnc_server.
      This is tracked by the following bug:
    
      Can't start novnc using novnc_server script
      https://bugzilla.redhat.com/show_bug.cgi?id=1706291
    
      A pull request has also been opened to resolve this below:
    
      launch.sh: Check for a local websockify directory
      https://github.com/novnc/noVNC/pull/1259
    
    - Convert any python shebangs during %prep.
    
    - Install a copy of vnc_lite.html as vnc_auto.html and ensure this is
      tracked as part of the package.
    
        
file modified
+1 -0
file modified
+26 -20
file modified
+1 -1