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

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


commit 1c818beff3dae0a25a8eb0525e09188f9da5e8ee
Author: Mat Booth <fedora at matbooth.co.uk>
Date:   Tue Apr 23 21:51:56 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 2e0976b..69fa3df 100644
--- a/vinagre.spec
+++ b/vinagre.spec
@@ -4,7 +4,7 @@
 
 Name:           vinagre
 Version:        3.8.1
-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.8.1-2
+- Add explicit dep on rdesktop for RDP functionality (#903225)
+
 * Mon Apr 15 2013 Kalev Lember <kalevlember at gmail.com> - 3.8.1-1
 - Update to 3.8.1
 


More information about the scm-commits mailing list