From cef67f3f62c85f0ea02c2b69aa6175fb4ffb1183 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Tue, 18 Sep 2007 13:09:34 +0000 Subject: [PATCH] * Tue Sep 18 2007 Oliver Falk 1.40.2-6 - Add alpha to the header wrappers --- blkid_types-wrapper.h | 2 ++ e2fsprogs.spec | 5 ++++- ext2_types-wrapper.h | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/blkid_types-wrapper.h b/blkid_types-wrapper.h index aad0497..fcb60ac 100644 --- a/blkid_types-wrapper.h +++ b/blkid_types-wrapper.h @@ -17,6 +17,8 @@ #include "blkid_types-s390.h" #elif defined(__x86_64__) #include "blkid_types-x86_64.h" +#elif defined(__alpha__) +#include "blkid_types-alpha.h" #else #error "This e2fsprogs-devel package does not work your architecture?" #endif diff --git a/e2fsprogs.spec b/e2fsprogs.spec index cfc4e4e..7b8d7cc 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: 5%{?dist} +Release: 6%{?dist} # License based on upstream-modified COPYING file, # which clearly states "V2" intent. License: GPLv2 @@ -260,6 +260,9 @@ exit 0 %{_mandir}/man3/uuid_unparse.3* %changelog +* Tue Sep 18 2007 Oliver Falk 1.40.2-6 +- Add alpha to the header wrappers + * Fri Sep 07 2007 Eric Sandeen 1.40.2-5 - wrap a couple headers to fix multilib issues (#270441) diff --git a/ext2_types-wrapper.h b/ext2_types-wrapper.h index 01f4c92..847c5a4 100644 --- a/ext2_types-wrapper.h +++ b/ext2_types-wrapper.h @@ -17,6 +17,8 @@ #include "ext2_types-s390.h" #elif defined(__x86_64__) #include "ext2_types-x86_64.h" +#elif defined(__alpha__) +#include "ext2_types-alpha.h" #else #error "This e2fsprogs-devel package does not work your architecture?" #endif