From 434a6d5d65bc6f70a6557fa9e4b131c91ee37fa0 Mon Sep 17 00:00:00 2001 From: Yauheni Kaliuta Date: Sun, 24 Feb 2019 19:48:49 +0200 Subject: [PATCH] add PKCS7/openssl support (rhbz 1320921) Signed-off-by: Yauheni Kaliuta --- kmod.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kmod.spec b/kmod.spec index ec3d436..5c6d4de 100644 --- a/kmod.spec +++ b/kmod.spec @@ -1,6 +1,6 @@ Name: kmod Version: 26 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Linux kernel module management utilities License: GPLv2+ @@ -14,6 +14,7 @@ BuildRequires: chrpath BuildRequires: zlib-devel BuildRequires: xz-devel BuildRequires: libxslt +BuildRequires: openssl-devel Provides: module-init-tools = 4.0-1 Obsoletes: module-init-tools < 4.0-1 @@ -47,6 +48,7 @@ applications that wish to load or unload Linux kernel modules. %build export V=1 %configure \ + --with-openssl \ --with-zlib \ --with-xz make %{?_smp_mflags} @@ -101,6 +103,9 @@ install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/weak-modules %{_libdir}/libkmod.so %changelog +* Sun Feb 24 2019 Yauheni Kaliuta - 26-2 +- add PKCS7/openssl support (rhbz 1320921) + * Sun Feb 24 2019 Yauheni Kaliuta - 26-1 - Update to version 26 (rhbz 1673749)