e2fsprogs/pre_checkin.sh
Jeff Mahoney e7adb97c64 Accepting request 210106 from home:neilbrown:branches:filesystems
create e2fsprogs-mini

This patch only creates the .spec file.  A link needs to also
be created from filesystems:e2fsprogs-mini to filesystems:e2fsprogs.

This is needed so to reduce the build dependencies on libtirpc so the
new fixed version can actually get into Factory and hopefully openSUSE 13.1

- Created "-mini" version of package which doesn't
  build "info" and so doesn't depend on makeinfo,
  texinfo, and all of tex.  This should allow packages
  in the bootstrap cycle (such as krb5-mini) to
  build-depends of libraries from here.


- Created "-mini" version of package which doesn't
  build "info" and so doesn't depend on makeinfo,
  texinfo, and all of tex.  This should allow packages
  in the bootstrap cycle (such as krb5-mini) to
  build-depends of libraries from here.

- update to 1.42.8
  * e2fsck: detect and fix invalid extents at leaf block tails
  * e2fsck: allow checking ro root fs with external journal
  * fix offline resizing of fs with flex_bg && !resize_inode
  * fix resize2fs to not leave bitmaps beyond fs end
  * fixed e2image for large (>32-bit) filesystems
  * debugfs fixes
- Removed upstreamed patches:
    e2p-Fix-s-handling-in-parse_num_blocks2.patch
    resize-bigalloc_check-should-have-return-type-void.patch
    libext2fs-Fix-return-value-in-ext2fs_test_block_bitm.patch
    libext2fs-Provide-prototype-for-ext2fs_symlink.patch

- Fix compilation for Fedora targets in Build Service

- Fix compilation warnings by patches:
  e2p-Fix-s-handling-in-parse_num_blocks2.patch

OBS-URL: https://build.opensuse.org/request/show/210106
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=50
2013-12-10 20:59:42 +00:00

7 lines
245 B
Bash

#!/bin/sh
sed -e 's/Name:.*/Name: e2fsprogs-mini/' \
-e 's/spec file for package.*/&-mini/' \
-e 's/%define.*build_mini.*/%define build_mini 1/' e2fsprogs.spec > e2fsprogs-mini.spec
cp e2fsprogs.changes e2fsprogs-mini.changes