diff --git a/maven-plugin-testing.spec b/maven-plugin-testing.spec index a73c7db..c10d6e6 100644 --- a/maven-plugin-testing.spec +++ b/maven-plugin-testing.spec @@ -1,6 +1,6 @@ Name: maven-plugin-testing Version: 1.2 -Release: 2.2%{?dist} +Release: 2.3%{?dist} Summary: Maven Plugin Testing Group: Development/Libraries @@ -67,7 +67,7 @@ A set of useful tools to help the Maven Plugin testing. %package -n maven-test-tools Summary: Maven Testing Tool Group: Development/Libraries -Requires: maven-plugin-testing = %{epoch}:%{version}-%{release} +Requires: maven-plugin-testing = %{version}-%{release} %description -n maven-test-tools Framework to test Maven Plugins with Easymock objects. @@ -154,6 +154,9 @@ rm -rf %{buildroot} %{_javadir}/%{name}/maven-test-tools* %changelog +* Thu May 27 2010 Yong Yang 1:1.2-2.3 +- Remove epoch in Requires of maven-test-tools + * Wed May 12 2010 Alexander Kurtakov 1:1.2-2 - Fix line lengths and use macroses consistently. - Add comment for the tests skip.