Remove epoch in Requires of maven-test-tools
This commit is contained in:
parent
541afdd0d8
commit
f3b1eecb38
@ -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 <yyang@redhat.com> 1:1.2-2.3
|
||||
- Remove epoch in Requires of maven-test-tools
|
||||
|
||||
* Wed May 12 2010 Alexander Kurtakov <akurtako@redhat.com> 1:1.2-2
|
||||
- Fix line lengths and use macroses consistently.
|
||||
- Add comment for the tests skip.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user