Skip to content
Snippets Groups Projects
Commit 0f484e1f authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Merge branch 'dnssec-utils' into 'master'

distro: knot-dnssecutils subpackaage

See merge request !1467
parents 61595fe2 41d8353d
Branches
Tags
1 merge request!1467distro: knot-dnssecutils subpackaage
Pipeline #101108 passed with stages
in 8 minutes and 56 seconds
......@@ -161,6 +161,28 @@ Description: DNS clients provided with Knot DNS (kdig, knsupdate)
.
WARNING: knslookup is not provided as it is considered obsolete.
Package: knot-dnssecutils
Architecture: any
Depends:
libdnssec8 (= ${binary:Version}),
libknot12 (= ${binary:Version}),
libzscanner4 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: DNSSEC tools provided with Knot DNS
Knot DNS is a fast, authoritative only, high performance, feature
full and open source name server.
.
Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ
registry and hence is well suited to run anything from the root
zone, the top-level domain, to many smaller standard domain names.
.
This package delivers various DNSSEC tools from Knot DNS.
.
- kzonecheck
- kzonesign
- knsec3hash
Package: knot-host
Architecture: any
Depends:
......
usr/bin/knsec3hash
usr/bin/kzonecheck
usr/bin/kzonesign
usr/share/man/man1/knsec3hash.1
usr/share/man/man1/kzonecheck.1
usr/share/man/man1/kzonesign.1
debian/cz.nic.knotd.conf etc/dbus-1/system.d/
debian/ufw/knot etc/ufw/applications.d/
etc/knot/knot.conf
usr/bin/knsec3hash
usr/bin/kzonecheck
usr/bin/kzonesign
usr/sbin/kcatalogprint
usr/sbin/keymgr
usr/sbin/kjournalprint
......
usr/share/man/man1/knsec3hash.1
usr/share/man/man1/kzonecheck.1
usr/share/man/man1/kzonesign.1
usr/share/man/man5/knot.conf.5
usr/share/man/man8/kcatalogprint.8
usr/share/man/man8/keymgr.8
......
......@@ -110,10 +110,19 @@ included in knot-libs package.
%package utils
Summary: DNS client utilities shipped with the Knot DNS server
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
# Debian package compat
Provides: %{name}-dnsutils = %{version}-%{release}
%description utils
The package contains DNS client utilities shipped with the Knot DNS server.
%package dnssecutils
Summary: DNSSEC tools shipped with the Knot DNS server
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description dnssecutils
The package contains DNSSEC tools shipped with the Knot DNS server.
%package module-dnstap
Summary: dnstap module for Knot DNS
Requires: %{name} = %{version}-%{release}
......@@ -257,8 +266,6 @@ getent passwd knot >/dev/null || \
%dir %{_libdir}/knot
%dir %{_libdir}/knot/modules-*
%{_unitdir}/knot.service
%{_bindir}/kzonecheck
%{_bindir}/kzonesign
%{_sbindir}/kcatalogprint
%{_sbindir}/kjournalprint
%{_sbindir}/keymgr
......@@ -267,8 +274,6 @@ getent passwd knot >/dev/null || \
%if 0%{?suse_version}
%{_sbindir}/rcknot
%endif
%{_mandir}/man1/kzonecheck.*
%{_mandir}/man1/kzonesign.*
%{_mandir}/man5/knot.conf.*
%{_mandir}/man8/kcatalogprint.*
%{_mandir}/man8/kjournalprint.*
......@@ -280,7 +285,6 @@ getent passwd knot >/dev/null || \
%files utils
%{_bindir}/kdig
%{_bindir}/khost
%{_bindir}/knsec3hash
%{_bindir}/knsupdate
%if 0%{?use_xdp}
%{_sbindir}/kxdpgun
......@@ -288,9 +292,16 @@ getent passwd knot >/dev/null || \
%endif
%{_mandir}/man1/kdig.*
%{_mandir}/man1/khost.*
%{_mandir}/man1/knsec3hash.*
%{_mandir}/man1/knsupdate.*
%files dnssecutils
%{_bindir}/knsec3hash
%{_bindir}/kzonecheck
%{_bindir}/kzonesign
%{_mandir}/man1/knsec3hash.*
%{_mandir}/man1/kzonecheck.*
%{_mandir}/man1/kzonesign.*
%files module-dnstap
%{_libdir}/knot/modules-*/dnstap.so
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment