[maven-doxia] Add httpcomponents-project to doxia-core requires

Stanislav Ochotnicky sochotni at fedoraproject.org
Thu Dec 20 13:01:31 UTC 2012


commit 637853afc3d0a8b24cb1f9211ee9e9dcb4456631
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Thu Dec 20 14:01:19 2012 +0100

    Add httpcomponents-project to doxia-core requires

 maven-doxia.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/maven-doxia.spec b/maven-doxia.spec
index a286315..9013af2 100644
--- a/maven-doxia.spec
+++ b/maven-doxia.spec
@@ -30,7 +30,7 @@
 
 Name:           maven-doxia
 Version:        1.2
-Release:        7%{?dist}
+Release:        8%{?dist}
 Epoch:          0
 Summary:        Content generation framework
 License:        ASL 2.0
@@ -141,6 +141,9 @@ This package provides %{summary}.
 
 %package core
 Summary: Core module for %{name}
+# this is needed because -client doesn't pull in parent pom (usable outside
+# Maven)
+Requires: httpcomponents-project
 
 %description core
 This package provides %{summary}.
@@ -293,6 +296,9 @@ API documentation for %{name}.
 
 
 %changelog
+* Thu Dec 20 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:1.2-8
+- Add httpcomponents-project to doxia-core requires
+
 * Thu Dec 20 2012 Mikolaj Izdebski <mizdebsk at redhat.com> - 0:1.2-7
 - Temporarly require all subpackages in the main package
 


More information about the scm-commits mailing list