[guacamole-ext/el6] Require guacamole 0.7.0 components

Simone Caronni slaanesh at fedoraproject.org
Tue Jan 22 14:43:16 UTC 2013


commit 6d733260d8e48f6f0f19c1fc91459fe6c1934d23
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Tue Jan 22 15:43:00 2013 +0100

    Require guacamole 0.7.0 components

 guacamole-ext.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/guacamole-ext.spec b/guacamole-ext.spec
index d58d457..9663f7c 100644
--- a/guacamole-ext.spec
+++ b/guacamole-ext.spec
@@ -1,6 +1,6 @@
 Name:             guacamole-ext
 Version:          0.7.0
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Common interfaces for extending the main Guacamole web application
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 Group:            Development/Libraries
@@ -25,8 +25,8 @@ Requires:         jpackage-utils
 
 # Specific ones:
 BuildRequires:    maven-dependency-plugin
-BuildRequires:    guacamole-common = %{version}
-Requires:         guacamole-common = %{version}
+BuildRequires:    guacamole-common >= 0.7.0
+Requires:         guacamole-common >= 0.7.0
 %if 0%{?fedora} || 0%{?rhel} > 6
 BuildRequires:    servlet3
 %else
@@ -87,6 +87,9 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.guacamole-%{name}.pom
 
 
 %changelog
+* Tue Jan 22 2013 Simone Caronni <negativo17 at gmail.com> - 0.7.0-2
+- Require 0.7.0 level components and maven-local.
+
 * Fri Dec 14 2012 Simone Caronni <negativo17 at gmail.com> - 0.7.0-1
 - Updated to 0.7.0.
 


More information about the scm-commits mailing list