From 20d05189b73f21873f92fca8999f765cc43bb136 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Oct 24 2007 02:12:28 +0000 Subject: * Tue Oct 23 2007 Eric Sandeen 2.9.4-4 - Add arm to multilib header wrapper --- diff --git a/xfsprogs-wrapper.h b/xfsprogs-wrapper.h index a684cac..7b7ecfd 100644 --- a/xfsprogs-wrapper.h +++ b/xfsprogs-wrapper.h @@ -19,6 +19,8 @@ #include "platform_defs-x86_64.h" #elif defined(__alpha__) #include "platform_defs-alpha.h" +#elif defined(__arm__) +#include "platform_defs-arm.h" #else #error "This xfsprogs-devel package does not work your architecture?" #endif diff --git a/xfsprogs.spec b/xfsprogs.spec index 0542258..621d79a 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs Version: 2.9.4 -Release: 3%{?dist} +Release: 4%{?dist} # Licensing based on generic "GNU GENERAL PUBLIC LICENSE" # in source, with no mention of version. # doc/COPYING file specifies what is GPL and what is LGPL @@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Tue Oct 23 2007 Eric Sandeen 2.9.4-4 +- Add arm to multilib header wrapper + * Tue Oct 02 2007 Eric Sandeen 2.9.4-3 - mkfs.xfs: Fix wiping old AG headers and purge whack buffers