[libzdb] add flex also to BR for F15+

Bernard Johnson bjohnson at fedoraproject.org
Sat Jan 15 17:21:51 UTC 2011


commit e0ea1913551ad289870430004e55c76ef4befeed
Author: Bernard Johnson <bjohnson at symetrix.com>
Date:   Sat Jan 15 10:21:32 2011 -0700

    add flex also to BR for F15+

 libzdb.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libzdb.spec b/libzdb.spec
index 8289715..504b114 100644
--- a/libzdb.spec
+++ b/libzdb.spec
@@ -10,7 +10,7 @@ Source0:        http://www.tildeslash.com/%{name}/dist/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if 0%{?fedora} && 0%{?fedora} > 14
-BuildRequires:  flex-static
+BuildRequires:  flex, flex-static
 %else
 BuildRequires:  flex
 %endif


More information about the scm-commits mailing list