Skip to content

Commit

Permalink
Really pull in tpm2-tss for EPEL8 builds
Browse files Browse the repository at this point in the history
It should be checking for %{?rhel} >= 8, not %{?epel}.

Not that it'll build yet because ocserv isn't there for EPEL8 yet
(https://bugzilla.redhat.com/show_bug.cgi?id=1761396)

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed Oct 14, 2019
1 parent 62653d9 commit bdf6bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openconnect.spec.in
Expand Up @@ -22,7 +22,7 @@
%endif

# Fedora has tss2-sys from F29 onwards, and RHEL from 8 onwards.
%if 0%{?fedora} >= 29 || 0%{?epel} >= 8
%if 0%{?fedora} >= 29 || 0%{?rhel} >= 8
%define use_tss2_esys 1
%else
%define use_tss2_esys 0
Expand Down

0 comments on commit bdf6bff

Please sign in to comment.