diff --git a/maven-scm.spec b/maven-scm.spec index 8be4623..635657f 100644 --- a/maven-scm.spec +++ b/maven-scm.spec @@ -36,7 +36,7 @@ Name: maven-scm Version: 1.0 -Release: 0.2.b3.1jpp.5%{?dist} +Release: 0.2.b3.1.6%{?dist} Epoch: 0 Summary: Common API for doing SCM operations License: ASL 2.0 @@ -114,8 +114,9 @@ Tests for %{name}. %package javadoc Summary: Javadoc for %{name} Group: Development/Documentation -Requires(pre): /bin/rm,/bin/ls -Requires(post): /bin/rm +# for /bin/rm and /bin/ls +Requires(pre): coreutils +Requires(post): coreutils %description javadoc Javadoc for %{name}. @@ -294,6 +295,9 @@ fi %{_javadocdir}/* %changelog +* Wed Jul 9 2008 Tom "spot" Callaway - 1.0-0.2.b3.1.6 +- drop repotag + * Thu Jun 26 2008 Deepak Bhole 1.0-0.2.b3.1jpp.5 - Fix mapping for the scm plugin