66 lines
2.1 KiB
YAML
66 lines
2.1 KiB
YAML
document: modulemd
|
|
version: 1
|
|
data:
|
|
summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server.
|
|
description: >-
|
|
BIND (Berkeley Internet Name Domain) is an implementation of the DNS
|
|
(Domain Name System) protocols. BIND includes a DNS server (named),
|
|
which resolves host names to IP addresses; a resolver library
|
|
(routines for applications to use when interfacing with DNS); and
|
|
tools for verifying that the DNS server is operating properly.
|
|
license:
|
|
module:
|
|
- MIT
|
|
content:
|
|
- ISC
|
|
dependencies:
|
|
buildrequires:
|
|
bootstrap: master
|
|
# perl: f26
|
|
# common-build-dependencies: f26
|
|
# mariadb: f26
|
|
# postgresql: f26
|
|
requires:
|
|
bootstrap: master
|
|
# shared-userspace: f26
|
|
# base-runtime: f26
|
|
# perl: f26
|
|
references:
|
|
community: https://github.com/modularity-modules/bind/
|
|
documentation: https://github.com/modularity-modules/bind/
|
|
tracker: https://github.com/modularity-modules/bind/issues
|
|
profiles:
|
|
default:
|
|
rpms:
|
|
- bind
|
|
api:
|
|
rpms:
|
|
- bind
|
|
- bind-chroot
|
|
- bind-debuginfo
|
|
- bind-debugsource
|
|
- bind-devel
|
|
- bind-libs
|
|
- bind-libs-debuginfo
|
|
- bind-libs-lite
|
|
- bind-libs-lite-debuginfo
|
|
- bind-license
|
|
- bind-lite-devel
|
|
- bind-pkcs11
|
|
- bind-pkcs11-debuginfo
|
|
- bind-pkcs11-devel
|
|
- bind-pkcs11-libs
|
|
- bind-pkcs11-libs-debuginfo
|
|
- bind-pkcs11-utils
|
|
- bind-pkcs11-utils-debuginfo
|
|
- bind-sdb
|
|
- bind-sdb-chroot
|
|
- bind-sdb-debuginfo
|
|
- bind-utils
|
|
- bind-utils-debuginfo
|
|
- python3-bind
|
|
components:
|
|
rpms:
|
|
bind:
|
|
rationale: Primary component of this module.
|
|
ref: master
|