Initial commit to f26 branch
This commit is contained in:
parent
55458f8e82
commit
549c85e7be
2 changed files with 62 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
bind dependencies
|
||||
====================
|
||||
|
||||
build dependencies calculated by brt_dep_solver
|
||||
-----------------------------------------------
|
||||
autoconf
|
||||
docbook-style-xsl
|
||||
GeoIP
|
||||
mariadb
|
||||
postgresql
|
||||
python3
|
||||
|
||||
runtime dependencies calculated by brt_dep_solver
|
||||
-------------------------------------------------
|
||||
bind
|
||||
47
bind.yaml
Normal file
47
bind.yaml
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
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: [ ISC ]
|
||||
dependencies:
|
||||
buildrequires:
|
||||
base-runtime: f26
|
||||
# perl: f26
|
||||
common-build-dependencies: f26
|
||||
shared-userspace: f26
|
||||
requires:
|
||||
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: https://taiga.fedorainfracloud.org/project/modularity
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- bind
|
||||
api:
|
||||
rpms:
|
||||
- bind
|
||||
components:
|
||||
rpms:
|
||||
GeoIP: {rationale: Build dependency.}
|
||||
autoconf: {rationale: Build dependency.}
|
||||
bind: {rationale: Runtime dependency.}
|
||||
docbook-style-xsl: {rationale: Build dependency.}
|
||||
mariadb: {rationale: Build dependency.}
|
||||
postgresql: {rationale: Build dependency.}
|
||||
python3: {rationale: Build dependency.}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue