From 2847bd3e59054646c48e869b5149f0e190930279 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Apr 20 2005 08:31:03 +0000 Subject: gcc4 fix --- diff --git a/xfsprogs.spec b/xfsprogs.spec index 4c32b43..99579dc 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -13,6 +13,7 @@ BuildRequires: /usr/include/uuid/uuid.h Provides: xfs-cmds = %{evr} Obsoletes: xfs-cmds <= %{version} Conflicts: xfsdump < 2.0.0 +Patch1: xfsprogs-gcc4.patch %description A set of commands to use the XFS filesystem, including mkfs.xfs. @@ -43,6 +44,7 @@ also want to install xfsprogs. %prep %setup -q +%patch1 -p1 %build # xfsprogs abuses libexecdir @@ -100,6 +102,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed Apr 20 2005 Dave Jones - Disable debug. (#151438) +- Rebuild with gcc4 * Wed Jan 12 2005 Tim Waugh - 2.6.13-3 - Rebuilt for new readline.