diff --git a/apache-commons-logging.spec b/apache-commons-logging.spec index 230c986..c7da0a7 100644 --- a/apache-commons-logging.spec +++ b/apache-commons-logging.spec @@ -4,7 +4,7 @@ Name: apache-%{short_name} Version: 1.1.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Apache Commons Logging License: ASL 2.0 URL: http://commons.apache.org/%{base_name} @@ -64,6 +64,9 @@ sed -i 's/\r//' RELEASE-NOTES.txt LICENSE.txt NOTICE.txt %mvn_file ":%{short_name}{*}" "%{short_name}@1" "%{name}@1" %mvn_alias ":%{short_name}{*}" "org.apache.commons:%{short_name}@1" +# Remove log4j12 tests +rm -rf src/test/java/org/apache/commons/logging/log4j/log4j12 + %build %mvn_build @@ -99,6 +102,9 @@ install -pm 644 %{SOURCE2} %{buildroot}/%{_mavenpomdir}/JPP-%{short_name}-api.po # ----------------------------------------------------------------------------- %changelog +* Tue May 13 2014 Michael Simacek - 1.1.3-12 +- Disable tests that use log4j12 + * Tue Mar 04 2014 Stanislav Ochotnicky - 1.1.3-11 - Use Requires: java-headless rebuild (#1067528)