fix build requires for systemd
This commit is contained in:
parent
457b287128
commit
9964400c5e
@ -4,7 +4,7 @@
|
|||||||
Summary: High-performance authoritative DNS server
|
Summary: High-performance authoritative DNS server
|
||||||
Name: knot
|
Name: knot
|
||||||
Version: 1.99.1
|
Version: 1.99.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.knot-dns.cz
|
URL: http://www.knot-dns.cz
|
||||||
@ -18,7 +18,7 @@ BuildRequires: flex bison
|
|||||||
# Required dependencies
|
# Required dependencies
|
||||||
BuildRequires: pkgconfig(liburcu) pkgconfig(gnutls) >= 3.0 pkgconfig(nettle) pkgconfig(jansson) lmdb-devel
|
BuildRequires: pkgconfig(liburcu) pkgconfig(gnutls) >= 3.0 pkgconfig(nettle) pkgconfig(jansson) lmdb-devel
|
||||||
# Optional dependencies
|
# Optional dependencies
|
||||||
BuildRequires: pkgconfig(libcap-ng) pkgconfig(libidn) pkgconfig(systemd)
|
BuildRequires: pkgconfig(libcap-ng) pkgconfig(libidn) pkgconfig(libsystemd-daemon) pkgconfig(libsystemd-journal)
|
||||||
|
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
@ -182,6 +182,9 @@ exit 0
|
|||||||
%{_pkgdocdir}/html
|
%{_pkgdocdir}/html
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 13 2015 Jan Vcelak <jvcelak@fedoraproject.org> 1.99.1-1
|
||||||
- new upstream pre-release version:
|
- new upstream pre-release version:
|
||||||
+ DNSSEC: switch from OpenSSL to GnuTLS
|
+ DNSSEC: switch from OpenSSL to GnuTLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user