From 223b2f6e9411a1aec32901b7aa374ae9d202c3b1 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Aug 24 2007 06:45:39 +0000 Subject: - buildrequire gawk to avoid random breakage on buildroots --- diff --git a/rpm.spec b/rpm.spec index 920caa2..9425c40 100644 --- a/rpm.spec +++ b/rpm.spec @@ -58,6 +58,7 @@ Source2: find-debuginfo.sh # XXX for autoreconf due to popt removal BuildRequires: autoconf automake libtool +BuildRequires: gawk BuildRequires: elfutils-devel >= 0.112 BuildRequires: elfutils-libelf-devel-static BuildRequires: readline-devel zlib-devel @@ -474,6 +475,7 @@ exit 0 - license clarification according to latest guidelines: libs and devel are dual gpl/lgpl licensed with exceptions, other binaries are gpl - convert pl and sk manuals to utf-8 +- buildrequire gawk * Wed Aug 15 2007 Panu Matilainen - 4.4.2.1-8 - improved perl dependency extraction (#198033, #249135) by Ville Skyttä