rpms/ocsinventory-client/devel ocsinventory-client.spec,1.4,1.5

Remi Collet (remi) fedora-extras-commits at redhat.com
Sun Apr 8 17:55:35 UTC 2007


Author: remi

Update of /cvs/extras/rpms/ocsinventory-client/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2744

Modified Files:
	ocsinventory-client.spec 
Log Message:
    noarch -> ExclusiveArch: i386 x86_64


Index: ocsinventory-client.spec
===================================================================
RCS file: /cvs/extras/rpms/ocsinventory-client/devel/ocsinventory-client.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ocsinventory-client.spec	8 Apr 2007 17:29:51 -0000	1.4
+++ ocsinventory-client.spec	8 Apr 2007 17:55:01 -0000	1.5
@@ -4,9 +4,13 @@
 # - ocstag    : administrative tag
 # - ocsserver : OCS Inventory NG communication serveur
 
+# This could be Noarch, but requires dmidecode (at build and run time)
+# which is only not available on ppc.
+ExclusiveArch: i386 x86_64
+
 Name:      ocsinventory-client
 Version:   1.01
-Release:   1%{?dist}%{?ocstag:.}%{?ocstag}
+Release:   2%{?dist}%{?ocstag:.}%{?ocstag}
 Summary:   Open Computer and Software Inventory Next Generation client
 
 Group:     Development/Libraries
@@ -17,7 +21,6 @@
 Source2:   ocsinventory-client.README.fr
 Patch0:    ocsinventory-client.patch
 
-BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: %{_sbindir}/dmidecode, perl
@@ -174,6 +177,9 @@
 
 
 %changelog
+* Sun Apr 08 2007 Remi Collet <Fedora at famillecollet.com> 1.01-2
+- switch back ExclusiveArch: i386 x86_64 (no dmidecode on ppc)
+
 * Tue Mar 20 2007 Remi Collet <Fedora at famillecollet.com> 1.01-1
 - update to 1.01
 - change to noarch




More information about the scm-commits mailing list