parent
5f93e95730
commit
34423c7d56
11
kea.spec
11
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 <pzhukov@redhat.com> - 1.3.0-11
|
||||
- Do not use compat verion of openssl
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user