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:
Vasant Hegde 2013-10-09 22:09:31 +05:30
parent 8a5629be93
commit 12962e60ad

View File

@ -3,7 +3,7 @@
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
Release: 3%{?dist} Release: 4%{?dist}
Summary: VPD Database access library for lsvpd Summary: VPD Database access library for lsvpd
Group: System Environment/Libraries 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 BuildRequires: sqlite-devel zlib-devel libstdc++-devel libtool
ExclusiveArch: ppc ppc64 ExclusiveArch: ppc ppc64 ppc64le
%description %description
The libvpd package contains the classes that are used to access a vpd database 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 %{_libdir}/pkgconfig/libvpd_cxx-2.pc
%changelog %changelog
* Wed Oct 09 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 2.2.1-4
- Add ppc64le architecture
* Sun Sep 15 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 2.2.1-3 * Sun Sep 15 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 2.2.1-3
- Remove TODO file from spec - Remove TODO file from spec