mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-02-06 11:27:19 +00:00
VNC-292 Fedora: add dependency on crypto-policies-scripts
Fedora users need to allow SHA1 in their system crypto policy.
This commit is contained in:
parent
7776dbc304
commit
c9e0f2a437
@ -15,7 +15,6 @@ COPY $KASMVNC_PACKAGE_DIR/kasmvncserver-*.rpm /tmp/
|
|||||||
COPY fedora/kasmvncserver.spec /tmp/
|
COPY fedora/kasmvncserver.spec /tmp/
|
||||||
RUN /tmp/scripts/install_kasmvncserver_package
|
RUN /tmp/scripts/install_kasmvncserver_package
|
||||||
|
|
||||||
RUN dnf install -y crypto-policies-scripts
|
|
||||||
RUN update-crypto-policies --set FIPS:SHA1
|
RUN update-crypto-policies --set FIPS:SHA1
|
||||||
|
|
||||||
RUN mkdir -p $STARTUPDIR
|
RUN mkdir -p $STARTUPDIR
|
||||||
|
|||||||
@ -15,7 +15,6 @@ COPY $KASMVNC_PACKAGE_DIR/kasmvncserver-*.rpm /tmp/
|
|||||||
COPY fedora/kasmvncserver.spec /tmp/
|
COPY fedora/kasmvncserver.spec /tmp/
|
||||||
RUN /tmp/scripts/install_kasmvncserver_package
|
RUN /tmp/scripts/install_kasmvncserver_package
|
||||||
|
|
||||||
RUN dnf install -y crypto-policies-scripts
|
|
||||||
RUN update-crypto-policies --set FIPS:SHA1
|
RUN update-crypto-policies --set FIPS:SHA1
|
||||||
|
|
||||||
RUN mkdir -p $STARTUPDIR
|
RUN mkdir -p $STARTUPDIR
|
||||||
|
|||||||
@ -7,7 +7,7 @@ License: GPLv2+
|
|||||||
URL: https://github.com/kasmtech/KasmVNC
|
URL: https://github.com/kasmtech/KasmVNC
|
||||||
|
|
||||||
BuildRequires: rsync
|
BuildRequires: rsync
|
||||||
Requires: xorg-x11-xauth, xkeyboard-config, xkbcomp, openssl, perl, perl-Switch, perl-YAML-Tiny, perl-Hash-Merge-Simple, perl-Scalar-List-Utils, perl-List-MoreUtils, perl-Try-Tiny, perl-DateTime-TimeZone, mesa-libgbm, libxshmfence, hostname
|
Requires: xorg-x11-xauth, xkeyboard-config, xkbcomp, openssl, perl, perl-Switch, perl-YAML-Tiny, perl-Hash-Merge-Simple, perl-Scalar-List-Utils, perl-List-MoreUtils, perl-Try-Tiny, perl-DateTime-TimeZone, mesa-libgbm, libxshmfence, hostname, crypto-policies-scripts
|
||||||
Conflicts: tigervnc-server, tigervnc-server-minimal
|
Conflicts: tigervnc-server, tigervnc-server-minimal
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user