editting deps
This commit is contained in:
parent
3700405830
commit
e6676d956e
1 changed files with 38 additions and 22 deletions
60
bind.yaml
60
bind.yaml
|
|
@ -1,17 +1,8 @@
|
|||
document: modulemd
|
||||
version: 1
|
||||
data:
|
||||
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.}
|
||||
description: 'BIND (Berkeley Internet Name Domain) is an implementation of the DNS
|
||||
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),
|
||||
|
||||
|
|
@ -20,12 +11,37 @@ data:
|
|||
(routines for applications to use when interfacing with DNS); and
|
||||
|
||||
tools for verifying that the DNS server is operating properly.'
|
||||
filter: {}
|
||||
license:
|
||||
module: [ISC]
|
||||
name: ''
|
||||
stream: ''
|
||||
summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
|
||||
version: 0
|
||||
document: modulemd
|
||||
version: 1
|
||||
|
||||
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