[libvpd] Add ppc64le architecture support.

Vasant Hegde hegdevasant at fedoraproject.org
Wed Oct 9 16:40:35 UTC 2013


commit 12962e60adfa2c17a53c61ca31fcec23f486fff1
Author: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
Date:   Wed Oct 9 22:09:31 2013 +0530

    Add ppc64le architecture support.
    
    Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
    Signed-off-by: Brent Baude <baude at us.ibm.com>

 libvpd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libvpd.spec b/libvpd.spec
index 7d24ad2..9336873 100644
--- a/libvpd.spec
+++ b/libvpd.spec
@@ -3,7 +3,7 @@
 
 Name:		%{name}
 Version:	%{version}
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	VPD Database access library for lsvpd
 
 Group:		System Environment/Libraries
@@ -17,7 +17,7 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	sqlite-devel zlib-devel libstdc++-devel libtool
 
-ExclusiveArch: ppc ppc64
+ExclusiveArch: ppc ppc64 ppc64le
 
 %description
 The libvpd package contains the classes that are used to access a vpd database
@@ -68,6 +68,9 @@ Contains header files for building with libvpd.
 %{_libdir}/pkgconfig/libvpd_cxx-2.pc
 
 %changelog
+* Wed Oct 09 2013 Vasant Hegde <hegdevasant at linux.vnet.ibm.com> - 2.2.1-4
+- Add ppc64le architecture
+
 * Sun Sep 15 2013 Vasant Hegde <hegdevasant at linux.vnet.ibm.com> - 2.2.1-3
 - Remove TODO file from spec
 


More information about the scm-commits mailing list