Compare commits

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

14 commits

Author SHA1 Message Date
Petr Šabata
1d589664c2 iputils are in base-runtime
Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-07-17 16:13:06 +02:00
Karsten Hopp
d8bcbb89a4 use a certain git commit for iputils that doesn't pull in perl-SGMLSpm. Drop packages that got included in BRT 2017-07-06 16:46:10 +02:00
Nils Philippsen
545fca42cd meets module packaging guidelines 2017-06-09 12:03:46 +02:00
Nils Philippsen
5bff5e4ece installs on base runtime 2017-06-09 10:53:05 +02:00
Stephen Gallagher
11e1a4178f
Include dhcp-libs in data.api.rpms
Also remove 'dhcp' from data.api.rpms which doesn't exist.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2017-06-08 13:45:59 -04:00
Nils Philippsen
f3c124339e update for https://github.com/modularity-modules 2017-06-02 18:02:54 +02:00
Petr Šabata
3c653d592b Rebuilding for f26 signing
Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-05-24 09:50:13 +02:00
Karsten Hopp
0e93590489 rebuild 2017-05-17 13:43:36 +02:00
Karsten Hopp
02acffb7c3 drop generic release 2017-05-12 15:51:49 +02:00
Karsten Hopp
5c6331592b rebuild 2017-05-12 15:29:42 +02:00
Karsten Hopp
414beb8aad add some build requirements, add ip* to api 2017-05-12 13:02:55 +02:00
Karsten Hopp
8f040cfd7e add perl buildreq 2017-05-11 15:51:23 +02:00
Karsten Hopp
c33e00b4c7 rebuild 2017-05-11 14:36:19 +02:00
Karsten Hopp
a924c651d9 update dependencies 2017-05-11 12:13:29 +02:00
2 changed files with 60 additions and 14 deletions

View file

@ -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.

View file

@ -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