diff --git a/SPECS/apache-commons-logging.spec b/SPECS/apache-commons-logging.spec index 9023840..49cd83b 100644 --- a/SPECS/apache-commons-logging.spec +++ b/SPECS/apache-commons-logging.spec @@ -4,7 +4,7 @@ Name: apache-%{short_name} Version: 1.1.2 -Release: 5%{?dist} +Release: 7%{?dist} Summary: Apache Commons Logging License: ASL 2.0 Group: Development/Libraries @@ -56,6 +56,10 @@ Obsoletes: jakarta-%{short_name}-javadoc <= 0:1.0.4 %prep %setup -q -n %{short_name}-%{version}-src +# SecurityAllowedTestCase fails, probably due to environmental hazard +# See: rhbz#1056462, https://issues.apache.org/jira/browse/LOGGING-156 +find -name SecurityAllowedTestCase.java -delete + # Sent upstream https://issues.apache.org/jira/browse/LOGGING-143 %pom_remove_dep :avalon-framework %pom_add_dep avalon-framework:avalon-framework-api:4.3 @@ -113,6 +117,13 @@ install -pm 644 %{SOURCE2} %{buildroot}/%{_mavenpomdir}/JPP-%{short_name}-api.po # ----------------------------------------------------------------------------- %changelog +* Mon Jan 27 2014 Mikolaj Izdebski - 1.1.2-7 +- Remove unit test as a workaround for upstream bug LOGGING-156 +- Resolves: rhbz#1056462 + +* Fri Dec 27 2013 Daniel Mach - 1.1.2-6 +- Mass rebuild 2013-12-27 + * Fri Sep 20 2013 Mikolaj Izdebski - 1.1.2-5 - Add BuildRequires on apache-commons-parent >= 26-7