From 12962e60adfa2c17a53c61ca31fcec23f486fff1 Mon Sep 17 00:00:00 2001 From: Vasant Hegde Date: Wed, 9 Oct 2013 22:09:31 +0530 Subject: [PATCH] Add ppc64le architecture support. Signed-off-by: Vasant Hegde Signed-off-by: Brent Baude --- libvpd.spec | 7 +++++-- 1 file 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 - 2.2.1-4 +- Add ppc64le architecture + * Sun Sep 15 2013 Vasant Hegde - 2.2.1-3 - Remove TODO file from spec