[java-sig-commits] [jvnet-parent] Remove maven from requires to simplify other deps

Stanislav Ochotnicky sochotni at fedoraproject.org
Thu Apr 26 14:13:41 UTC 2012


commit 2519daae123c235b4e7c1222183e30095ce6d40b
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Thu Apr 26 16:13:28 2012 +0200

    Remove maven from requires to simplify other deps

 jvnet-parent.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/jvnet-parent.spec b/jvnet-parent.spec
index c7c957a..a5c9b6b 100644
--- a/jvnet-parent.spec
+++ b/jvnet-parent.spec
@@ -1,6 +1,6 @@
 Name:           jvnet-parent
 Version:        3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Java.net parent POM file
 
 Group:          Development/Libraries
@@ -15,7 +15,6 @@ BuildRequires:  maven
 BuildRequires:  maven-enforcer-plugin
 
 Requires:       jpackage-utils
-Requires:       maven
 
 %description
 Java.net parent POM file used by most Java.net subprojects such as
@@ -41,6 +40,9 @@ install -pm 644 pom.xml \
 %{_mavendepmapfragdir}/%{name}
 
 %changelog
+* Thu Apr 26 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 3-2
+- Remove maven from requires to simplify other deps
+
 * Wed Mar 21 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 3-1
 - Update to version 3
 


More information about the java-sig-commits mailing list