[java-sig-commits] [maven-scm] Fix bad requires from maven-scm-test

Bruno Wolff III bruno at fedoraproject.org
Fri Nov 18 20:54:20 UTC 2011


commit a2be2111340b23c062f373b4a4da68bc97af5093
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Fri Nov 18 14:52:45 2011 -0600

    Fix bad requires from maven-scm-test
    
    The definition of epoch in the spec file was removed in the
    previous release. However %{epoch} was still being used in a requires
    for mavem-scm-test which casued problems when causing maven-scm-test.

 maven-scm.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/maven-scm.spec b/maven-scm.spec
index 8563930..8efd53c 100644
--- a/maven-scm.spec
+++ b/maven-scm.spec
@@ -30,7 +30,7 @@
 
 Name:           maven-scm
 Version:        1.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Common API for doing SCM operations
 License:        ASL 2.0
 Group:          Development/Libraries
@@ -95,7 +95,7 @@ tools (e.g. Continum) in providing them a common API for doing SCM operations.
 %package test
 Summary:        Tests for %{name}
 Group:          Development/Tools
-Requires:       maven-scm = %{epoch}:%{version}-%{release}
+Requires:       maven-scm = %{version}-%{release}
 
 %description test
 Tests for %{name}.
@@ -178,6 +178,9 @@ cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 %{_javadocdir}/*
 
 %changelog
+* Fri Nov 18 2011 Bruno Wolff III <bruno at wolff.to> 1.5-3
+- Fix issue with bad requires by maven-scm-test
+
 * Tue Nov 15 2011 Jaromir Capik <jcapik at redhat.com> 1.5-2
 - Migration from plexus-maven-plugin to plexus-containers-component-metadata
 


More information about the java-sig-commits mailing list