- libgfs2: Add support for dirent.de_rahead
- gfs2_edit: Include dirent.de_rahead in directory listings
- gfs2-utils: Add a check for the de_rahead field
- libgfs2: Support the new dirent de_cookie field
Resolves: bz#1307532
- gfs2_grow: Don't try to open an empty string
- libgfs2: Add lgfs2 open mnt functions
- Switch is pathname mounted callers to lgfs2 open mnt
- libgfs2 Remove is pathname mounted
Resolves: bz#1079286
- Don't install gfs2_lockcapture and gfs2_trace
Resolves: rhbz#987019
- Run test suite after build (requires check-devel build req)
- Install both of the READMEs into doc/
- New upstream release
- Drop 'file' requirement - mkfs.gfs2 now uses libblkid instead
- Drop 'ncurses' requirement - dependency is added automatically
- Drop requires chkconfig and initscripts - no longer installs daemons
- Drop fix_build_on_rawhide.patch - upstream
- Add build req on libblkid-devel
Removes mount.gfs2, gfs2_tool, gfs2_quota
- Remove rawhide_transition.patch - now obsolete
- Update BuildRequires:
Change glibc-kernheaders to kernel-headers
Add bison and flex
- Provide a valid url for Source0
- Add fix_build_on_rawhide.patch to fix a circular dep introduced in
bison 2.6, and a make -j race between libgfs2 and gfs2l
* Wed Feb 01 2012 Andrew Price <anprice@redhat.com> - 3.1.4-1
- New upstream release
Adds gfs2_lockgather script
- Remove gfs2-cluster (commented out for now)
- Remove dependency on corosynclib-devel and systemd-units
- Add rawhide_transition.patch to stop gfs_controld from building
* Thu Dec 15 2011 Andrew Price <anprice@redhat.com> - 3.1.3-1
- New upstream release
Bugfixes and improvements to fsck.gfs2
Fixes various other bugs
Improve strings and translation support
- Adds gfs2-cluster systemd unit
- Removes gfs2* init scripts
Signed-off-by: Andrew Price <anprice@redhat.com>
The gfs2_quota utility is obsolete and replaced by the quota package
so it will no longer be included in Fedora releases.
The gfs2_tool utility is obsolete and has been replaced by a variety
of other things. For superblock functions, use tunegfs2, for gfs2
tuning, see the mount command line arguments and use mount -o remount
to change them at run time.
These packages are being removed from rawhide and when eventually no
more Fedora releases contain them, we'll remove them from the upstream
source too.
Note that this change should not be propagated through to the stable
branches of Fedora.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
- gfs2_edit savemeta doesn't save all leafs for big directories
- gfs2_edit improvements
- fsck.gfs2: can't repair rgrps resulting from gfs_grow->gfs2_convert
- fsck.gfs2: reports master/root dinodes as unused and fixes bitmap
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
The mount.gfs2 binary is not required for recent kernels and
has been optional for a while. The plan is to no longer include
it in rawhide. When all versions of Fedora no longer have mount.gfs2
(i.e. when F14 is EOL) then mount.gfs2 will be removed from the
upstream source.
Do not pull this change into earlier versions of Fedora since those
may have kernels without all of the support required for this
feature.