add sparc support
This commit is contained in:
parent
d0c53c9af0
commit
ee40514ede
@ -21,6 +21,10 @@
|
||||
#include "blkid_types-alpha.h"
|
||||
#elif defined(__arm__)
|
||||
#include "blkid_types-arm.h"
|
||||
#elif defined(__sparc__) && defined(__arch64__)
|
||||
#include "blkid_types-sparc64.h"
|
||||
#elif defined(__sparc__)
|
||||
#include "blkid_types-sparc.h"
|
||||
#else
|
||||
#error "This e2fsprogs-devel package does not work your architecture?"
|
||||
#endif
|
||||
|
@ -4,7 +4,7 @@
|
||||
Summary: Utilities for managing the second and third extended (ext2/ext3) filesystems
|
||||
Name: e2fsprogs
|
||||
Version: 1.40.10
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
# License based on upstream-modified COPYING file,
|
||||
# which clearly states "V2" intent.
|
||||
License: GPLv2
|
||||
@ -281,8 +281,12 @@ fi
|
||||
%dir %attr(2775, uuidd, uuidd) /var/lib/libuuid
|
||||
|
||||
%changelog
|
||||
* Wed Jun 04 2008 Dennis Gilmore <dennis@ausil.us> 1.40.10-2
|
||||
- setup header support for sparc
|
||||
|
||||
* Fri May 23 2008 Eric Sandeen <esandeen@redhat.com> 1.40.10-1
|
||||
- New upstream version
|
||||
- Fixes unprivileged blkid use problem (#448591)
|
||||
|
||||
* Mon May 12 2008 Eric Sandeen <esandeen@redhat.com> 1.40.9-2
|
||||
- Fix blkid swap recognition on big-endian boxes (#445786)
|
||||
|
@ -21,6 +21,10 @@
|
||||
#include "ext2_types-alpha.h"
|
||||
#elif defined(__arm__)
|
||||
#include "ext2_types-arm.h"
|
||||
#elif defined(__sparc__) && defined(__arch64__)
|
||||
#include "ext2_types-sparc64.h"
|
||||
#elif defined(__sparc__)
|
||||
#include "ext2_types-sparc.h"
|
||||
#else
|
||||
#error "This e2fsprogs-devel package does not work your architecture?"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user