forked from pool/e2fsprogs
0d547b0411
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 Rev filesystems/50 Md5 8463db4be40d0427c9bb17050f6a36e9 2013-12-10 20:59:42 jeff_mahoney 210106
7 lines
245 B
Bash
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
|
|
|