Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b58352183 | |||
|
|
0a5212c332 | ||
|
|
97f9fcf9e7 | ||
|
|
af08796a5b |
4 changed files with 1 additions and 92 deletions
0
.gitignore
vendored
0
.gitignore
vendored
15
README.md
15
README.md
|
|
@ -1,15 +0,0 @@
|
||||||
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
|
|
||||||
77
bind.yaml
77
bind.yaml
|
|
@ -1,77 +0,0 @@
|
||||||
document: modulemd
|
|
||||||
version: 1
|
|
||||||
data:
|
|
||||||
summary: BIND Module
|
|
||||||
|
|
||||||
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:
|
|
||||||
- MPLv2.0 # bind
|
|
||||||
- LGPLv2+ # GeoIP
|
|
||||||
- CC-BY-SA # GeoIP-GeoLite-data
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
buildrequires:
|
|
||||||
bootstrap: f27
|
|
||||||
requires:
|
|
||||||
platform: f27
|
|
||||||
python3: 3.6
|
|
||||||
python3-ecosystem: f27
|
|
||||||
postgresql: 9.6
|
|
||||||
|
|
||||||
references:
|
|
||||||
community: https://docs.pagure.org/modularity/
|
|
||||||
documentation: https://github.com/modularity-modules/bind
|
|
||||||
tracker: https://github.com/modularity-modules/bind/issues
|
|
||||||
|
|
||||||
profiles:
|
|
||||||
default:
|
|
||||||
rpms:
|
|
||||||
- bind
|
|
||||||
- bind-chroot
|
|
||||||
- bind-sdb
|
|
||||||
- bind-sdb-chroot
|
|
||||||
- bind-pkcs11
|
|
||||||
- bind-utils
|
|
||||||
- bind-pkcs11-utils
|
|
||||||
- python3-bind
|
|
||||||
server:
|
|
||||||
rpms:
|
|
||||||
- bind
|
|
||||||
client:
|
|
||||||
rpms:
|
|
||||||
- bind-utils
|
|
||||||
|
|
||||||
api:
|
|
||||||
rpms:
|
|
||||||
- bind
|
|
||||||
- bind-chroot
|
|
||||||
- bind-sdb
|
|
||||||
- bind-sdb-chroot
|
|
||||||
- bind-pkcs11
|
|
||||||
- bind-utils
|
|
||||||
- bind-pkcs11-utils
|
|
||||||
- python3-bind
|
|
||||||
|
|
||||||
components:
|
|
||||||
rpms:
|
|
||||||
bind:
|
|
||||||
rationale: BIND package.
|
|
||||||
ref: f27
|
|
||||||
buildorder: 2
|
|
||||||
GeoIP:
|
|
||||||
rationale: Needed for GeoIP ACLs in BIND.
|
|
||||||
ref: f27
|
|
||||||
buildorder: 1
|
|
||||||
GeoIP-GeoLite-data:
|
|
||||||
rationale: Geolocation data for GeoIP
|
|
||||||
ref: f27
|
|
||||||
buildorder: 1
|
|
||||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Unsupported
|
||||||
Loading…
Add table
Add a link
Reference in a new issue