diff --git a/bind.yaml b/bind.yaml index b3bbad1..344cd4d 100644 --- a/bind.yaml +++ b/bind.yaml @@ -1,39 +1,66 @@ 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.' + 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 ] + module: + - MIT + content: + - ISC dependencies: buildrequires: - bootstrap: f26 - perl: f26 - common-build-dependencies: f26 - mariadb: f26 - postgresql: f26 + bootstrap: master + # perl: f26 + # common-build-dependencies: f26 + # mariadb: f26 + # postgresql: f26 requires: - shared-userspace: f26 - base-runtime: f26 - perl: f26 + bootstrap: master + # 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: + community: https://github.com/modularity-modules/bind/ + documentation: https://github.com/modularity-modules/bind/ + tracker: https://github.com/modularity-modules/bind/issues profiles: default: rpms: - bind api: rpms: - - bind + - bind + - bind-chroot + - bind-debuginfo + - bind-debugsource + - bind-devel + - bind-libs + - bind-libs-debuginfo + - bind-libs-lite + - bind-libs-lite-debuginfo + - bind-license + - bind-lite-devel + - bind-pkcs11 + - bind-pkcs11-debuginfo + - bind-pkcs11-devel + - bind-pkcs11-libs + - bind-pkcs11-libs-debuginfo + - bind-pkcs11-utils + - bind-pkcs11-utils-debuginfo + - bind-sdb + - bind-sdb-chroot + - bind-sdb-debuginfo + - bind-utils + - bind-utils-debuginfo + - python3-bind components: rpms: - bind: - rationale: bind package. - ref: f26 - buildorder: 10 + bind: + rationale: Primary component of this module. + ref: master