Compare commits

...
Sign in to create a new pull request.

1 commit

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

0
.gitignore vendored
View file

View file

@ -1,9 +0,0 @@
build-dependencies generated by brt_dep_solver.sh
--------------------------------------------------
* bind99
* doxygen
runtime-dependencies generated by brt_dep_solver.sh
-------------------------------------------------
* dhcp

1
dead.package Normal file
View file

@ -0,0 +1 @@
Unsupported

View file

@ -1,44 +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: master
perl: master
requires:
base-runtime: master
references:
community: https://fedoraproject.org/wiki/Modularity
profiles:
default:
rpms:
- dhcp
api:
rpms:
- dhcp
components:
rpms:
dhcp:
rationale: Provides API for this module.
ref: f26
buildorder: 10
bind99:
rationale: build dependency.
ref: f26

View file