Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
cbecea765b Unsupported 2019-02-12 22:39:13 +01:00
4 changed files with 1 additions and 97 deletions

0
.gitignore vendored
View file

View file

@ -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

View file

@ -1,82 +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: master
requires:
platform: master
python3: master
python3-ecosystem: master
postgresql: master
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-9.11.1-6.P3.fc27
bind:
rationale: BIND package.
ref: c81a9f4bd468f2c00a8d9d4f64b602730036f0ad
buildorder: 2
# GeoIP-1.6.11-3.fc27
GeoIP:
rationale: Needed for GeoIP ACLs in BIND.
ref: 0a3521292fa229a7fe54274240bb6d364855af13
buildorder: 1
# GeoIP-GeoLite-data-2017.10-1.fc28
GeoIP-GeoLite-data:
rationale: Geolocation data for GeoIP
ref: 7945d8ea4bf2c5235f9e8dede7cbc2c53d559bde
buildorder: 1
- rationale: Geolocation data for GeoIP

1
dead.package Normal file
View file

@ -0,0 +1 @@
Unsupported