rpm-setup: install libgcrypt by default.

Wireshark now requires it.


(cherry picked from commit 3c404abf2c)
This commit is contained in:
Guy Harris 2021-02-15 07:39:02 +00:00
parent 418c3360bf
commit 5e1db6219a
1 changed files with 2 additions and 2 deletions

View File

@ -50,10 +50,10 @@ BASIC_LIST="cmake \
git \
glib2-devel \
libpcap-devel \
zlib-devel"
zlib-devel \
libgcrypt-devel"
ADDITIONAL_LIST="libcap-devel \
libgcrypt-devel \
libssh-devel \
krb5-devel \
perl-Parse-Yapp \