parent
5f93e95730
commit
34423c7d56
11
kea.spec
11
kea.spec
@ -4,7 +4,7 @@
|
|||||||
Summary: DHCPv4, DHCPv6 and DDNS server from ISC
|
Summary: DHCPv4, DHCPv6 and DDNS server from ISC
|
||||||
Name: kea
|
Name: kea
|
||||||
Version: 1.3.0
|
Version: 1.3.0
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: MPLv2.0 and Boost
|
License: MPLv2.0 and Boost
|
||||||
URL: http://kea.isc.org
|
URL: http://kea.isc.org
|
||||||
Source0: http://ftp.isc.org/isc/kea/%{version}/kea-%{version}.tar.gz
|
Source0: http://ftp.isc.org/isc/kea/%{version}/kea-%{version}.tar.gz
|
||||||
@ -20,7 +20,7 @@ BuildRequires: autoconf automake libtool
|
|||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
# %%configure --with-openssl
|
# %%configure --with-openssl
|
||||||
BuildRequires: compat-openssl10-devel
|
BuildRequires: openssl-devel
|
||||||
# %%configure --with-dhcp-mysql
|
# %%configure --with-dhcp-mysql
|
||||||
BuildRequires: mariadb-connector-c-devel
|
BuildRequires: mariadb-connector-c-devel
|
||||||
# %%configure --with-dhcp-pgsql
|
# %%configure --with-dhcp-pgsql
|
||||||
@ -78,7 +78,7 @@ Summary: Development headers and libraries for Kea DHCP server
|
|||||||
Requires: kea-libs%{?_isa} = %{version}-%{release}
|
Requires: kea-libs%{?_isa} = %{version}-%{release}
|
||||||
# to build hooks (#1335900)
|
# to build hooks (#1335900)
|
||||||
Requires: boost-devel
|
Requires: boost-devel
|
||||||
Requires: compat-openssl10-devel
|
Requires: openssl-devel
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -122,7 +122,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
#make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
@ -264,6 +264,9 @@ EOF
|
|||||||
%{_libdir}/pkgconfig/dns++.pc
|
%{_libdir}/pkgconfig/dns++.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user