diff --git a/README.md b/README.md index 93d571e..a7744df 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,33 @@ +# DHCP Client module -build-dependencies generated by brt_dep_solver.sh --------------------------------------------------- -* bind99 -* doxygen +[**Package DB** (owner)](https://admin.fedoraproject.org/pkgdb/package/modules/dhcp/) | +[**F26 modulemd** (source)](http://pkgs.fedoraproject.org/cgit/modules/dhcp.git/tree/dhcp.yaml?h=f26) | +[**PDC** (result)](https://pdc.fedoraproject.org/rest_api/v1/unreleasedvariants/?active=True&variant_name=dhcp) -runtime-dependencies generated by brt_dep_solver.sh -------------------------------------------------- -* dhcp + +DHCP (Dynamic Host Configuration Protocol) is a protocol which allows +individual devices on an IP network to get their own network +configuration information (IP address, subnetmask, broadcast address, +etc.) from a DHCP server. The overall purpose of DHCP is to make it +easier to administer a large network. + +This module provides the ISC DHCP client. + +## Current state + +| State | Description | +|-------|-------------| +| ✓ YES | **Build passes** in the infra (all build deps are ok) | +| ✓ YES | **Installs** on the Base Runtime (all runtime deps are ok) | +| ✓ YES | **No bootstrap** - uses only proper modules | +| ✗ NO | General **tests are in dist-git** | +| ✗ NO | General **tests pass** | +| ✓ YES | Meets the **Fedora Module Packaging Guidelines** | + + +### Notes + +No notes are good notes. diff --git a/dhcp.yaml b/dhcp.yaml index ae9f889..0032077 100644 --- a/dhcp.yaml +++ b/dhcp.yaml @@ -19,19 +19,32 @@ data: - ISC dependencies: buildrequires: - base-runtime: master - perl: master + base-runtime: f26 + common-build-dependencies: f26 + shared-userspace: f26 + perl: f26 requires: - base-runtime: master + base-runtime: f26 + shared-userspace: f26 references: community: https://fedoraproject.org/wiki/Modularity + documentation: https://github.com/container-images/dhcp + tracker: https://github.com/container-images/dhcp profiles: default: rpms: - - dhcp + - dhcp-client + - dhcp-common + - dhcp-libs + - ipcalc + - iproute api: rpms: - - dhcp + - dhcp-client + - dhcp-common + - dhcp-libs + - ipcalc + - iproute components: rpms: dhcp: @@ -39,6 +52,15 @@ data: ref: f26 buildorder: 10 bind99: - rationale: build dependency. + rationale: requirement for dhcp. + ref: f26 + ipcalc: + rationale: requirement for dhcp. + ref: f26 + buildorder: 5 + GeoIP-GeoLite-data: + rationale: requirement for GeoIP. + ref: f26 + GeoIP: + rationale: requirement for ipcalc. ref: f26 -