diff --git a/virt-viewer.spec b/virt-viewer.spec index f722bf8..c400165 100644 --- a/virt-viewer.spec +++ b/virt-viewer.spec @@ -31,7 +31,7 @@ Name: virt-viewer Version: 0.5.6 -Release: 1%{?dist}%{?extra_release} +Release: 2%{?dist}%{?extra_release} Summary: Virtual Machine Viewer Group: Applications/System License: GPLv2+ @@ -78,6 +78,11 @@ BuildRequires: intltool BuildRequires: libgovirt-devel >= 0.0.3 %endif +%if 0{?fedora} >= 20 +Obsoletes: spice-client < 0.12.3-2 +%endif + + %description Virtual Machine Viewer provides a graphical console client for connecting to virtual machines. It uses the GTK-VNC or SPICE-GTK widgets to provide @@ -159,6 +164,9 @@ update-desktop-database -q %{_datadir}/applications %{_mandir}/man1/remote-viewer.1* %changelog +* Thu May 23 2013 Christophe Fergeau 0.5.6-2 +- Mark remote-viewer as replacing spice-client + * Wed May 1 2013 Daniel P. Berrange - 0.5.6-1 - Update to 0.5.6 release