summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2024-11-01 16:00:19 +0100
committerDaniel Salzman <daniel.salzman@nic.cz>2024-11-01 18:31:29 +0100
commitc3714c9d5b0835fb06af02c98f7457b6a1a83cfe (patch)
tree9bd84a5f70b6ca6ad71273ea90f97cd04e1e7c56
parentkxdpgun: stats_period overflow bugfix (diff)
downloadknot-c3714c9d5b0835fb06af02c98f7457b6a1a83cfe.tar.xz
knot-c3714c9d5b0835fb06af02c98f7457b6a1a83cfe.zip
distro/rpm: install softhsm for make check
-rw-r--r--distro/pkg/rpm/knot.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/distro/pkg/rpm/knot.spec b/distro/pkg/rpm/knot.spec
index c99ea55ff..f3c0d362c 100644
--- a/distro/pkg/rpm/knot.spec
+++ b/distro/pkg/rpm/knot.spec
@@ -39,6 +39,9 @@ BuildRequires: pkgconfig(libmnl)
BuildRequires: pkgconfig(libnghttp2)
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(systemd)
+%if 0%{?fedora} || 0%{?rhel}
+BuildRequires: softhsm
+%endif
# dnstap dependencies
BuildRequires: pkgconfig(libfstrm)
BuildRequires: pkgconfig(libprotobuf-c)