Add ppc64le architecture support.
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
This commit is contained in:
parent
71317d0213
commit
ded9fe406f
@ -1,6 +1,6 @@
|
||||
Name: libservicelog
|
||||
Version: 1.1.14
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Servicelog Database and Library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -14,7 +14,7 @@ Requires(pre): shadow-utils
|
||||
BuildRequires: sqlite-devel autoconf libtool bison librtas-devel flex
|
||||
|
||||
# because of librtas-devel
|
||||
ExclusiveArch: ppc ppc64
|
||||
ExclusiveArch: ppc ppc64 ppc64le
|
||||
|
||||
|
||||
# Link with needed libraries
|
||||
@ -80,6 +80,9 @@ getent group service >/dev/null || /usr/sbin/groupadd service
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 10 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.1.14-3
|
||||
- Add ppc64le architecture
|
||||
|
||||
* Mon Sep 16 2013 Vasant Hegde <hegdevasant@fedoraproject.org> - 1.1.14-2
|
||||
- Fix build issue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user