]> git.pld-linux.org Git - packages/ext2ed.git/commitdiff
- added nooldext2acl patch (to build on recent ext2_fs.h)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Dec 2003 22:27:31 +0000 (22:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ExclusiveArch: x86 (it's written for 32-bit little endians exclusively)

Changed files:
    ext2ed.spec -> 1.29

ext2ed.spec

index e98ef6b59d990c1ada6e6fe9ae63190322375f4c..6692c8471063b04200b84ffdaea1ffd989e67f1c 100644 (file)
@@ -12,7 +12,12 @@ Source0:     ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ext2/%{name}-%{versi
 # Source0-md5: 996bbbecceee1eb95e4cdbc53a1860df
 Patch0:                %{name}-opt.patch
 Patch1:                %{name}-FHS2.0.patch
+Patch2:                %{name}-nooldext2acl.patch
 BuildRequires: readline-devel >= 4.2
+# according to comments in e2fsprogs, ext2ed code assumes that CPU
+# is 32-bit little endian - on other platforms it can only break something
+# (another thing is that it doesn't support >2GB filesystems at all)
+ExclusiveArch: %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -54,6 +59,7 @@ uyarm
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 rm -f ext2ed
This page took 0.087999 seconds and 4 git commands to generate.