fix build requires for systemd

This commit is contained in:
Jan Vcelak 2015-02-13 23:18:35 +01:00
parent 457b287128
commit 9964400c5e

View File

@ -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 <jvcelak@fedoraproject.org> 1.99.1-2
- fix BuildRequires for systemd integration
* Fri Feb 13 2015 Jan Vcelak <jvcelak@fedoraproject.org> 1.99.1-1
- new upstream pre-release version:
+ DNSSEC: switch from OpenSSL to GnuTLS