Compare commits
No commits in common. "f28" and "master" have entirely different histories.
4 changed files with 59 additions and 1 deletions
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
|
|
@ -1 +0,0 @@
|
||||||
Obsolete
|
|
||||||
59
proftpd.yaml
Normal file
59
proftpd.yaml
Normal file
|
|
@ -0,0 +1,59 @@
|
||||||
|
document: modulemd
|
||||||
|
version: 1
|
||||||
|
data:
|
||||||
|
summary: A first try of a proftpd module
|
||||||
|
description: An early-stage module of proftpd - a flexible, stable and highly-configurable FTP server
|
||||||
|
license:
|
||||||
|
module: [ MIT ]
|
||||||
|
dependencies:
|
||||||
|
buildrequires:
|
||||||
|
base-runtime: master
|
||||||
|
requires:
|
||||||
|
base-runtime: master
|
||||||
|
references:
|
||||||
|
community: https://fedoraproject.org/wiki/Modularity
|
||||||
|
documentation: https://github.com/container-images/proftpd
|
||||||
|
tracker: https://github.com/container-images/proftpd
|
||||||
|
profiles:
|
||||||
|
default:
|
||||||
|
rpms:
|
||||||
|
- proftpd
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- proftpd
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
proftpd:
|
||||||
|
rationale: Provides API for this module.
|
||||||
|
ref: f25
|
||||||
|
buildorder: 10
|
||||||
|
GeoIP:
|
||||||
|
rationale: build dependency
|
||||||
|
ref: f25
|
||||||
|
GeoIP-GeoLite-data:
|
||||||
|
rationale: build dependency
|
||||||
|
ref: f25
|
||||||
|
libevent:
|
||||||
|
rationale: runtime dependency
|
||||||
|
ref: f25
|
||||||
|
libmemcached:
|
||||||
|
rationale: runtime dependency
|
||||||
|
ref: f25
|
||||||
|
libmnl:
|
||||||
|
rationale: runtime dependency
|
||||||
|
ref: f25
|
||||||
|
libnetfilter_conntrack:
|
||||||
|
rationale: runtime dependency
|
||||||
|
ref: f25
|
||||||
|
libnfnetlink:
|
||||||
|
rationale: runtime dependency
|
||||||
|
ref: f25
|
||||||
|
libxkbcommon:
|
||||||
|
rationale: runtime dependency
|
||||||
|
ref: f25
|
||||||
|
tcp_wrappers:
|
||||||
|
rationale: runtime dependency
|
||||||
|
ref: f25
|
||||||
|
xkeyboard-config:
|
||||||
|
rationale: runtime dependency
|
||||||
|
ref: f25
|
||||||
0
sources
Normal file
0
sources
Normal file
Loading…
Add table
Add a link
Reference in a new issue