From f3b1eecb3833cf2ab5e03f622e93b9c78f50a1c6 Mon Sep 17 00:00:00 2001 From: Yang Yong Date: Thu, 27 May 2010 06:00:47 +0000 Subject: [PATCH] Remove epoch in Requires of maven-test-tools --- maven-plugin-testing.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.