forked from pool/fsarchiver
Accepting request 1073076 from home:jubalh:branches:Archiving:Backup
- Update to 0.8.7: * Implement support for option "uuid=" for vfat * Update list of btrfs supported features * Add support for the "nrext64" feature on XFS * Do not error out on deleted files when option -A is used * Handle termination by signal in exec_command() * Add support for the "orphan_file" feature in EXT4 * Do not try to save xattrs if not supported by the filesystem OBS-URL: https://build.opensuse.org/request/show/1073076 OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/fsarchiver?expand=0&rev=47
This commit is contained in:
parent
79bd5bc60e
commit
52893002bf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be1d44222c4ef428360120c7326c8910930da5f318f7291f8b8d61cb2b730ebd
|
||||
size 273652
|
3
fsarchiver-0.8.7.tar.gz
Normal file
3
fsarchiver-0.8.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7cd059e70fc57e888db282c622ec050c0dcdbaacc65e3c1eb163cd9d92d810d
|
||||
size 274350
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 09:37:26 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.8.7:
|
||||
* Implement support for option "uuid=" for vfat
|
||||
* Update list of btrfs supported features
|
||||
* Add support for the "nrext64" feature on XFS
|
||||
* Do not error out on deleted files when option -A is used
|
||||
* Handle termination by signal in exec_command()
|
||||
* Add support for the "orphan_file" feature in EXT4
|
||||
* Do not try to save xattrs if not supported by the filesystem
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 1 08:25:19 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fsarchiver
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fsarchiver
|
||||
Version: 0.8.6
|
||||
Version: 0.8.7
|
||||
Release: 0
|
||||
Summary: Filesystem Archiver
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user