From aec3b3930f58e7e4f89a4f86fafd5c27c0c4641b Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Thu, 30 Aug 2007 01:41:58 +0000 Subject: [PATCH] * Wed Aug 29 2007 Eric Sandeen 1.40.2-4 - add gawk to e2fsprogs-devel Requires, compile_et needs it --- e2fsprogs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/e2fsprogs.spec b/e2fsprogs.spec index cdf932b..022d1ab 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -4,7 +4,7 @@ Summary: Utilities for managing the second and third extended (ext2/ext3) filesystems Name: e2fsprogs Version: 1.40.2 -Release: 3%{?dist} +Release: 4%{?dist} # License based on upstream-modified COPYING file, # which clearly states "V2" intent. License: GPLv2 @@ -63,6 +63,7 @@ Group: Development/Libraries # licenses for various libs, which also have in-source specification. License: GPLv2 and LGPLv2 and BSD and MIT Requires: e2fsprogs-libs = %{version}-%{release} +Requires: gawk Requires(post): /sbin/install-info Requires(postun): /sbin/install-info @@ -247,6 +248,9 @@ exit 0 %{_mandir}/man3/uuid_unparse.3* %changelog +* Wed Aug 29 2007 Eric Sandeen 1.40.2-4 +- add gawk to e2fsprogs-devel Requires, compile_et needs it + * Thu Aug 23 2007 Eric Sandeen 1.40.2-3 - Update license tags - Fix one open-create caller with no mode