OBS User unknown
2008-05-01 13:08:57 +00:00
committed by Git OBS Bridge
parent 7761120b4e
commit 042e4f0650
4 changed files with 30 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package xfsprogs (Version 2.9.7)
# spec file for package xfsprogs (Version 2.9.8)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,7 +13,7 @@
Name: xfsprogs
BuildRequires: e2fsprogs-devel
Version: 2.9.7
Version: 2.9.8
Release: 1
# hint for ZYPP
Supplements: filesystem(xfs)
@@ -134,6 +134,17 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/man/man3/*
%changelog
* Tue Apr 29 2008 mmarek@suse.cz
- updated to version 2.9.8
* Add support for sb_features2 in wrong location in mkfs.xfs,
xfs_repair and xfs_db.
* Improve memory limits for libxfs cache in xfs_repair and added
a -m option to manually limit usage of xfs_repair.
* Add -c option to xfs_admin to turn lazy-counters on/off.
* Added support for mdp in libdisk/mkfs.xfs, thanks to
Hubert Verstraete.
* Add -p option to fsck.xfs, thanks to Markus Rothe.
* Cleanup sys v3 bzero/bcopy calls, thanks to Nigel Kukard.
* Thu Mar 20 2008 mmarek@suse.cz
- updated to version 2.9.7
* Add -y (another no-op) fsck option.