This commit is contained in:
parent
1cf660a386
commit
9bf6199fc5
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 4 11:29:42 CET 2008 - mmarek@suse.cz
|
||||
|
||||
- updated to version 2.9.5
|
||||
* Updated mkfs.xfs defaults.
|
||||
* Make xfs_info handle mount points with spaces.
|
||||
* Improve xfs_repair's handling of invalid freespace btree
|
||||
extents.
|
||||
* Rebuild directories in xfs_repair if "." and ".." aren't the
|
||||
first two directory entries. This guarantees a directory is
|
||||
deletable.
|
||||
* Changed mkfs.xfs -f to wipe all old AG headers, not just the
|
||||
ones up to the end of the new filesystem size.
|
||||
* Purged the end of device whack buffer in mkfs.xfs to prevent a
|
||||
warning in certain device sizes.
|
||||
* Man page fixes. Thanks to Utako Kusaka <u-kusaka@wm.jp.nec.com>
|
||||
for this.
|
||||
* Disable the ability to turn off unwritten extents in mkfs.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 23 14:59:04 CEST 2007 - mmarek@suse.cz
|
||||
|
||||
|
113
xfsprogs.spec
113
xfsprogs.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xfsprogs (Version 2.9.4)
|
||||
# spec file for package xfsprogs (Version 2.9.5)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
Name: xfsprogs
|
||||
BuildRequires: e2fsprogs-devel
|
||||
Version: 2.9.4
|
||||
Version: 2.9.5
|
||||
Release: 1
|
||||
# hint for ZYPP
|
||||
Supplements: filesystem(xfs)
|
||||
@ -131,8 +131,25 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%_libdir/*.a
|
||||
%_libdir/*.la
|
||||
/usr/share/man/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 23 2007 - mmarek@suse.cz
|
||||
* Mon Feb 04 2008 mmarek@suse.cz
|
||||
- updated to version 2.9.5
|
||||
* Updated mkfs.xfs defaults.
|
||||
* Make xfs_info handle mount points with spaces.
|
||||
* Improve xfs_repair's handling of invalid freespace btree
|
||||
extents.
|
||||
* Rebuild directories in xfs_repair if "." and ".." aren't the
|
||||
first two directory entries. This guarantees a directory is
|
||||
deletable.
|
||||
* Changed mkfs.xfs -f to wipe all old AG headers, not just the
|
||||
ones up to the end of the new filesystem size.
|
||||
* Purged the end of device whack buffer in mkfs.xfs to prevent a
|
||||
warning in certain device sizes.
|
||||
* Man page fixes. Thanks to Utako Kusaka <u-kusaka@wm.jp.nec.com>
|
||||
for this.
|
||||
* Disable the ability to turn off unwritten extents in mkfs.
|
||||
* Tue Oct 23 2007 mmarek@suse.cz
|
||||
- updated to version 2.9.4
|
||||
* Fixed xfs_repair segfaulting with directory block size
|
||||
different to the filesystem blocksize.
|
||||
@ -177,14 +194,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Added new tools: xfs_metadump and xfs_mdrestore.
|
||||
* Fix up the HAVE___U32 fix from 2.8.20
|
||||
Thanks to Eric Sandeen for pointing this out.
|
||||
* Fri Jun 22 2007 - mmarek@suse.cz
|
||||
* Fri Jun 22 2007 mmarek@suse.cz
|
||||
- updated to 2.8.21
|
||||
* Add support for lazy superblock counters in mkfs.xfs, xfs_db,
|
||||
xfs_repair, xfs_growfs and also libxfs.
|
||||
* Fix xfs_quota project command to stop it operating on special files.
|
||||
Thanks to Leo Baltus.
|
||||
- specfile cleanup
|
||||
* Wed Apr 04 2007 - mmarek@suse.cz
|
||||
* Wed Apr 04 2007 mmarek@suse.cz
|
||||
- updated to version 2.8.20
|
||||
* Fix xfs_repair not detecting invalid btree root in inodes.
|
||||
* Fix xfs_repair restoring corrupted superblock after repairing
|
||||
@ -248,9 +265,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
perform better for buffered writes.
|
||||
- added Supplements: filesystem(xfs), so that xfsprogs is installed
|
||||
when an xfs filesystem is used (fate #301966)
|
||||
* Wed Oct 25 2006 - mjancar@suse.cz
|
||||
* Wed Oct 25 2006 mjancar@suse.cz
|
||||
- fix xfq_quota man page (#214590)
|
||||
* Fri Oct 20 2006 - mjancar@suse.cz
|
||||
* Fri Oct 20 2006 mjancar@suse.cz
|
||||
- update to 2.8.11
|
||||
* xfs_repair prefetch optimisations.
|
||||
* Make many tools use direct I/O on Linux if the underlying
|
||||
@ -272,9 +289,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Fix annoying "ignores datarootdir" warning from configure.
|
||||
* Fix issues with makedepend build infrastructure.
|
||||
* Add prefetch code for improved xfs_repair run times.
|
||||
* Fri Jul 28 2006 - ro@suse.de
|
||||
* Fri Jul 28 2006 ro@suse.de
|
||||
- fix file list (remove pl locale directory)
|
||||
* Thu Jul 27 2006 - mjancar@suse.cz
|
||||
* Thu Jul 27 2006 mjancar@suse.cz
|
||||
- update to 2.8.4
|
||||
* Fix a situation where xfs_growfs can fail to match a block
|
||||
device to a filesystem correctly; thanks to Bastian Kleineidam.
|
||||
@ -317,35 +334,35 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* xfs-cmds-25183a-fix-xfs-headers-for-dmf
|
||||
* xfs-cmds-25194a-fix-parents-interface
|
||||
* xfs-copy-bug.diff
|
||||
* Wed Jun 14 2006 - dmueller@suse.de
|
||||
* Thu Jun 15 2006 dmueller@suse.de
|
||||
- build parallel
|
||||
* Tue Apr 18 2006 - ro@suse.de
|
||||
* Tue Apr 18 2006 ro@suse.de
|
||||
- fix build on ppc64: don't redefine __s64 and __u64
|
||||
* Tue Mar 07 2006 - agruen@suse.de
|
||||
* Tue Mar 07 2006 agruen@suse.de
|
||||
- xfs-copy-bug.diff: Fix a bug in the xfs_copy log re-write code
|
||||
avoiding duplicate UUIDs. Also fix the logic for sizing the
|
||||
direct write buffer, which fails for large maxdio sizes
|
||||
(155749).
|
||||
* Fri Feb 17 2006 - mjancar@suse.cz
|
||||
* Fri Feb 17 2006 mjancar@suse.cz
|
||||
- include bugfixes from SGI (#151782)
|
||||
* Thu Feb 09 2006 - mjancar@suse.cz
|
||||
* Thu Feb 09 2006 mjancar@suse.cz
|
||||
- make fsck.xfs verbose (#146670)
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Thu Jan 19 2006 - mjancar@suse.cz
|
||||
* Thu Jan 19 2006 mjancar@suse.cz
|
||||
- fix some files not owned by root:root
|
||||
* Tue Jan 17 2006 - mjancar@suse.cz
|
||||
* Tue Jan 17 2006 mjancar@suse.cz
|
||||
- the tarball labeled 2.7.11 was wrong version,
|
||||
use a corrected one received from SGI
|
||||
* Mon Jan 16 2006 - mjancar@suse.cz
|
||||
* Mon Jan 16 2006 mjancar@suse.cz
|
||||
- update to 2.7.11
|
||||
* Wed Jan 11 2006 - mjancar@suse.cz
|
||||
* Wed Jan 11 2006 mjancar@suse.cz
|
||||
- update to 2.7.3
|
||||
* Wed Sep 07 2005 - lmichnovic@suse.cz
|
||||
* Wed Sep 07 2005 lmichnovic@suse.cz
|
||||
- changed atributes of file /lib/libhandle.so.1.0.3 to 0755 (#114848)
|
||||
* Sun Aug 21 2005 - ro@suse.de
|
||||
* Sun Aug 21 2005 ro@suse.de
|
||||
- no .a/.la files in /
|
||||
* Tue Aug 02 2005 - mjancar@suse.cz
|
||||
* Tue Aug 02 2005 mjancar@suse.cz
|
||||
- Update to 2.6.36 with the following changes since .28:
|
||||
o Fix mkfs stripe unit alignment checks for external logs
|
||||
o Fix running xfs_db on non-XFS devices (was segfaulting)
|
||||
@ -384,7 +401,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
for volumes that are not stripes (e.g. concat/mirror).
|
||||
o Fix mkfs.xfs -dfile.
|
||||
o Fix libhandle on 64bit, Big Endian systems.
|
||||
* Tue Apr 05 2005 - mmj@suse.de
|
||||
* Tue Apr 05 2005 mmj@suse.de
|
||||
- Add gettext-devel to #nfb since it needs msgfmt
|
||||
- Update to 2.6.28 with the following changes since .25:
|
||||
o Fix compiler warning in repair/dir.c size checks.
|
||||
@ -411,22 +428,22 @@ rm -rf $RPM_BUILD_ROOT
|
||||
do not require --enable-termcap when linking against
|
||||
libreadline.
|
||||
o Minor man page updates.
|
||||
* Mon Feb 07 2005 - mjancar@suse.cz
|
||||
* Mon Feb 07 2005 mjancar@suse.cz
|
||||
- update to 2.6.25
|
||||
* Fri Aug 06 2004 - mjancar@suse.cz
|
||||
* Fri Aug 06 2004 mjancar@suse.cz
|
||||
- update to 2.6.13
|
||||
* Thu Feb 26 2004 - mjancar@suse.cz
|
||||
* Thu Feb 26 2004 mjancar@suse.cz
|
||||
- update to 2.6.3
|
||||
* Sat Jan 10 2004 - adrian@suse.de
|
||||
* Sat Jan 10 2004 adrian@suse.de
|
||||
- build as user
|
||||
* Fri Oct 03 2003 - schwab@suse.de
|
||||
* Fri Oct 03 2003 schwab@suse.de
|
||||
- Fix broken ioctl definitions.
|
||||
* Thu Aug 21 2003 - ja@suse.cz
|
||||
* Thu Aug 21 2003 ja@suse.cz
|
||||
- Update to version 2.5.6.
|
||||
- Fix a mkfs problem where it could exit inappropriately when
|
||||
a large data volume stripe unit was either specified on the
|
||||
command line or via querying the underlying volume manager.
|
||||
* Fri Aug 08 2003 - ja@suse.cz
|
||||
* Fri Aug 08 2003 ja@suse.cz
|
||||
- Updated to 2.5.5 (XFS 1.3 release).
|
||||
- Introducing xfs_copy.
|
||||
- Fix shell quoting problem in xfs_bmap script.
|
||||
@ -438,7 +455,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- Fix libdisk device driver (volume managers) detection code
|
||||
used by mkfs, so that drivers with multiple majors are not
|
||||
incorrectly processed.
|
||||
* Fri Jun 20 2003 - ja@suse.cz
|
||||
* Fri Jun 20 2003 ja@suse.cz
|
||||
- Upgrade to version 2.5.0.
|
||||
- Allow xfs_repair to run on read-only filesystems.
|
||||
- Fix a bug in mkfs - creating version 2 logs, an incorrect
|
||||
@ -449,9 +466,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
to create larger logs at smaller filesystem sizes by default
|
||||
(thanks to Andi Kleen for the patch).
|
||||
- Enable support for sector sizes larger than 512 bytes.
|
||||
* Mon Jun 16 2003 - ja@suse.cz
|
||||
* Mon Jun 16 2003 ja@suse.cz
|
||||
- File list fixed for xfsprogs-devel.
|
||||
* Mon Apr 28 2003 - jderfina@suse.cz
|
||||
* Mon Apr 28 2003 jderfina@suse.cz
|
||||
- upgrade to version 2.4.7
|
||||
- Fix a bug in detection of "clean" and "error" states with MD devices.
|
||||
- Added the xfs_io(8) command, an xfs_db(8) alike command for testing
|
||||
@ -460,7 +477,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
the realtime bitmap inode) in xfs_repair.
|
||||
- Enable unwritten extents by default in mkfs.xfs. Should be used with
|
||||
kernel code newer than Mar 3 2003.
|
||||
* Wed Feb 12 2003 - jderfina@suse.cz
|
||||
* Wed Feb 12 2003 jderfina@suse.cz
|
||||
- update to version 2.3.9
|
||||
- Additional xfs_repair check in v2 directory handling for blks
|
||||
with no data entries (merged from IRIX), includes several
|
||||
@ -476,39 +493,39 @@ rm -rf $RPM_BUILD_ROOT
|
||||
really should have been (due to a libxfs problem).
|
||||
- Fix an endian bug in xfs_db freesp command when descending
|
||||
into multi-level agf cnt/bno btrees.
|
||||
* Tue Jan 21 2003 - agruen@suse.de
|
||||
* Tue Jan 21 2003 agruen@suse.de
|
||||
- Remove (Prereq: /sbin/ldconfig) tag, and use %%run_ldconfig
|
||||
in %%post and %%postun instead.
|
||||
* Fri Dec 13 2002 - jderfina@suse.cz
|
||||
* Fri Dec 13 2002 jderfina@suse.cz
|
||||
- upgrade to version 2.3.6.
|
||||
* Wed Oct 09 2002 - jderfina@suse.cz
|
||||
* Wed Oct 09 2002 jderfina@suse.cz
|
||||
- update to version 2.3.3
|
||||
* Tue Aug 20 2002 - mge@suse.de
|
||||
* Tue Aug 20 2002 mge@suse.de
|
||||
- update to 2.2.1 (mostly by gd@suse.de)
|
||||
* Thu May 09 2002 - tcrhak@suse.cz
|
||||
* Thu May 09 2002 tcrhak@suse.cz
|
||||
- fixed for 64 bit platforms
|
||||
* Fri Apr 19 2002 - kukuk@suse.de
|
||||
* Fri Apr 19 2002 kukuk@suse.de
|
||||
- Look at first in lib64 for libuuid.a before using lib
|
||||
* Tue Feb 26 2002 - ro@suse.de
|
||||
* Tue Feb 26 2002 ro@suse.de
|
||||
- update to 2.0.0
|
||||
- split off attr and acl subpacks
|
||||
* Tue Aug 21 2001 - adostal@suse.cz
|
||||
* Tue Aug 21 2001 adostal@suse.cz
|
||||
- split xfsprogs to package xfsprogs-1.2.8, package xfsdump-1.0.9
|
||||
and package dmapi-0.1.1
|
||||
- create patches destdir and dirs for xfsprogs version 1.2.8
|
||||
* Wed Aug 15 2001 - adostal@suse.cz
|
||||
* Wed Aug 15 2001 adostal@suse.cz
|
||||
- update acl to 1.0.7 ver.
|
||||
- update xfsprogs to 1.2.8 ver.
|
||||
- update dmapi to 0.1.1 ver.
|
||||
- using $RPM_BUILD_ROOT
|
||||
- create makefile and dirs patches
|
||||
- split sources to acl, attr, dmapi, xfsdump, xfsprogs
|
||||
* Mon Jul 23 2001 - schwab@suse.de
|
||||
* Mon Jul 23 2001 schwab@suse.de
|
||||
- Build with -fPIC, for inclusion in shared library.
|
||||
- Use aclocal.
|
||||
* Wed Jun 20 2001 - ro@suse.de
|
||||
* Wed Jun 20 2001 ro@suse.de
|
||||
- make it build (libtoolize, fix filelist)
|
||||
* Fri Jun 15 2001 - choeger@suse.de
|
||||
* Fri Jun 15 2001 choeger@suse.de
|
||||
- did a cvs up today
|
||||
* Mon May 21 2001 - choeger@suse.de
|
||||
* Mon May 21 2001 choeger@suse.de
|
||||
- first version
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6012c0e5b95e3b12adbf97acf0053add56c38e7122904104233cd0eb4c6df1df
|
||||
size 789220
|
3
xfsprogs_2.9.5-1.tar.bz2
Normal file
3
xfsprogs_2.9.5-1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0cf88065b3a1074b7f135ba83746b2400dacb0c123d624898172e8d1b90bda59
|
||||
size 790098
|
Loading…
Reference in New Issue
Block a user