From 5eeef860e4259e996bc70366556ec1bc1a18f87d Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Feb 16 2015 10:53:12 +0000 Subject: Add asm to ant.d (RHBZ#1192749). --- diff --git a/jacoco.spec b/jacoco.spec index 9a9cd26..21f525c 100644 --- a/jacoco.spec +++ b/jacoco.spec @@ -2,7 +2,7 @@ Name: jacoco Version: 0.7.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Java Code Coverage for Eclipse Group: System Environment/Libraries License: EPL @@ -84,7 +84,7 @@ done; # ant config mkdir -p %{buildroot}%{_sysconfdir}/ant.d -echo %{name} %{name}/org.jacoco.ant > %{buildroot}%{_sysconfdir}/ant.d/%{name} +echo %{name} %{name}/org.jacoco.ant objectweb-asm/asm-debug-all > %{buildroot}%{_sysconfdir}/ant.d/%{name} %files -f .mfiles %dir %{_javadir}/%{name} @@ -97,6 +97,9 @@ echo %{name} %{name}/org.jacoco.ant > %{buildroot}%{_sysconfdir}/ant.d/%{name} %files javadoc -f .mfiles-javadoc %changelog +* Mon Feb 16 2015 Alexander Kurtakov 0.7.2-3 +- Add asm to ant.d (RHBZ#1192749). + * Sat Oct 11 2014 Jiri Vanek 0.7.2-2 - added premain-class to agent.rt.jar - RH1151442