Compare commits

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

1 commit

Author SHA1 Message Date
Merlin Mathesius
7cb9bad101 Unsupported 2019-09-23 14:06:37 -05:00
5 changed files with 1 additions and 54 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,39 +0,0 @@
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:
bootstrap: f26
perl: f26
common-build-dependencies: f26
mariadb: f26
postgresql: 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: <no tracker>
profiles:
default:
rpms:
- bind
api:
rpms:
- bind
components:
rpms:
bind:
rationale: bind package.
ref: f26
buildorder: 10

1
dead.module Normal file
View file

@ -0,0 +1 @@
Unsupported

View file