[console-bridge/el6] Fix rhel check

rmattes rmattes at fedoraproject.org
Sun Apr 28 18:53:30 UTC 2013


commit 8df40770f3032c6bdd25e91b33ae30be2cd37eb2
Author: Rich Mattes <richmattes at gmail.com>
Date:   Sun Apr 28 14:53:18 2013 -0400

    Fix rhel check

 console-bridge.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/console-bridge.spec b/console-bridge.spec
index bdd87d7..2b52953 100644
--- a/console-bridge.spec
+++ b/console-bridge.spec
@@ -30,7 +30,7 @@ Requires:	%{name}%{?_isa} = %{version}-%{release}
 %prep
 %setup -q -n ros-%{realname}-%{gitrev}
 %patch0 -p0 -b .libdir
-%if 0{?rhel}
+%if 0%{?rhel}
 # Package claims to require CMake 2.8, but 2.6 works just fine.
 sed -i 's/VERSION 2.8/VERSION 2.6/' CMakeLists.txt
 %endif


More information about the scm-commits mailing list