[vinagre/f18] Add explicit dep on rdesktop for RDP functionality (#903225)

mbooth mbooth at fedoraproject.org
Tue Apr 23 21:05:38 UTC 2013


commit d4889c2e743372bb4bd5b259aec2f2649c5f655c
Author: Mat Booth <fedora at matbooth.co.uk>
Date:   Tue Apr 23 21:55:55 2013 +0100

    Add explicit dep on rdesktop for RDP functionality (#903225)

 vinagre.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/vinagre.spec b/vinagre.spec
index b6defd6..2ee6671 100644
--- a/vinagre.spec
+++ b/vinagre.spec
@@ -4,7 +4,7 @@
 
 Name:           vinagre
 Version:        3.6.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        VNC client for GNOME
 
 Group:          Applications/System
@@ -34,6 +34,9 @@ BuildRequires:  libsecret-devel
 # for /usr/share/dbus-1/services
 Requires: dbus
 
+# for /usr/bin/rdesktop
+Requires: rdesktop
+
 BuildRequires: automake autoconf libtool
 BuildRequires: gnome-common
 
@@ -127,6 +130,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Tue Apr 23 2013 Mat Booth <fedora at matbooth.co.uk> - 3.6.2-2
+- Add explicit dep on rdesktop for RDP functionality (#903225)
+
 * Tue Nov 13 2012 Kalev Lember <kalevlember at gmail.com> - 3.6.2-1
 - Update to 3.6.2
 


More information about the scm-commits mailing list