[virt-tools-list] [osinfo PATCH] Add missing % to %{rhel} macro
Christophe Fergeau
cfergeau at redhat.com
Tue May 15 14:27:44 UTC 2012
This fixes the previous commit.
---
libosinfo.spec.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libosinfo.spec.in b/libosinfo.spec.in
index 9d53151..21bfbde 100644
--- a/libosinfo.spec.in
+++ b/libosinfo.spec.in
@@ -6,7 +6,7 @@
%define with_gir 0
-%if 0%{?fedora} >= 15 || 0{?rhel} >= 7
+%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
%define with_gir 1
%endif
--
1.7.10.1
More information about the virt-tools-list
mailing list