F27 changes
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
This commit is contained in:
parent
86c10c5345
commit
a83a547042
1 changed files with 50 additions and 23 deletions
73
bind.yaml
73
bind.yaml
|
|
@ -1,39 +1,66 @@
|
|||
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.'
|
||||
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: [ ISC ]
|
||||
module:
|
||||
- MIT
|
||||
content:
|
||||
- ISC
|
||||
dependencies:
|
||||
buildrequires:
|
||||
bootstrap: f26
|
||||
perl: f26
|
||||
common-build-dependencies: f26
|
||||
mariadb: f26
|
||||
postgresql: f26
|
||||
bootstrap: master
|
||||
# perl: f26
|
||||
# common-build-dependencies: f26
|
||||
# mariadb: f26
|
||||
# postgresql: f26
|
||||
requires:
|
||||
shared-userspace: f26
|
||||
base-runtime: f26
|
||||
perl: f26
|
||||
bootstrap: master
|
||||
# shared-userspace: f26
|
||||
# base-runtime: f26
|
||||
# perl: f26
|
||||
references:
|
||||
community: https://fedoraproject.org/wiki/Modularity
|
||||
documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules
|
||||
# tracker: <no tracker>
|
||||
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
|
||||
- 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: bind package.
|
||||
ref: f26
|
||||
buildorder: 10
|
||||
bind:
|
||||
rationale: Primary component of this module.
|
||||
ref: master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue