blob: bbf123e90b6df316daa71e9f4edc715089678e0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
name: nfs
kind: stratum
description: NFS utilities
build-depends:
- morph: foundation
chunks:
- name: libevent
repo: upstream:libevent
ref: release-2.0.20-stable
build-depends: []
- name: tcp-wrappers
repo: upstream:tcp-wrappers
ref: baserock/fedora-patches
build-depends: []
- name: ti-rpc
repo: upstream:ti-rpc
ref: baserock/master
build-depends: []
- name: rpcbind
repo: upstream:rpcbind
ref: baserock/master
build-depends:
- ti-rpc
- tcp-wrappers
- name: nfs-utils
repo: upstream:nfs-utils
ref: baserock/master
build-depends:
- libevent
- tcp-wrappers
- ti-rpc
|