mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-19 05:19:46 +00:00
Adapt spec so it can also be built on RHEL6.
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
ff5fac41e4
commit
052581174f
2
dist/libtpms.spec.in
vendored
2
dist/libtpms.spec.in
vendored
@ -24,7 +24,9 @@ BuildRequires: openssl-devel
|
||||
%else
|
||||
BuildRequires: nss-devel >= 3.12.9-2
|
||||
BuildRequires: nss-softokn-freebl-devel >= 3.12.9-2
|
||||
%if 0%{?rhel} > 6
|
||||
BuildRequires: nss-softokn-freebl-static >= 3.12.9-2
|
||||
%endif
|
||||
BuildRequires: nss-softokn-devel >= 3.12.9-2, gmp-devel
|
||||
BuildRequires: pkgconfig gawk
|
||||
BuildRequires: automake autoconf libtool bash coreutils
|
||||
|
||||
Loading…
Reference in New Issue
Block a user