Compare commits

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

1 commit

Author SHA1 Message Date
Merlin Mathesius
d9b6e80d58 Obsolete 2019-09-23 16:57:50 -05:00
4 changed files with 1 additions and 64 deletions

0
.gitignore vendored
View file

1
dead.module Normal file
View file

@ -0,0 +1 @@
Obsolete

View file

@ -1,64 +0,0 @@
document: modulemd
version: 1
data:
summary: Enhanced system logging and kernel message trapping daemon
description: >-
Rsyslog is an enhanced, multi-threaded syslog daemon. It supports MySQL,
syslog/TCP, RFC 3195, permitted sender lists, filtering on any message part,
and fine grain output format control. It is compatible with stock sysklogd
and can be used as a drop-in replacement. Rsyslog is simple to set up, with
advanced features suitable for enterprise-class, encryption-protected syslog
relay chains.
license:
module: [ MIT ]
dependencies:
buildrequires:
base-runtime: master
requires:
base-runtime: master
references:
community: http://www.rsyslog.com/
documentation: http://www.rsyslog.com/doc/master/index.html
tracker: https://github.com/rsyslog/rsyslog/issues
profiles:
default:
rpms:
- rsyslog
- rsyslog-gnutls
- rsyslog-relp
minimal:
rpms:
- rsyslog
full:
rpms:
- rsyslog
- rsyslog-crypto
- rsyslog-doc
- rsyslog-elasticsearch
- rsyslog-gnutls
- rsyslog-gssapi
- rsyslog-hiredis
- rsyslog-kafka
- rsyslog-libdbi
- rsyslog-mmaudit
- rsyslog-mmjsonparse
- rsyslog-mmnormalize
- rsyslog-mmsnmptrapd
- rsyslog-mongodb
- rsyslog-mysql
- rsyslog-omamqp1
- rsyslog-pgsql
- rsyslog-rabbitmq
- rsyslog-relp
- rsyslog-snmp
- rsyslog-udpspoof
buildroot:
rpms:
- rsyslog
srpm-buildroot:
rpms:
- rsyslog
components:
rpms:
rsyslog:
rationale: Base package of this module.

View file