From 9964400c5ee399ad06ebc98d84537c412d4ba85f Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Fri, 13 Feb 2015 23:18:35 +0100 Subject: [PATCH] fix build requires for systemd --- knot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/knot.spec b/knot.spec index 5173c34..f940b40 100644 --- a/knot.spec +++ b/knot.spec @@ -4,7 +4,7 @@ Summary: High-performance authoritative DNS server Name: knot Version: 1.99.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3 Group: System Environment/Daemons URL: http://www.knot-dns.cz @@ -18,7 +18,7 @@ BuildRequires: flex bison # Required dependencies BuildRequires: pkgconfig(liburcu) pkgconfig(gnutls) >= 3.0 pkgconfig(nettle) pkgconfig(jansson) lmdb-devel # Optional dependencies -BuildRequires: pkgconfig(libcap-ng) pkgconfig(libidn) pkgconfig(systemd) +BuildRequires: pkgconfig(libcap-ng) pkgconfig(libidn) pkgconfig(libsystemd-daemon) pkgconfig(libsystemd-journal) BuildRequires: systemd Requires(post): systemd @@ -182,6 +182,9 @@ exit 0 %{_pkgdocdir}/html %changelog +* Fri Feb 13 2015 Jan Vcelak 1.99.1-2 +- fix BuildRequires for systemd integration + * Fri Feb 13 2015 Jan Vcelak 1.99.1-1 - new upstream pre-release version: + DNSSEC: switch from OpenSSL to GnuTLS