[augeas-devel] [PATCH] Add missing bison and flex build dependencies

David Lutterkort lutter at redhat.com
Fri Jul 31 09:38:20 UTC 2009


On Thu, 2009-07-30 at 18:02 +0100, Matthew Booth wrote:
> ---
>  augeas.spec.in |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/augeas.spec.in b/augeas.spec.in
> index fa97590..206a824 100644
> --- a/augeas.spec.in
> +++ b/augeas.spec.in
> @@ -10,6 +10,7 @@ Source0:        http://augeas.net/download/%{name}-%{version}.tar.gz
>  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
>  
>  BuildRequires:  readline-devel libselinux-devel
> +BuildRequires:  bison flex
>  Requires:       %{name}-libs = %{version}-%{release}

Why is this necessary ? The released tarball contains flex- and
bison-generated files, and should therefore not have a BR on bison/flex
(in addition, we'd get into hot water with some distros like RHEL4 that
ship bison/flex versions that are too old)

David





More information about the augeas-devel mailing list