Accepting request 1032125 from home:suseoes:branches:Cloud:OpenStack:Factory

- add "Requires: which" in case of missing running requirements
  in container environment.
  see f59be0586f/utils/novnc_proxy (L170)

OBS-URL: https://build.opensuse.org/request/show/1032125
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/novnc?expand=0&rev=30
This commit is contained in:
2022-11-07 10:09:45 +00:00
committed by Git OBS Bridge
parent ce24b6025b
commit dea224087c
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Oct 29 09:31:34 UTC 2022 - Software System <opensuse@wolke7.net>
- add "Requires: which" in case of missing running requirements
in container environment.
see https://github.com/novnc/noVNC/blob/f59be0586f675394514003784b7ffffbb845cc2b/utils/novnc_proxy#L170
-------------------------------------------------------------------
Fri Oct 22 14:28:42 UTC 2021 - Manu Maier <mmanu84@outlook.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package novnc
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@ Source0: noVNC-%{version}.tar.gz
Patch1: novnc-0.3-manpage.patch
Patch2: novnc-1.3.0-fix-interpreter.patch
Requires: python3-websockify >= 0.9.0
Requires: which
BuildArch: noarch
%description