Skip to content
Snippets Groups Projects
Hussein Abdallah's avatar
Hussein Abdallah authored
Correct the dockerfile for opensuse 15 replacing
 zypper --non-interactive  --gpg-auto-import-key refresh
by
 zypper --non-interactive  --gpg-auto-import-keys refresh
keyS must be in plural, otherwise the command fails

Update the spec files for opensuse 15 leap by compiling GnuTLS
    make -j4 V=1 .ffmpeg .gnutls

because when using the distro's GnuTLS 3.6.7  connections fail with
[TLS] handshake failed: An error has been detected in the library and
cannot continue operations.

Change-Id: I40a726e429b9f68447199f336ebe4a68ddfccf30
27bbb2d0
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..