[libosinfo] Forgot % before the %rhel macro in previous commit :(

Christophe Fergeau teuf at fedoraproject.org
Tue May 15 14:20:10 UTC 2012


commit c76ac2e78368dad7e25835ef5280df011e4e3ced
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Tue May 15 16:12:24 2012 +0200

    Forgot % before the %rhel macro in previous commit :(

 libosinfo.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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
 


More information about the scm-commits mailing list