[guacamole-server] Add patch for FreeRDP 1.2.0 beta 1 support

Simone Caronni slaanesh at fedoraproject.org
Mon Jul 21 07:56:21 UTC 2014


commit 0279c208f800ed4751924a52274d2210ca284b63
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Mon Jul 21 09:56:09 2014 +0200

    Add patch for FreeRDP 1.2.0 beta 1 support

 guacamole-server.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/guacamole-server.spec b/guacamole-server.spec
index bf46a61..bf61887 100644
--- a/guacamole-server.spec
+++ b/guacamole-server.spec
@@ -3,7 +3,7 @@
 
 Name:           guacamole-server
 Version:        0.9.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Server-side native components that form the Guacamole proxy
 
 License:        MPLv1.1 or GPLv2+
@@ -12,6 +12,7 @@ Source0:        http://downloads.sourceforge.net/guacamole/%{name}-%{version}.ta
 Source1:        %{name}.sysconfig
 Source2:        %{name}.service
 Source3:        %{name}.init
+Patch0:         %{name}-freerdp12.patch
 
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -65,7 +66,6 @@ developing applications that use %{name}.
 %package -n libguac-client-rdp
 Summary:        RDP support for guacd
 Requires:       libguac%{?_isa} = %{version}-%{release}
-Requires:       freerdp-plugins
 
 %description -n libguac-client-rdp
 libguac-client-rdp is a protocol support plugin for the Guacamole proxy (guacd)
@@ -121,6 +121,7 @@ framework to translate between arbitrary protocols and the Guacamole protocol.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 autoreconf -vif
@@ -255,6 +256,10 @@ fi
 %attr(750,%{username},%{username}) %{_sharedstatedir}/guacd
 
 %changelog
+* Mon Jul 21 2014 Simone Caronni <negativo17 at gmail.com> - 0.9.1-5
+- Add patch for FreeRDP 1.2.0 beta 1 support.
+- Use automatic dependency logic for FreeRDP libraries.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list