[maven-wagon-ahc] Re-add Requires that are not auto-generated

Gerard Ryan galileo at fedoraproject.org
Thu Apr 11 17:55:21 UTC 2013


commit a795da48b19bb52e436f0bdef8812b176da2f78e
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Thu Apr 11 18:54:52 2013 +0100

    Re-add Requires that are not auto-generated

 maven-wagon-ahc.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/maven-wagon-ahc.spec b/maven-wagon-ahc.spec
index 925c185..afb1e0b 100644
--- a/maven-wagon-ahc.spec
+++ b/maven-wagon-ahc.spec
@@ -1,6 +1,6 @@
 Name:		maven-wagon-ahc
 Version:	1.2.1
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	A wagon provider for HTTP transfers
 
 Group:		Development/Libraries
@@ -31,6 +31,11 @@ BuildRequires:	maven-wagon
 BuildRequires:	plexus-containers-container-default
 BuildRequires:	plexus-utils
 
+Requires:      async-http-client
+Requires:      java
+Requires:      maven-wagon
+Requires:      plexus-utils
+
 
 %description
 A wagon provider for HTTP transfers based on the async-http-client.
@@ -86,6 +91,9 @@ install -p -m 0644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
 
 
 %changelog
+* Thu Apr 11 2013 Gerard Ryan <galileo at fedoraproject.org> - 1.2.1-7
+- Re-add Requires that are not auto-generated
+
 * Wed Apr 10 2013 Gerard Ryan <galileo at fedoraproject.org> - 1.2.1-6
 - Disable 2 test deps, and 1 plugin from POM to build on f19+
 - Remove requires


More information about the scm-commits mailing list