Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc704bfc4f | ||
|
|
848a88b093 | ||
|
|
566111d537 | ||
|
|
17705ebfdc | ||
|
|
47fc313210 | ||
|
|
ebf7c433c0 | ||
|
|
761765162d | ||
|
|
d09225ac8d |
2 changed files with 84 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -0,0 +1,2 @@
|
||||||
|
.mbs_local_build.db
|
||||||
|
~/*
|
||||||
84
rsyslog.yaml
84
rsyslog.yaml
|
|
@ -13,9 +13,22 @@ data:
|
||||||
module: [ MIT ]
|
module: [ MIT ]
|
||||||
dependencies:
|
dependencies:
|
||||||
buildrequires:
|
buildrequires:
|
||||||
base-runtime: master
|
#uncomment all of these once we get rid of bootstrap
|
||||||
|
#autotools: f27
|
||||||
|
#perl: master
|
||||||
|
#python2: master
|
||||||
|
#python3: master
|
||||||
|
networking-base: f27 # provides net-snmp and mariabd-client
|
||||||
|
#!!TEMPORARY!! - switch to master/upstream/etc. branch once varnish module gets updated !!
|
||||||
|
#varnish: f26 # provides jemalloc
|
||||||
|
#!!TEMPORARY!! - replace once - swig(boost) modularization is completed !!
|
||||||
|
bootstrap: f27
|
||||||
|
mariadb-connector-c: 3.0
|
||||||
requires:
|
requires:
|
||||||
base-runtime: master
|
platform: f27
|
||||||
|
mongodb: 3.4
|
||||||
|
#mariadb: 10.2
|
||||||
|
postgresql: 9.6
|
||||||
references:
|
references:
|
||||||
community: http://www.rsyslog.com/
|
community: http://www.rsyslog.com/
|
||||||
documentation: http://www.rsyslog.com/doc/master/index.html
|
documentation: http://www.rsyslog.com/doc/master/index.html
|
||||||
|
|
@ -58,7 +71,74 @@ data:
|
||||||
srpm-buildroot:
|
srpm-buildroot:
|
||||||
rpms:
|
rpms:
|
||||||
- rsyslog
|
- rsyslog
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- rsyslog
|
||||||
components:
|
components:
|
||||||
rpms:
|
rpms:
|
||||||
rsyslog:
|
rsyslog:
|
||||||
rationale: Base package of this module.
|
rationale: Base package of this module.
|
||||||
|
buildorder: 5
|
||||||
|
#bison:
|
||||||
|
#rationale: Dependency of rsyslog base.
|
||||||
|
#buildorder: 4
|
||||||
|
hiredis:
|
||||||
|
rationale: Dependency of rsyslog-hiredis rpm.
|
||||||
|
buildorder: 4
|
||||||
|
#redis:
|
||||||
|
#rationale: Dependency of hiredis.
|
||||||
|
#buildorder: 3
|
||||||
|
libdbi:
|
||||||
|
rationale: Dependency of rsyslog-libdbi rpm.
|
||||||
|
buildorder: 4
|
||||||
|
#openjade:
|
||||||
|
#rationale: Dependency of libdbi
|
||||||
|
#buildorder: 3
|
||||||
|
#opensp:
|
||||||
|
#rationale: Dependency of openjade
|
||||||
|
#buildorder: 2
|
||||||
|
libee:
|
||||||
|
rationale: Dependency of rsyslog base.
|
||||||
|
buildorder: 4
|
||||||
|
libestr:
|
||||||
|
rationale: Dependency of liblognorm.
|
||||||
|
buildorder: 3
|
||||||
|
libfastjson:
|
||||||
|
rationale: Dependency of liblognorm.
|
||||||
|
buildorder: 3
|
||||||
|
liblogging:
|
||||||
|
rationale: Dependency of rsyslog base.
|
||||||
|
buildorder: 4
|
||||||
|
#dos2unix:
|
||||||
|
#rationale: Dependency of liblogging and rsyslog base.
|
||||||
|
#buildorder: 3
|
||||||
|
liblognorm:
|
||||||
|
rationale: Dependency of rsyslog-mmnormalize.
|
||||||
|
buildorder: 4
|
||||||
|
libnet:
|
||||||
|
rationale: Dependency of rsyslog base.
|
||||||
|
buildorder: 4
|
||||||
|
librabbitmq:
|
||||||
|
rationale: Dependency of rsyslog-rabbitmq.
|
||||||
|
buildorder: 4
|
||||||
|
#xmlto:
|
||||||
|
#rationale: Dependency of librabbitmq.
|
||||||
|
#buildorder: 3
|
||||||
|
librdkafka:
|
||||||
|
rationale: Dependency of rsyslog-kafka.
|
||||||
|
buildorder: 4
|
||||||
|
librelp:
|
||||||
|
rationale: Dependency of rsyslog-relp.
|
||||||
|
buildorder: 4
|
||||||
|
libmongo-client:
|
||||||
|
rationale: Dependency of rsyslog-mongodb.
|
||||||
|
buildorder: 4
|
||||||
|
#python-sphinx:
|
||||||
|
rationale: Dependency of librelp.
|
||||||
|
buildorder: 3
|
||||||
|
#python-docutils:
|
||||||
|
#rationale: Dependency of rsyslog base.
|
||||||
|
#buildorder: 4
|
||||||
|
qpid-proton:
|
||||||
|
rationale: Dependency of rsyslog base.
|
||||||
|
buildorder: 4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue