#8 Enable log4j-over-slf4j and slf4j-migrator modules
Merged 2 years ago by mizdebsk. Opened 2 years ago by didiksupriadi41.
rpms/ didiksupriadi41/slf4j rawhide  into  rawhide

file modified
+18 -3
@@ -32,7 +32,7 @@ 

  

  Name:           slf4j

  Version:        1.7.30

- Release:        10%{?dist}

+ Release:        11%{?dist}

  Summary:        Simple Logging Facade for Java

  # the log4j-over-slf4j and jcl-over-slf4j submodules are ASL 2.0, rest is MIT

  License:        MIT and ASL 2.0
@@ -99,6 +99,18 @@ 

  %description -n jul-to-slf4j

  JUL to SLF4J bridge.

  

+ %package -n log4j-over-slf4j

+ Summary:        Log4j implemented over SLF4J

+ 

+ %description -n log4j-over-slf4j

+ Log4j implemented over SLF4J.

+ 

+ %package -n slf4j-migrator

+ Summary:        SLF4J Migrator

+ 

+ %description -n slf4j-migrator

+ SLF4J Migrator.

+ 

  %package sources

  Summary:        SLF4J Source JARs

  
@@ -112,11 +124,9 @@ 

  

  %pom_disable_module integration

  %pom_disable_module osgi-over-slf4j

- %pom_disable_module log4j-over-slf4j

  %pom_disable_module slf4j-android

  %pom_disable_module slf4j-ext

  %pom_disable_module slf4j-log4j12

- %pom_disable_module slf4j-migrator

  

  # Port to maven-antrun-plugin 3.0.0

  sed -i s/tasks/target/ slf4j-api/pom.xml
@@ -186,6 +196,8 @@ 

  %files jcl -f .mfiles-%{name}-jcl

  %files -n jcl-over-slf4j -f .mfiles-jcl-over-slf4j

  %files -n jul-to-slf4j -f .mfiles-jul-to-slf4j

+ %files -n log4j-over-slf4j -f .mfiles-log4j-over-slf4j

+ %files -n slf4j-migrator -f .mfiles-slf4j-migrator

  

  %files sources -f .mfiles-sources

  %license LICENSE.txt APACHE-LICENSE
@@ -195,6 +207,9 @@ 

  %{_defaultdocdir}/%{name}-manual

  

  %changelog

+ * Tue Nov 16 2021 Didik Supriadi <didiksupriadi41@fedoraproject.org> - 1.7.30-11

+ - Enable slf4j-migrator and log4j-over-slf4j modules

+ 

  * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.30-10

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

  

Enable log4j-over-slf4j and slf4j-migrator modules. I find that those modules can be built successfully.

Pull-Request has been merged by mizdebsk

2 years ago
Metadata