forked from pool/xfsdump
This commit is contained in:
parent
da6ed874e2
commit
bf8ea9fcca
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 10:09:09 CET 2008 - mmarek@suse.cz
|
||||
|
||||
- updated to 2.2.48
|
||||
* Prune dump sessions with 0 media files even when using -m.
|
||||
* Correctly detect whether a tape device is in variable or
|
||||
fixed block mode when using the TS tape driver.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 23 15:02:21 CEST 2007 - mmarek@suse.cz
|
||||
|
||||
|
67
xfsdump.spec
67
xfsdump.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xfsdump (Version 2.2.46)
|
||||
# spec file for package xfsdump (Version 2.2.48)
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
@ -10,9 +10,10 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: xfsdump
|
||||
BuildRequires: e2fsprogs-devel libattr-devel ncurses-devel xfsprogs-devel
|
||||
Version: 2.2.46
|
||||
Version: 2.2.48
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
Group: System/Filesystems
|
||||
@ -77,13 +78,19 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/sbin/*
|
||||
%doc %_defaultdocdir/%name
|
||||
/usr/share/man/man8/*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 23 2007 - mmarek@suse.cz
|
||||
* Thu Mar 20 2008 mmarek@suse.cz
|
||||
- updated to 2.2.48
|
||||
* Prune dump sessions with 0 media files even when using -m.
|
||||
* Correctly detect whether a tape device is in variable or
|
||||
fixed block mode when using the TS tape driver.
|
||||
* Tue Oct 23 2007 mmarek@suse.cz
|
||||
- updated to 2.2.46
|
||||
* includes last fix
|
||||
* Fri Aug 31 2007 - mmarek@suse.cz
|
||||
* Fri Aug 31 2007 mmarek@suse.cz
|
||||
- fixed missing mode arguments to open()
|
||||
* Fri Jun 22 2007 - mmarek@suse.cz
|
||||
* Fri Jun 22 2007 mmarek@suse.cz
|
||||
- updated to 2.2.45
|
||||
* Change fsr's temp directory mode to 0700 to deny full access.
|
||||
* Update fsr's usage text.
|
||||
@ -104,16 +111,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
it is worthwhile to do so (when using multiple dump
|
||||
streams or when skipping files based on size).
|
||||
- specfile cleanup
|
||||
* Thu Mar 29 2007 - mmarek@suse.de
|
||||
* Thu Mar 29 2007 mmarek@suse.de
|
||||
- added ncurses-devel to BuildRequires (needed for xfsinvutil)
|
||||
* Fri Oct 20 2006 - mjancar@suse.cz
|
||||
* Fri Oct 20 2006 mjancar@suse.cz
|
||||
- update to 2.2.42
|
||||
* Rework code to remove the DMAPI build and run-time dependency.
|
||||
* Fix issues with makedepend on libtool libraries.
|
||||
* Fix annoying "ignores datarootdir" warning from configure.
|
||||
* Fix issues with makedepend build infrastructure.
|
||||
* Fix for parallel compiles, thanks to Robin H. Johnson.
|
||||
* Thu Jul 27 2006 - mjancar@suse.cz
|
||||
* Thu Jul 27 2006 mjancar@suse.cz
|
||||
- update to 2.2.38
|
||||
* Performance improvements for dumping subtrees.
|
||||
* Fix xfs_fsr memory and file descriptor leaks.
|
||||
@ -166,56 +173,56 @@ rm -rf $RPM_BUILD_ROOT
|
||||
the hash buckets.
|
||||
o Do not make an unnecessary unlink call if the file being
|
||||
restored does not already exist.
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Tue Jan 17 2006 - mjancar@suse.cz
|
||||
* Tue Jan 17 2006 mjancar@suse.cz
|
||||
- update to 2.2.33
|
||||
* Thu Sep 29 2005 - dmueller@suse.de
|
||||
* Thu Sep 29 2005 dmueller@suse.de
|
||||
- add norootforbuild
|
||||
* Tue Aug 02 2005 - mjancar@suse.cz
|
||||
* Tue Aug 02 2005 mjancar@suse.cz
|
||||
- update to 2.2.30
|
||||
* Wed Jun 22 2005 - agruen@suse.de
|
||||
* Wed Jun 22 2005 agruen@suse.de
|
||||
- xfs-restore-lazy-alloc.diff: Fix for ENOSPC errors on write
|
||||
(91036).
|
||||
* Tue Apr 05 2005 - mmj@suse.de
|
||||
* Tue Apr 05 2005 mmj@suse.de
|
||||
- static char *progname -> char *progname
|
||||
* Mon Feb 07 2005 - mjancar@suse.cz
|
||||
* Mon Feb 07 2005 mjancar@suse.cz
|
||||
- update to 2.2.25
|
||||
* Fri Oct 01 2004 - mjancar@suse.cz
|
||||
* Fri Oct 01 2004 mjancar@suse.cz
|
||||
- link dynamicaly aganist libuuid (#44531)
|
||||
* Fri Aug 13 2004 - mjancar@suse.cz
|
||||
* Fri Aug 13 2004 mjancar@suse.cz
|
||||
- update to 2.2.21
|
||||
* Thu Feb 26 2004 - mjancar@suse.cz
|
||||
* Thu Feb 26 2004 mjancar@suse.cz
|
||||
- update to 2.2.16
|
||||
* Fri Aug 08 2003 - ja@suse.cz
|
||||
* Fri Aug 08 2003 ja@suse.cz
|
||||
- Updated to 2.2.13.
|
||||
- fix ST/TS tape driver compatibility issues in drive_scsitape.
|
||||
- fix multiple backups to a single tape (TS AND ST).
|
||||
* Fri Jun 20 2003 - ja@suse.cz
|
||||
* Fri Jun 20 2003 ja@suse.cz
|
||||
- Upgrade to version 2.2.12.
|
||||
* Tue Apr 29 2003 - jderfina@suse.cz
|
||||
* Tue Apr 29 2003 jderfina@suse.cz
|
||||
- update to version 2.2.10
|
||||
- switch from using mktemp to using mkstemp for xfs_copy log.
|
||||
- use a FHS compliant name for the xfs_copy log file.
|
||||
- add initial support for TS tape driver.
|
||||
- fix xfsdump -I option to set correct fsid.
|
||||
* Wed Feb 12 2003 - jderfina@suse.cz
|
||||
* Wed Feb 12 2003 jderfina@suse.cz
|
||||
- update to version 2.2.6
|
||||
- add initial internationalisation support.
|
||||
- fix build fallout from macro changes in XFS headers.
|
||||
* Fri Dec 13 2002 - jderfina@suse.cz
|
||||
* Fri Dec 13 2002 jderfina@suse.cz
|
||||
- upgrade to version 2.2.4
|
||||
* Thu Oct 10 2002 - jderfina@suse.cz
|
||||
* Thu Oct 10 2002 jderfina@suse.cz
|
||||
- upgrade to version 2.2.1
|
||||
* Tue Aug 20 2002 - mge@suse.de
|
||||
* Tue Aug 20 2002 mge@suse.de
|
||||
- update to 2.1.3
|
||||
* Sun Apr 21 2002 - kukuk@suse.de
|
||||
* Sun Apr 21 2002 kukuk@suse.de
|
||||
- Make compile on architectures with lib64
|
||||
* Tue Feb 26 2002 - ro@suse.de
|
||||
* Tue Feb 26 2002 ro@suse.de
|
||||
- update to 2.0.0
|
||||
* Tue Aug 21 2001 - ro@suse.de
|
||||
* Tue Aug 21 2001 ro@suse.de
|
||||
- added xfsprogs attr attr-devel to neededforbuild
|
||||
* Tue Aug 21 2001 - adostal@suse.cz
|
||||
* Tue Aug 21 2001 adostal@suse.cz
|
||||
- split xfsdump-1.0.9 from package xfsprogs
|
||||
- use DESTDIR from %%install (...destdir.patch)
|
||||
- create ...dirs.patch
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81cd6feab1a9f2c790655c1ec23c79cf75ee835327bf4cc8ed04790ecdc14125
|
||||
size 470492
|
3
xfsdump_2.2.48-1.tar.bz2
Normal file
3
xfsdump_2.2.48-1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34876e7fb8e01b480f9597bf038fab36472d824c3b28d387df1bed7eea3b9b1f
|
||||
size 470834
|
Loading…
Reference in New Issue
Block a user