Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d589664c2 | ||
|
|
d8bcbb89a4 | ||
|
|
545fca42cd | ||
|
|
5bff5e4ece | ||
|
|
11e1a4178f |
||
|
|
f3c124339e | ||
|
|
3c653d592b | ||
|
|
0e93590489 | ||
|
|
02acffb7c3 | ||
|
|
5c6331592b | ||
|
|
414beb8aad | ||
|
|
8f040cfd7e | ||
|
|
c33e00b4c7 | ||
|
|
a924c651d9 |
2 changed files with 60 additions and 14 deletions
38
README.md
38
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** |
|
||||
<!--
|
||||
| ✓ YES | yes! |
|
||||
| ✗ NO | no! |
|
||||
-->
|
||||
|
||||
### Notes
|
||||
|
||||
No notes are good notes.
|
||||
|
|
|
|||
36
dhcp.yaml
36
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue