* Mon Oct 01 2007 Eric Sandeen <sandeen@redhat.com> 2.9.4-2
- Add alpha to the multilib wrapper (#310411)
This commit is contained in:
parent
a514271eaf
commit
b7077aca0b
@ -17,6 +17,8 @@
|
|||||||
#include "platform_defs-s390.h"
|
#include "platform_defs-s390.h"
|
||||||
#elif defined(__x86_64__)
|
#elif defined(__x86_64__)
|
||||||
#include "platform_defs-x86_64.h"
|
#include "platform_defs-x86_64.h"
|
||||||
|
#elif defined(__alpha__)
|
||||||
|
#include "platform_defs-alpha.h"
|
||||||
#else
|
#else
|
||||||
#error "This xfsprogs-devel package does not work your architecture?"
|
#error "This xfsprogs-devel package does not work your architecture?"
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Utilities for managing the XFS filesystem
|
Summary: Utilities for managing the XFS filesystem
|
||||||
Name: xfsprogs
|
Name: xfsprogs
|
||||||
Version: 2.9.4
|
Version: 2.9.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
|
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
|
||||||
# in source, with no mention of version.
|
# in source, with no mention of version.
|
||||||
# doc/COPYING file specifies what is GPL and what is LGPL
|
# doc/COPYING file specifies what is GPL and what is LGPL
|
||||||
@ -111,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 01 2007 Eric Sandeen <sandeen@redhat.com> 2.9.4-2
|
||||||
|
- Add alpha to the multilib wrapper (#310411)
|
||||||
|
|
||||||
* Mon Sep 10 2007 Eric Sandeen <sandeen@redhat.com> 2.9.4-1
|
* Mon Sep 10 2007 Eric Sandeen <sandeen@redhat.com> 2.9.4-1
|
||||||
- Update to xfsprogs 2.9.4
|
- Update to xfsprogs 2.9.4
|
||||||
|
|
||||||
@ -121,7 +124,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Update license tag
|
- Update license tag
|
||||||
|
|
||||||
* Thu Jul 26 2007 Eric Sandeen <sandeen@redhat.com> 2.9.3-1
|
* Thu Jul 26 2007 Eric Sandeen <sandeen@redhat.com> 2.9.3-1
|
||||||
- Upgrade to xfsprogs 2.9.2, quota, xfs_repair, and filestreams changes
|
- Upgrade to xfsprogs 2.9.2, quota, xfs_repair, and filestreams changes
|
||||||
|
|
||||||
* Thu Jul 6 2007 Eric Sandeen <sandeen@redhat.com> 2.8.21-1
|
* Thu Jul 6 2007 Eric Sandeen <sandeen@redhat.com> 2.8.21-1
|
||||||
- Upgrade to xfsprogs 2.8.21, lazy sb counters enabled,
|
- Upgrade to xfsprogs 2.8.21, lazy sb counters enabled,
|
||||||
|
Loading…
Reference in New Issue
Block a user