rpms/ext3grep/F-11 ext3grep.spec,1.9,1.10

Karsten Hopp karsten at fedoraproject.org
Sun May 17 21:26:23 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/ext3grep/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24328

Modified Files:
	ext3grep.spec 
Log Message:
- Added ExcludeArch for s390 and s390x as ext3grep doesn't work
  on Big Endian systems



Index: ext3grep.spec
===================================================================
RCS file: /cvs/extras/rpms/ext3grep/F-11/ext3grep.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- ext3grep.spec	24 Feb 2009 15:57:46 -0000	1.9
+++ ext3grep.spec	17 May 2009 21:25:52 -0000	1.10
@@ -1,6 +1,6 @@
 Name:			ext3grep
 Version:		0.10.1
-Release:		2%{?dist}
+Release:		2%{?dist}.1
 Summary:		Recovery tool for ext3 filesystems
 
 Group:			Applications/File
@@ -8,7 +8,7 @@ License:		GPLv2+
 URL:			http://code.google.com/p/ext3grep/
 Source0:		http://ext3grep.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-ExcludeArch:	ppc ppc64 sparcv9 sparc64
+ExcludeArch:	ppc ppc64 sparcv9 sparc64 s390 s390x
 #see BZ#464436
 
 BuildRequires:	e2fsprogs-devel
@@ -37,6 +37,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc NEWS README LICENSE.GPL2
 
 %changelog
+* Sun May 17 2009 Karsten Hopp <karsten at redhat.com> 0.10.1-2.1
+- Added ExcludeArch for s390 and s390x as ext3grep doesn't work 
+  on Big Endian systems
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list