This commit is contained in:
parent
39f4c90067
commit
70e8e1b1b5
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 9 16:59:57 CET 2008 - mmarek@suse.cz
|
||||
|
||||
- updated to version 2.10.2 (bnc#457407)
|
||||
- Fix an mkfs.xfs regression where -i maxpct option was ignored.
|
||||
- Fix mkfs.xfs -d agcount and su/sw options when used together.
|
||||
- Fix a regression where repaired inodes in xfs_repair were not
|
||||
written to disk.
|
||||
- Allow 64K block size support in xfs_repair.
|
||||
- Fix up unaligned accesses in 64 bit platforms in xfs_repair.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 11 15:22:02 CEST 2008 - jeffm@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package xfsprogs (Version 2.10.1)
|
||||
# spec file for package xfsprogs (Version 2.10.2)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
Name: xfsprogs
|
||||
BuildRequires: e2fsprogs-devel
|
||||
Version: 2.10.1
|
||||
Version: 2.10.2
|
||||
Release: 1
|
||||
# hint for ZYPP
|
||||
Supplements: filesystem(xfs)
|
||||
@ -141,6 +141,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/man/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 09 2008 mmarek@suse.cz
|
||||
- updated to version 2.10.2 (bnc#457407)
|
||||
- Fix an mkfs.xfs regression where -i maxpct option was ignored.
|
||||
- Fix mkfs.xfs -d agcount and su/sw options when used together.
|
||||
- Fix a regression where repaired inodes in xfs_repair were not
|
||||
written to disk.
|
||||
- Allow 64K block size support in xfs_repair.
|
||||
- Fix up unaligned accesses in 64 bit platforms in xfs_repair.
|
||||
* Thu Sep 11 2008 jeffm@suse.com
|
||||
- updated to version 2.10.1
|
||||
- Improve xfs_repair -P option to disable xfs_buf_t locking.
|
||||
@ -376,7 +384,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* xfs-cmds-25183a-fix-xfs-headers-for-dmf
|
||||
* xfs-cmds-25194a-fix-parents-interface
|
||||
* xfs-copy-bug.diff
|
||||
* Thu Jun 15 2006 dmueller@suse.de
|
||||
* Wed Jun 14 2006 dmueller@suse.de
|
||||
- build parallel
|
||||
* Tue Apr 18 2006 ro@suse.de
|
||||
- fix build on ppc64: don't redefine __s64 and __u64
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9080cf839d8b6972ced25ba34147572f38cbce9ccf831d7a19d050c3a293a3f
|
||||
size 797561
|
3
xfsprogs_2.10.2-1.tar.bz2
Normal file
3
xfsprogs_2.10.2-1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b890433553628336d16e1131e9c15063061226b30a3d89a18c590bf2e557c14
|
||||
size 797360
|
Loading…
Reference in New Issue
Block a user