From 34423c7d56167074fedc8d1b0bef1051b8f88499 Mon Sep 17 00:00:00 2001 From: Pavel Zhukov Date: Mon, 27 Aug 2018 16:07:37 +0200 Subject: [PATCH] Do not requre compat version of openssl (#1622546, #1601345) --- kea.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/kea.spec b/kea.spec index 067146b..e340cd1 100644 --- a/kea.spec +++ b/kea.spec @@ -4,7 +4,7 @@ Summary: DHCPv4, DHCPv6 and DDNS server from ISC Name: kea Version: 1.3.0 -Release: 10%{?dist} +Release: 11%{?dist} License: MPLv2.0 and Boost URL: http://kea.isc.org Source0: http://ftp.isc.org/isc/kea/%{version}/kea-%{version}.tar.gz @@ -20,7 +20,7 @@ BuildRequires: autoconf automake libtool BuildRequires: boost-devel BuildRequires: gcc-c++ # %%configure --with-openssl -BuildRequires: compat-openssl10-devel +BuildRequires: openssl-devel # %%configure --with-dhcp-mysql BuildRequires: mariadb-connector-c-devel # %%configure --with-dhcp-pgsql @@ -78,7 +78,7 @@ Summary: Development headers and libraries for Kea DHCP server Requires: kea-libs%{?_isa} = %{version}-%{release} # to build hooks (#1335900) Requires: boost-devel -Requires: compat-openssl10-devel +Requires: openssl-devel Requires: pkgconfig %description devel @@ -122,7 +122,7 @@ make %{?_smp_mflags} %check -#make check +make check %install make DESTDIR=%{buildroot} install %{?_smp_mflags} @@ -264,6 +264,9 @@ EOF %{_libdir}/pkgconfig/dns++.pc %changelog +* Mon Aug 27 2018 Pavel Zhukov - 1.3.0-11 +- Do not use compat verion of openssl + * Fri Jul 13 2018 Fedora Release Engineering - 1.3.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild