rpms/e2fsprogs/devel e2fsprogs.spec, 1.88, 1.89 e2fsprogs-1.38-no_pottcdate.patch, 1.2, NONE e2fsprogs-1.38-resize-inode.patch, 1.1, NONE e2fsprogs-1.39-multilib.patch, 1.3, NONE e2fsprogs-1.40.2-protect-open-ops.patch, 1.1, NONE

Eric Sandeen (sandeen) fedora-extras-commits at redhat.com
Tue Jan 1 19:23:14 UTC 2008


Author: sandeen

Update of /cvs/pkgs/rpms/e2fsprogs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv887

Modified Files:
	e2fsprogs.spec 
Removed Files:
	e2fsprogs-1.38-no_pottcdate.patch 
	e2fsprogs-1.38-resize-inode.patch 
	e2fsprogs-1.39-multilib.patch 
	e2fsprogs-1.40.2-protect-open-ops.patch 
Log Message:
* Tue Jan 01 2008 Eric Sandeen <esandeen at redhat.com> 1.40.2-15
- Drop resize_inode removal patch from tune2fs; ostensibly was
  for old kernels which could not mount, but seems to be fine.
- Drop pottcdate removal patch, and don't rebuild .po files,
  causes multilib problems and we generally shouldn't rebuild.
- Drop multilib patch; wrapper header should take care of this now.
- Drop ->open rename, Fedora seems ok with this now.



Index: e2fsprogs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/e2fsprogs/devel/e2fsprogs.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- e2fsprogs.spec	12 Dec 2007 20:16:57 -0000	1.88
+++ e2fsprogs.spec	1 Jan 2008 19:22:37 -0000	1.89
@@ -4,7 +4,7 @@
 Summary: Utilities for managing the second and third extended (ext2/ext3) filesystems
 Name: e2fsprogs
 Version: 1.40.2
-Release: 14%{?dist}
+Release: 15%{?dist}
 # License based on upstream-modified COPYING file,
 # which clearly states "V2" intent.
 License: GPLv2
@@ -12,16 +12,12 @@
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1: ext2_types-wrapper.h
 Source2: blkid_types-wrapper.h
-Patch30: e2fsprogs-1.38-resize-inode.patch
-Patch32: e2fsprogs-1.38-no_pottcdate.patch
 Patch34: e2fsprogs-1.39-blkid-devmapper.patch
 Patch36: e2fsprogs-1.38-etcblkid.patch
-Patch39: e2fsprogs-1.39-multilib.patch
 Patch62: e2fsprogs-1.39-mkinstalldirs.patch
 Patch63: e2fsprogs-1.40.2-warning-fixes.patch
 Patch64: e2fsprogs-1.40.2-swapfs.patch
 Patch65: e2fsprogs-1.40.2-fix-open-create-modes.patch
-Patch66: e2fsprogs-1.40.2-protect-open-ops.patch
 Patch67: e2fsprogs-1.40.2-blkid-FAT-magic-not-on-strict-position.patch
 Patch68: e2fsprogs-1.40.2-blkid-squashfs.patch
 Patch69: e2fsprogs-1.40.2-integer-overflows.patch
@@ -84,16 +80,10 @@
 
 %prep
 %setup -q -n e2fsprogs-%{version}
-# enable tune2fs to set and clear the resize inode (#167816)
-%patch30 -p1 -b .resize-inode
-# drop timestamp from mo files (#168815/168814/245653)
-%patch32 -p1 -b .pottcdate
 # look at device mapper devices
 %patch34 -p1 -b .dm
 # put blkid.tab in /etc/blkid/
 %patch36 -p1 -b .etcblkid
-# Fix multilib conflicts (#192665)
-%patch39 -p1 -b .multilib
 # Fix for newer autoconf (#220715)
 %patch62 -p1 -b .mkinstalldirs
 # Fix type warning in badblocks
@@ -102,8 +92,6 @@
 %patch64 -p1 -b .swapfs
 # fix one open("foo", O_CREAT) caller with no mode
 %patch65 -p1 -b .creatmode
-# protect ->open ops from glibc open-create-mode-checker
-%patch66 -p1 -b .open
 # fix fat probe when there is a real MBR
 %patch67 -p1 -b .blkid-fat
 # detect squashfs in libblkid (#305151)
@@ -115,7 +103,6 @@
 aclocal
 autoconf
 %configure --enable-elf-shlibs --enable-nls --disable-e2initrd-helper  --enable-blkid-devmapper --enable-blkid-selinux
-make -C po update-po
 make %{?_smp_mflags}
 
 %install
@@ -271,6 +258,14 @@
 %{_mandir}/man3/uuid_unparse.3*
 
 %changelog
+* Tue Jan 01 2008 Eric Sandeen <esandeen at redhat.com> 1.40.2-15
+- Drop resize_inode removal patch from tune2fs; ostensibly was
+  for old kernels which could not mount, but seems to be fine.
+- Drop pottcdate removal patch, and don't rebuild .po files,
+  causes multilib problems and we generally shouldn't rebuild.
+- Drop multilib patch; wrapper header should take care of this now.
+- Drop ->open rename, Fedora seems ok with this now.
+
 * Tue Dec 11 2007 Eric Sandeen <esandeen at redhat.com> 1.40.2-14
 - Fix integer overflows (#414591 / CVE-2007-5497)
 


--- e2fsprogs-1.38-no_pottcdate.patch DELETED ---


--- e2fsprogs-1.38-resize-inode.patch DELETED ---


--- e2fsprogs-1.39-multilib.patch DELETED ---


--- e2fsprogs-1.40.2-protect-open-ops.patch DELETED ---




More information about the fedora-extras-commits mailing list