From 8d18df306e7d90462d77b92420cb0d69478be08f Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 12 Mar 2012 13:11:50 +0100 Subject: [PATCH] Add back spice-protocol BuildRequires to help some deps magic happen --- spice-gtk.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/spice-gtk.spec b/spice-gtk.spec index 213c70c..6bb19ac 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -13,7 +13,7 @@ Name: spice-gtk Version: 0.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A GTK+ widget for SPICE clients Group: System Environment/Libraries @@ -40,6 +40,8 @@ BuildRequires: vala-tools %if %{with_gtk3} BuildRequires: gtk3-devel %endif +# needed for bz 799112 +BuildRequires: spice-protocol # Hack because of bz #613466 BuildRequires: libtool Requires: spice-glib%{?_isa} = %{version}-%{release} @@ -252,6 +254,9 @@ rm -f %{buildroot}%{_libdir}/python*/site-packages/*.la %{_bindir}/spicy-stats %changelog +* Mon Mar 12 2012 Hans de Goede - 0.11-2 +- Add back spice-protocol BuildRequires to help some deps magic happen + * Fri Mar 9 2012 Hans de Goede - 0.11-1 - New upstream release 0.11 - Fix multilib conflict in spice-glib