From c76ac2e78368dad7e25835ef5280df011e4e3ced Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 15 May 2012 16:12:24 +0200 Subject: [PATCH] Forgot % before the %rhel macro in previous commit :( --- libosinfo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libosinfo.spec b/libosinfo.spec index 662990c..4fa8f66 100644 --- a/libosinfo.spec +++ b/libosinfo.spec @@ -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