Create bind-dnssec-doc subpackage
Move there all manual pages of bind-dnssec-utils. They can be then shared by bind-pkcs11-utils with just one package owning them.
This commit is contained in:
parent
d4dab07e86
commit
c8e4226ec1
21
bind.spec
21
bind.spec
@ -269,6 +269,7 @@ For other supported HSM modules please check the BIND documentation.
|
||||
Summary: Bind tools with native PKCS#11 for using DNSSEC
|
||||
Requires: bind-pkcs11-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Obsoletes: bind-pkcs11 < 32:9.9.4-16.P2
|
||||
Requires: bind-dnssec-doc = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description pkcs11-utils
|
||||
This is a set of PKCS#11 utilities that when used together create rsa
|
||||
@ -355,10 +356,11 @@ You should install bind-utils if you need to get information from DNS name
|
||||
servers.
|
||||
|
||||
%package dnssec-utils
|
||||
Summary: Utilities for DNSSEC keys and DNS zone files management
|
||||
Summary: DNSSEC keys and zones management utilities
|
||||
Requires: bind-libs-lite%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Recommends: bind-utils
|
||||
Requires: python3-bind = %{epoch}:%{version}-%{release}
|
||||
Requires: bind-dnssec-doc = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description dnssec-utils
|
||||
Bind-dnssec-utils contains a collection of utilities for editing
|
||||
@ -368,6 +370,14 @@ revocation and verification of keys and DNSSEC signatures in zone files.
|
||||
You should install bind-dnssec-utils if you need to sign a DNS zone
|
||||
or maintain keys for it.
|
||||
|
||||
%package dnssec-doc
|
||||
Summary: Manual pages of DNSSEC utilities
|
||||
Requires: bind-license = %{epoch}:%{version}-%{release}
|
||||
BuildArch:noarch
|
||||
|
||||
%description dnssec-doc
|
||||
Bind-dnssec-doc contains manual pages for bind-dnssec-utils.
|
||||
|
||||
%package devel
|
||||
Summary: Header files and libraries needed for BIND DNS development
|
||||
Requires: bind-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
@ -1398,9 +1408,13 @@ fi;
|
||||
|
||||
%files dnssec-utils
|
||||
%{_sbindir}/dnssec*
|
||||
%{_mandir}/man8/dnssec*.8*
|
||||
%if %{with PKCS11}
|
||||
%exclude %{_sbindir}/dnssec*pkcs11
|
||||
%endif
|
||||
|
||||
%files dnssec-doc
|
||||
%{_mandir}/man8/dnssec*.8*
|
||||
%if %{with PKCS11}
|
||||
%exclude %{_mandir}/man8/dnssec*-pkcs11.8*
|
||||
%endif
|
||||
|
||||
@ -1521,9 +1535,6 @@ fi;
|
||||
%{_sbindir}/pkcs11-tokens
|
||||
%{_mandir}/man8/pkcs11*.8*
|
||||
%{_mandir}/man8/dnssec*-pkcs11.8*
|
||||
%{_mandir}/man8/dnssec*.8*
|
||||
%exclude %{_mandir}/man8/dnssec-coverage.8*
|
||||
%exclude %{_mandir}/man8/dnssec-keymgr.8*
|
||||
|
||||
%files pkcs11-libs
|
||||
%{_libdir}/libdns-pkcs11.so.%{sover_dns}*
|
||||
|
Loading…
Reference in New Issue
Block a user