[libvpd/f16] added ExclusiveArch for ppc[64]

Jiri Skala jskala at fedoraproject.org
Wed Nov 23 07:51:27 UTC 2011


commit fb759c1e289b675128c88ceaed9997e03b550a46
Author: Jiri Skala <jskala at redhat.com>
Date:   Wed Nov 23 08:51:23 2011 +0100

    added ExclusiveArch for ppc[64]

 libvpd.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/libvpd.spec b/libvpd.spec
index 764c259..1848905 100644
--- a/libvpd.spec
+++ b/libvpd.spec
@@ -3,7 +3,7 @@
 
 Name:		%{name}
 Version:	%{version}
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	VPD Database access library for lsvpd
 
 Group:		System Environment/Libraries
@@ -14,6 +14,8 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	sqlite-devel zlib-devel libstdc++-devel libtool
 
+ExclusiveArch: ppc ppc64
+
 %description
 The libvpd package contains the classes that are used to access a vpd database
 created by vpdupdate in the lsvpd package.
@@ -61,6 +63,9 @@ Contains header files for building with libvpd.
 %{_libdir}/pkgconfig/libvpd_cxx-2.pc
 
 %changelog
+* Wed Nov 23 2011 Jiri Skala <jskala at redhat.com> - 2.1.3-2
+- added ExclusiveArch for ppc[64]
+
 * Wed Aug 24 2011 Jiri Skala <jskala at redhat.com> 2.1.3-1
 - update to latest upstream 2.1.3
 


More information about the scm-commits mailing list