do not specify openssl version
This commit is contained in:
parent
1a14bce62f
commit
222d1229a3
13
0004-Openssl-version.patch
Normal file
13
0004-Openssl-version.patch
Normal file
@ -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
|
7
kea.spec
7
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 <pzhukov@redhat.com> - 1.5.0-8
|
||||
- Do not specify openssl version
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
* Wed May 22 2019 Felix Kaechele <heffer@fedoraproject.org> - 1.5.0-4
|
||||
- Update to 1.3.0 release version
|
||||
- fix PID file path in service files
|
||||
|
Loading…
x
Reference in New Issue
Block a user