From b9ddd13f3eceb2728639c02e9cc9f7fb056cffb6 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 30 Dec 2007 21:03:55 +0000 Subject: [PATCH] Add missing BuildRequires for flex --- unixODBC.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/unixODBC.spec b/unixODBC.spec index 0413be0..66dc109 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -1,7 +1,7 @@ Summary: A complete ODBC driver manager for Linux Name: unixODBC Version: 2.2.12 -Release: 4%{?dist} +Release: 5%{?dist} Group: System Environment/Libraries URL: http://www.unixODBC.org/ # Programs are GPL, libraries are LGPL, except News Server library is GPL. @@ -20,7 +20,7 @@ Patch6: unixODBC-2.2.11-stricmp.patch Conflicts: iodbc BuildRequires: libX11-devel libXt-devel libXext-devel BuildRequires: qt-devel readline-devel -BuildRequires: automake autoconf libtool bison +BuildRequires: automake autoconf libtool bison flex BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description @@ -175,6 +175,10 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Sun Dec 30 2007 Tom Lane 2.2.12-5 +- Add missing BuildRequires for flex. +Resolves: #427063 + * Thu Aug 2 2007 Tom Lane 2.2.12-4 - Update License tag to match code.