summaryrefslogtreecommitdiffstats
path: root/virt-viewer.spec.in
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-12-13 15:56:57 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2013-12-13 16:01:05 +0100
commit63671a00b3b21689cd1b3acc444bdcfa63e6d052 (patch)
tree643a56dfe7f3065066e525128d63884aa339866e /virt-viewer.spec.in
parentf4b7f3321c364b5f744ef5a28827077d06c2005f (diff)
downloadvirt-viewer-63671a00b3b21689cd1b3acc444bdcfa63e6d052.tar.gz
virt-viewer-63671a00b3b21689cd1b3acc444bdcfa63e6d052.tar.xz
virt-viewer-63671a00b3b21689cd1b3acc444bdcfa63e6d052.zip
Disable govirt support on f19
The govirt package in f19 is an older one, and does not have some of the functions used since the switch to govirt 0.3.0. As 0.3.0 broke ABI, it's not convenient to backport it to f19. Update the spec file to reflect the fact that oVirt support in git is no longer buildable on f19.
Diffstat (limited to 'virt-viewer.spec.in')
-rw-r--r--virt-viewer.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/virt-viewer.spec.in b/virt-viewer.spec.in
index dbd677b..56c1c4b 100644
--- a/virt-viewer.spec.in
+++ b/virt-viewer.spec.in
@@ -16,7 +16,7 @@
%endif
%define with_govirt 0
-%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
+%if 0%{?fedora} > 19 || 0%{?rhel} >= 7
%define with_govirt 1
%endif
@@ -71,7 +71,7 @@ BuildRequires: spice-protocol >= 0.10.1
BuildRequires: /usr/bin/pod2man
BuildRequires: intltool
%if %{with_govirt}
-BuildRequires: libgovirt-devel >= 0.0.3
+BuildRequires: libgovirt-devel >= 0.3.0
%endif
%if 0%{?fedora} >= 20