* Tue Sep 18 2007 Oliver Falk <oliver@linux-kernel.at> 1.40.2-6
- Add alpha to the header wrappers
This commit is contained in:
parent
6a970e3870
commit
cef67f3f62
@ -17,6 +17,8 @@
|
|||||||
#include "blkid_types-s390.h"
|
#include "blkid_types-s390.h"
|
||||||
#elif defined(__x86_64__)
|
#elif defined(__x86_64__)
|
||||||
#include "blkid_types-x86_64.h"
|
#include "blkid_types-x86_64.h"
|
||||||
|
#elif defined(__alpha__)
|
||||||
|
#include "blkid_types-alpha.h"
|
||||||
#else
|
#else
|
||||||
#error "This e2fsprogs-devel package does not work your architecture?"
|
#error "This e2fsprogs-devel package does not work your architecture?"
|
||||||
#endif
|
#endif
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Summary: Utilities for managing the second and third extended (ext2/ext3) filesystems
|
Summary: Utilities for managing the second and third extended (ext2/ext3) filesystems
|
||||||
Name: e2fsprogs
|
Name: e2fsprogs
|
||||||
Version: 1.40.2
|
Version: 1.40.2
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
# License based on upstream-modified COPYING file,
|
# License based on upstream-modified COPYING file,
|
||||||
# which clearly states "V2" intent.
|
# which clearly states "V2" intent.
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -260,6 +260,9 @@ exit 0
|
|||||||
%{_mandir}/man3/uuid_unparse.3*
|
%{_mandir}/man3/uuid_unparse.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 18 2007 Oliver Falk <oliver@linux-kernel.at> 1.40.2-6
|
||||||
|
- Add alpha to the header wrappers
|
||||||
|
|
||||||
* Fri Sep 07 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-5
|
* Fri Sep 07 2007 Eric Sandeen <esandeen@redhat.com> 1.40.2-5
|
||||||
- wrap a couple headers to fix multilib issues (#270441)
|
- wrap a couple headers to fix multilib issues (#270441)
|
||||||
|
|
||||||
|
@ -17,6 +17,8 @@
|
|||||||
#include "ext2_types-s390.h"
|
#include "ext2_types-s390.h"
|
||||||
#elif defined(__x86_64__)
|
#elif defined(__x86_64__)
|
||||||
#include "ext2_types-x86_64.h"
|
#include "ext2_types-x86_64.h"
|
||||||
|
#elif defined(__alpha__)
|
||||||
|
#include "ext2_types-alpha.h"
|
||||||
#else
|
#else
|
||||||
#error "This e2fsprogs-devel package does not work your architecture?"
|
#error "This e2fsprogs-devel package does not work your architecture?"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user