Compare commits

..

1 commit

Author SHA1 Message Date
bcbc03be3e Unsupported 2019-02-12 22:49:27 +01:00
5 changed files with 1 additions and 99 deletions

0
.gitignore vendored
View file

View file

@ -1,33 +0,0 @@
# DHCP Client module
[**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)
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.

1
dead.package Normal file
View file

@ -0,0 +1 @@
Unsupported

View file

@ -1,66 +0,0 @@
document: modulemd
version: 1
data:
name: dhcp
summary: Provides the ISC DHCP client daemon and dhclient-script
description: >
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 package provides the ISC DHCP client.
license:
module:
- MIT
content:
- ISC
dependencies:
buildrequires:
base-runtime: f26
common-build-dependencies: f26
shared-userspace: f26
perl: f26
requires:
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-client
- dhcp-common
- dhcp-libs
- ipcalc
- iproute
api:
rpms:
- dhcp-client
- dhcp-common
- dhcp-libs
- ipcalc
- iproute
components:
rpms:
dhcp:
rationale: Provides API for this module.
ref: f26
buildorder: 10
bind99:
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

View file