From 222d1229a34aeba855826378c191de303e01e1d6 Mon Sep 17 00:00:00 2001 From: Pavel Zhukov Date: Tue, 30 Jul 2019 17:09:30 +0200 Subject: [PATCH] do not specify openssl version --- 0004-Openssl-version.patch | 13 +++++++++++++ kea.spec | 7 +++++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 0004-Openssl-version.patch diff --git a/0004-Openssl-version.patch b/0004-Openssl-version.patch new file mode 100644 index 0000000..82c3fd2 --- /dev/null +++ b/0004-Openssl-version.patch @@ -0,0 +1,13 @@ +diff --git a/m4macros/ax_crypto.m4 b/m4macros/ax_crypto.m4 +index fe91b1f..0a7cf97 100644 +--- a/m4macros/ax_crypto.m4 ++++ b/m4macros/ax_crypto.m4 +@@ -383,7 +383,7 @@ then + else + CRYPTO_NAME="OpenSSL" + DISABLED_CRYPTO="Botan" +- CRYPTO_PACKAGE="openssl-1.1.0" ++ CRYPTO_PACKAGE="openssl" + AC_DEFINE_UNQUOTED([WITH_OPENSSL], [], [Compile with OpenSSL crypto]) + AC_MSG_CHECKING(for OpenSSL library) + # from bind9 diff --git a/kea.spec b/kea.spec index 7ab4117..c4cb195 100644 --- a/kea.spec +++ b/kea.spec @@ -5,7 +5,7 @@ Name: kea Version: 1.5.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: DHCPv4, DHCPv6 and DDNS server from ISC License: MPLv2.0 and Boost @@ -19,6 +19,7 @@ Source4: kea-ctrl-agent.service Patch0: 0001-Fix-hooks-directory.patch Patch1: 0002-Fix-dns-pc-file.patch Patch2: 0003-Remove-spurious-fi.patch +Patch3: 0004-Openssl-version.patch # autoreconf BuildRequires: autoconf automake libtool @@ -284,10 +285,12 @@ EOF %changelog +* Tue Jul 30 2019 Pavel Zhukov - 1.5.0-8 +- Do not specify openssl version + * Thu Jul 25 2019 Fedora Release Engineering - 1.5.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - * Wed May 22 2019 Felix Kaechele - 1.5.0-4 - Update to 1.3.0 release version - fix PID file path in service files