mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-07 22:03:09 +00:00
rpmbuild: Fix dependencies for OpenSSL
Fix the Requires and BuildRequires dependencies for OpenSSL build. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
acbfe13344
commit
f79e8301f4
7
dist/libtpms.spec.in
vendored
7
dist/libtpms.spec.in
vendored
@ -29,11 +29,16 @@ BuildRequires: nss-softokn-freebl-devel >= 3.12.9-2
|
||||
BuildRequires: nss-softokn-freebl-static >= 3.12.9-2
|
||||
%endif
|
||||
BuildRequires: nss-softokn-devel >= 3.12.9-2, gmp-devel
|
||||
%endif
|
||||
BuildRequires: pkgconfig gawk sed
|
||||
BuildRequires: automake autoconf libtool bash coreutils
|
||||
|
||||
%if %{crypto_subsystem} == openssl
|
||||
Requires: openssl
|
||||
%else
|
||||
Requires: nss-softokn-freebl >= 3.12.9-2, nss-softokn >= 3.12.9-2
|
||||
Requires: gmp
|
||||
%endif
|
||||
Requires: gmp
|
||||
|
||||
%description
|
||||
A library providing TPM functionality for VMs. Targeted for integration
|
||||
|
||||
Loading…
Reference in New Issue
Block a user