[fawkes/el6] Eliminate gearbox dependency

rmattes rmattes at fedoraproject.org
Tue Oct 16 04:43:49 UTC 2012


commit 23ccec6d53734898f4896aa9997e1b0791574339
Author: Rich Mattes <richmattes at gmail.com>
Date:   Tue Oct 16 00:42:42 2012 -0400

    Eliminate gearbox dependency
    
    Gearbox is not currently packaged for el6.  Eliminate gearbox dep
    for all rhel.

 fawkes.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fawkes.spec b/fawkes.spec
index 0308e3a..22c8b98 100644
--- a/fawkes.spec
+++ b/fawkes.spec
@@ -32,7 +32,7 @@ BuildRequires:  urg-devel >= 0.8
 %if 0%{?fedora} >= 18
 BuildRequires:  hokuyoaist-devel
 %else
-%if ! 0%{?rhel} || 0%{?rhel} >= 6
+%if ! 0%{?rhel} 
 BuildRequires:  gearbox-devel == 9.11
 %endif
 %endif
@@ -126,7 +126,7 @@ Requires:       graphviz-devel >= 2.22
 %if 0%{?fedora} >= 18
 Requires:       hokuyoaist-devel
 %else
-%if ! 0%{?rhel} || 0%{?rhel} >= 6
+%if ! 0%{?rhel} 
 Requires:       gearbox-devel == 9.11
 %endif
 %endif


More information about the scm-commits mailing list