summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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