Add ppc64le architecture support.
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Brent Baude <baude@us.ibm.com>
This commit is contained in:
parent
5583bccf0b
commit
b86b69cb6f
@ -1,6 +1,6 @@
|
||||
Name: powerpc-utils
|
||||
Version: 1.2.18
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Utilities for PowerPC platforms
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -13,7 +13,7 @@ BuildRequires: zlib-devel doxygen automake librtas-devel libservicelog-devel >=
|
||||
|
||||
# should be fixed - libservicelog is not right name
|
||||
Requires: libservicelog bc which
|
||||
ExclusiveArch: ppc ppc64
|
||||
ExclusiveArch: ppc ppc64 ppc64le
|
||||
|
||||
# This hack is needed only for platforms with autoconf < 2.63
|
||||
Patch0: powerpc-utils-autoconf.patch
|
||||
@ -127,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%preun
|
||||
|
||||
%changelog
|
||||
* Thu Oct 10 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.2.18-2
|
||||
- Add ppc64le architecture
|
||||
|
||||
* Thu Oct 10 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.2.18
|
||||
- Update to latest upstream 1.2.18
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user