From 47361f07e4a4f3f464d0976085d49a22331f8e61 Mon Sep 17 00:00:00 2001 From: Ondrej Mosnacek Date: Thu, 9 Aug 2018 15:34:15 +0200 Subject: [PATCH] Add missing dependencies to the tests package --- libkcapi.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libkcapi.spec b/libkcapi.spec index cb006de..b604cef 100644 --- a/libkcapi.spec +++ b/libkcapi.spec @@ -97,7 +97,7 @@ bin/kcapi-hasher -n fipshmac -d "$lib_path"/fipscheck \\\ Name: libkcapi Version: %{vmajor}.%{vminor}.%{vpatch} -Release: 15%{?dist} +Release: 16%{?dist} Summary: User space interface to the Linux Kernel Crypto API License: BSD or GPLv2 @@ -239,6 +239,12 @@ generators implemented in the Linux kernel from command line. Summary: Testing scripts for the %{name} package Requires: %{name}%{?_isa} == %{version}-%{release} Requires: %{name}-tools%{?_isa} == %{version}-%{release} +%if %{with replace_hmaccalc} +Requires: %{name}-hmaccalc%{?_isa} == %{version}-%{release} +%endif +%if %{with replace_coreutils} +Requires: %{name}-checksum%{?_isa} == %{version}-%{release} +%endif Requires: coreutils Requires: openssl Requires: perl @@ -449,6 +455,9 @@ popd %changelog +* Thu Aug 09 2018 Ondrej Mosnáček - 1.1.1-16 +- Add missing dependencies to the tests package + * Thu Aug 09 2018 Ondrej Mosnáček - 1.1.1-15 - Build and tests require perl