[guacamole-common/el6] Fix requirements

Simone Caronni slaanesh at fedoraproject.org
Wed May 30 11:22:57 UTC 2012


commit 0c3ff4b90997e0a8e7f71b1d12d38e85f2dbf992
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Wed May 30 13:22:39 2012 +0200

    Fix requirements

 guacamole-common.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/guacamole-common.spec b/guacamole-common.spec
index c6a0c0e..20c4b4d 100644
--- a/guacamole-common.spec
+++ b/guacamole-common.spec
@@ -1,6 +1,6 @@
 Name:             guacamole-common
 Version:          0.6.0
-Release:          5%{?dist}
+Release:          6%{?dist}
 Summary:          The core Java library used by the Guacamole web application
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 Group:            Development/Libraries
@@ -28,7 +28,7 @@ Requires:         slf4j >= 1.6.1
 %if 0%{?fedora} || 0%{?rhel} > 6
 BuildRequires:    servlet3
 %else
-Requires:         servlet25
+BuildRequires:    servlet25
 %endif
 
 %description
@@ -82,6 +82,9 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.guacamole-%{name}.pom
 
 
 %changelog
+* Wed May 30 2012 Simone Caronni <negativo17 at gmail.com> - 0.6.0-6
+- Fix requirements.
+
 * Fri May 25 2012 Simone Caronni <negativo17 at gmail.com> - 0.6.0-5
 - Added conditional on servlet25/3 for RHEL build.
 


More information about the scm-commits mailing list