rpms/podsleuth/F-12 podsleuth.spec,1.11,1.12

Dennis Gilmore ausil at fedoraproject.org
Mon Oct 26 21:17:09 UTC 2009


Author: ausil

Update of /cvs/pkgs/rpms/podsleuth/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1937

Modified Files:
	podsleuth.spec 
Log Message:
 Exclude sparc64



Index: podsleuth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/podsleuth/F-12/podsleuth.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- podsleuth.spec	26 Aug 2009 19:41:59 -0000	1.11
+++ podsleuth.spec	26 Oct 2009 21:17:08 -0000	1.12
@@ -2,7 +2,7 @@
 
 Name:		podsleuth
 Version:	0.6.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Probes, identifies, and exposes properties and metadata bound to iPods
 Group:		Applications/Multimedia
 License:	MIT
@@ -18,10 +18,10 @@ BuildRequires:	ndesk-dbus-devel
 BuildRequires:	sg3_utils-devel
 Requires:	sg3_utils-libs
 
-# JIT only availible on these:
-ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 armv4l sparc alpha
+# JIT Not availible on these:
+ExcludeArch: sparc64
 # Disabled due to strange build failure:
-# s390 s390x
+ExcludeArch: s390 s390x
 
 %description
 PodSleuth is a tool to discover detailed model information about an
@@ -78,6 +78,9 @@ make install DESTDIR=%{buildroot}
 %{_libdir}/pkgconfig/podsleuth.pc
 
 %changelog
+* Mon Oct 26 2009 Dennis Gilmore <dennis at ausil.us> - 0.6.4-2
+- ExcludeArch sparc64
+
 * Wed Aug 26 2009 Christian Krause <chkr at fedoraproject.org> - 0.6.4-1
 - update to 0.6.4 (BZ 501404)
 - remove upstreamed patch




More information about the fedora-extras-commits mailing list