rpms/stripesnoop/FC-5 stripesnoop.spec,1.5,1.6

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Jun 8 21:29:41 UTC 2006


Author: spot

Update of /cvs/extras/rpms/stripesnoop/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2059/FC-5

Modified Files:
	stripesnoop.spec 
Log Message:

This is never going to work right on PPC. ExcludeArch: ppc



Index: stripesnoop.spec
===================================================================
RCS file: /cvs/extras/rpms/stripesnoop/FC-5/stripesnoop.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- stripesnoop.spec	23 Apr 2006 21:31:41 -0000	1.5
+++ stripesnoop.spec	8 Jun 2006 21:29:41 -0000	1.6
@@ -1,6 +1,6 @@
 Name:		stripesnoop
 Version:	1.5
-Release:	5%{?dist}
+Release:	6%{?dist}
 License:	GPL
 Group:		Applications/System
 Summary:	Magnetic Stripe Reader
@@ -13,6 +13,8 @@
 Patch3:		stripesnoop-1.5-pathing.patch
 Provides:	stripesnoop-devel = %{version}-%{release}
 Obsoletes:	stripesnoop-devel
+# ppc has no inb/outb
+ExcludeArch:	ppc
 
 %description
 Stripe Snoop is a suite of research tools that captures, modifies, validates, 
@@ -55,6 +57,9 @@
 %{_datadir}/%{name}/
 
 %changelog
+* Thu Jun  8 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.5-6
+- ppc has no inb/outb, thus the ExcludeArch
+
 * Sun Apr 23 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.5-5
 - provide/obsolete old -devel package to keep the repo clean
 




More information about the fedora-extras-commits mailing list