Accepting request 74185 from home:michal-m:branches:filesystems
- updated to 3.1.5 - Polish translation update, thanks to Jakub Bogusz - xfs_repair now warns if running in low memory mode - Phase 2 of xfs_repair is now multithreaded - xfs_quota no longer attempts to get quota information if not enabled - Inode flags are now properly validated by xfs_repair - Metadump now obfuscates all file names reliably - xfs_io now supports the "fiemap" command, a more generic form of the "bmap" command - xfs_io now supports the "fpunch" command, as well as a "-p" flag to the "fallocate command. Both implement hole punching. Thanks to Josef Bacik - A number of other bug fixes thanks to Ajeet Yadav OBS-URL: https://build.opensuse.org/request/show/74185 OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=11
This commit is contained in:
parent
609a4ffd09
commit
d463c62640
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b04a9d63db2ccf2f977ffe7bdd9fba05ee6279263a1f503f4a2321abb60fe764
|
||||
size 1079878
|
3
xfsprogs-3.1.5.tar.gz
Normal file
3
xfsprogs-3.1.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13347de43203c4575bca7a72efb344c7caf8a86fa216bbd69bf1980f2fb2f37f
|
||||
size 1403198
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 20 11:21:03 UTC 2011 - mmarek@novell.com
|
||||
|
||||
- updated to 3.1.5
|
||||
- Polish translation update, thanks to Jakub Bogusz
|
||||
- xfs_repair now warns if running in low memory mode
|
||||
- Phase 2 of xfs_repair is now multithreaded
|
||||
- xfs_quota no longer attempts to get quota information if not
|
||||
enabled
|
||||
- Inode flags are now properly validated by xfs_repair
|
||||
- Metadump now obfuscates all file names reliably
|
||||
- xfs_io now supports the "fiemap" command, a more generic form
|
||||
of the "bmap" command
|
||||
- xfs_io now supports the "fpunch" command, as well as a "-p"
|
||||
flag to the "fallocate command. Both implement hole punching.
|
||||
Thanks to Josef Bacik
|
||||
- A number of other bug fixes thanks to Ajeet Yadav
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 15 01:36:53 CET 2010 - ro@suse.de
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
Name: xfsprogs
|
||||
BuildRequires: e2fsprogs-devel
|
||||
Version: 3.1.4
|
||||
Version: 3.1.5
|
||||
Release: 1
|
||||
%if 0%{?suse_version} >= 1010
|
||||
# hint for ZYPP
|
||||
@ -31,7 +31,7 @@ Group: System/Filesystems
|
||||
License: GPLv2+
|
||||
Url: http://oss.sgi.com/projects/xfs/
|
||||
Summary: Utilities for managing the XFS file system
|
||||
Source0: xfsprogs-%{version}.tar.bz2
|
||||
Source0: xfsprogs-%{version}.tar.gz
|
||||
Patch0: xfsprogs-docdir.diff
|
||||
Patch1: xfsprogs-ppc64.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user