rpms/ocsinventory-client/devel ocsinventory-client.spec,1.7,1.8

Remi Collet (remi) fedora-extras-commits at redhat.com
Mon Apr 9 05:34:50 UTC 2007


Author: remi

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

Modified Files:
	ocsinventory-client.spec 
Log Message:
    use ExcludeArch


Index: ocsinventory-client.spec
===================================================================
RCS file: /cvs/extras/rpms/ocsinventory-client/devel/ocsinventory-client.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ocsinventory-client.spec	8 Apr 2007 18:42:00 -0000	1.7
+++ ocsinventory-client.spec	9 Apr 2007 05:34:16 -0000	1.8
@@ -4,13 +4,12 @@
 # - ocstag    : administrative tag
 # - ocsserver : OCS Inventory NG communication serveur
 
-# This requires dmidecode (at build and run time)
-# which is only not available on ppc.
-ExclusiveArch: i386 x86_64
+# This requires dmidecode (at run time) which is only available on x86.
+ExcludeArch: ppc ppc64 s390 s390x ia64
 
 Name:      ocsinventory-client
 Version:   1.01
-Release:   4%{?dist}%{?ocstag:.}%{?ocstag}
+Release:   5%{?dist}%{?ocstag:.}%{?ocstag}
 Summary:   Open Computer and Software Inventory Next Generation client
 
 Group:     Development/Libraries
@@ -180,6 +179,9 @@
 
 
 %changelog
+* Mon Apr 09 2007 Remi Collet <Fedora at famillecollet.com> 1.01-5
+- replace ExclusiveArch by ExcludeArch
+
 * Sun Apr 08 2007 Remi Collet <Fedora at famillecollet.com> 1.01-4
 - remove BuildRequires dmidecode
 - check dmidecode in post scriptlet (not in prep)




More information about the scm-commits mailing list