From 4f2c047bfb810839a384e5953eb836515ba1ffb6 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Fri, 25 Feb 2022 07:40:38 +0000 Subject: [PATCH] import log4j-2-8060020220223074200.5dbfe8be --- .gitignore | 0 .log4j.metadata | 0 SOURCES/modulemd.src.txt | 45 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 .gitignore create mode 100644 .log4j.metadata create mode 100644 SOURCES/modulemd.src.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/.log4j.metadata b/.log4j.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt new file mode 100644 index 0000000..e33ce4c --- /dev/null +++ b/SOURCES/modulemd.src.txt @@ -0,0 +1,45 @@ +--- +document: modulemd +version: 2 +data: + stream: 2 + summary: Java logging library + description: >- + Log4j is a popular Java logging library that allows the programmer + to output log statements to a variety of output targets. + license: + module: + - MIT + dependencies: + - buildrequires: + javapackages-tools: [201902] + platform: [el8] + requires: + platform: [el8] + profiles: + common: + rpms: + - log4j + api: + rpms: + - log4j + - log4j-jcl + - log4j-slf4j + filter: + rpms: + - disruptor-javadoc + - jctools-javadoc + components: + rpms: + disruptor: + buildorder: 10 + ref: stream-log4j-2-rhel-8.6.0 + rationale: Dependency of log4j. + jctools: + buildorder: 10 + ref: stream-log4j-2-rhel-8.6.0 + rationale: Dependency of log4j. + log4j: + buildorder: 20 + ref: stream-log4j-2-rhel-8.6.0 + rationale: Module API.