summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2012-10-19 12:13:39 -0400
committerCole Robinson <crobinso@redhat.com>2012-10-19 12:13:39 -0400
commit04a414553d32e13d4d83171d9b23523d95440ee1 (patch)
treefd7791640ed13b771e3f3b1ade4bb252540ac5d7
parentc4620b3801f78ba3688d9393703f00deb9379826 (diff)
downloadvirt-manager-04a414553d32e13d4d83171d9b23523d95440ee1.tar.gz
spec: Fix libgnome-keyring conditional
-rw-r--r--virt-manager.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt-manager.spec.in b/virt-manager.spec.in
index 2b863915..c49fd6a3 100644
--- a/virt-manager.spec.in
+++ b/virt-manager.spec.in
@@ -81,7 +81,7 @@ Requires: libvirt-python >= 0.7.0
# Definitely does not work with earlier due to python API changes
Requires: dbus-python >= 0.61
Requires: dbus-x11
-%if !0%{?rhel} || 0%{?rhel} > 6
+%if 0%{?rhel} > 6
# Might work with earlier, but this is what we've tested
Requires: gnome-keyring >= 0.4.9
%else