This commit is contained in:
parent
d9c477a667
commit
4f64957d0a
@ -1,17 +0,0 @@
|
|||||||
Index: mkfs/xfs_mkfs.c
|
|
||||||
===================================================================
|
|
||||||
RCS file: /cvs/xfs-cmds/xfsprogs/mkfs/xfs_mkfs.c,v
|
|
||||||
retrieving revision 1.91
|
|
||||||
retrieving revision 1.92
|
|
||||||
diff -u -p -r1.91 -r1.92
|
|
||||||
--- mkfs/xfs_mkfs.c 5 Jun 2008 04:28:00 -0000 1.91
|
|
||||||
+++ mkfs/xfs_mkfs.c 27 Aug 2008 04:13:09 -0000 1.92
|
|
||||||
@@ -819,7 +819,7 @@ main(
|
|
||||||
xi.disfile = atoi(value);
|
|
||||||
if (xi.disfile < 0 || xi.disfile > 1)
|
|
||||||
illegal(value, "d file");
|
|
||||||
- if (xi.disfile)
|
|
||||||
+ if (xi.disfile && !Nflag)
|
|
||||||
xi.dcreat = 1;
|
|
||||||
break;
|
|
||||||
case D_NAME:
|
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 11 15:22:02 CEST 2008 - jeffm@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.10.1
|
||||||
|
- Improve xfs_repair -P option to disable xfs_buf_t locking.
|
||||||
|
- Fix inode cluster I/O size for > 8KB block size filesystems.
|
||||||
|
- Fix up ASCII CI output for mkfs.xfs and xfs_growfs.
|
||||||
|
- Fix buffer handling in error cases in xfs_db (includes xfs_check
|
||||||
|
and xfs_metadump).
|
||||||
|
- Add packed on-disk shortform directory for ARM's old ABI, thanks to
|
||||||
|
Eric Sandeen.
|
||||||
|
- Increase default valid block count for a directory extent in
|
||||||
|
xfs_metadump (from 20 to 1000).
|
||||||
|
- Improve libxfs cache handling with (un)referenced blocks.
|
||||||
|
- Check that directory size is not too big in xfs_repair.
|
||||||
|
- Improve xfs_repair to restore bad or missing ".." entries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 2 15:15:05 CEST 2008 - mmarek@suse.cz
|
Tue Sep 2 15:15:05 CEST 2008 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xfsprogs (Version 2.9.8)
|
# spec file for package xfsprogs (Version 2.10.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,8 +20,8 @@
|
|||||||
|
|
||||||
Name: xfsprogs
|
Name: xfsprogs
|
||||||
BuildRequires: e2fsprogs-devel
|
BuildRequires: e2fsprogs-devel
|
||||||
Version: 2.9.8
|
Version: 2.10.1
|
||||||
Release: 28
|
Release: 1
|
||||||
# hint for ZYPP
|
# hint for ZYPP
|
||||||
Supplements: filesystem(xfs)
|
Supplements: filesystem(xfs)
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -32,7 +32,6 @@ Summary: Utilities for managing the XFS file system
|
|||||||
Source0: xfsprogs_%{version}-1.tar.bz2
|
Source0: xfsprogs_%{version}-1.tar.bz2
|
||||||
Patch0: xfsprogs-docdir.diff
|
Patch0: xfsprogs-docdir.diff
|
||||||
Patch1: xfsprogs-ppc64.diff
|
Patch1: xfsprogs-ppc64.diff
|
||||||
Patch2: xfsprogs-mkfs.xfs-N.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -81,7 +80,6 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{suse_update_config -f}
|
%{suse_update_config -f}
|
||||||
@ -143,6 +141,20 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/man/man3/*
|
/usr/share/man/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 11 2008 jeffm@suse.com
|
||||||
|
- updated to version 2.10.1
|
||||||
|
- Improve xfs_repair -P option to disable xfs_buf_t locking.
|
||||||
|
- Fix inode cluster I/O size for > 8KB block size filesystems.
|
||||||
|
- Fix up ASCII CI output for mkfs.xfs and xfs_growfs.
|
||||||
|
- Fix buffer handling in error cases in xfs_db (includes xfs_check
|
||||||
|
and xfs_metadump).
|
||||||
|
- Add packed on-disk shortform directory for ARM's old ABI, thanks to
|
||||||
|
Eric Sandeen.
|
||||||
|
- Increase default valid block count for a directory extent in
|
||||||
|
xfs_metadump (from 20 to 1000).
|
||||||
|
- Improve libxfs cache handling with (un)referenced blocks.
|
||||||
|
- Check that directory size is not too big in xfs_repair.
|
||||||
|
- Improve xfs_repair to restore bad or missing ".." entries.
|
||||||
* Tue Sep 02 2008 mmarek@suse.cz
|
* Tue Sep 02 2008 mmarek@suse.cz
|
||||||
- mkfs.xfs: Don't destroy file with -N -d file options (bnc#409360)
|
- mkfs.xfs: Don't destroy file with -N -d file options (bnc#409360)
|
||||||
* Tue Apr 29 2008 mmarek@suse.cz
|
* Tue Apr 29 2008 mmarek@suse.cz
|
||||||
|
3
xfsprogs_2.10.1-1.tar.bz2
Normal file
3
xfsprogs_2.10.1-1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f9080cf839d8b6972ced25ba34147572f38cbce9ccf831d7a19d050c3a293a3f
|
||||||
|
size 797561
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:68534311ffe4138bdb6c5e0ab9029ce50907970b1248f6947ec18644d6b74d21
|
|
||||||
size 794619
|
|
Loading…
Reference in New Issue
Block a user