Accepting request 339916 from filesystems
- update to 4.2.3 (forwarded request 339909 from dsterba) OBS-URL: https://build.opensuse.org/request/show/339916 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=64
This commit is contained in:
commit
ebc0fd8c5c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c89d014c45f0d90da3808c882d97ecdb2e2f1ef1ad7e4b3e9d820620d19b197f
|
|
||||||
size 1384768
|
|
3
btrfs-progs-v4.2.3.tar.gz
Normal file
3
btrfs-progs-v4.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fcf9bc995cb928717867a7892f1184276bf40ee3d2d7e712e75ef9b95c5bf853
|
||||||
|
size 1384841
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 00:00:00 CEST 2015 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- update to 4.2.3
|
||||||
|
- subvol sync: make it actually work again
|
||||||
|
- scanning: do not scan already discovered filesystems (minor optimization)
|
||||||
|
- convert: better error message in case the filesystem is not finalized
|
||||||
|
- restore: off-by-one symlink path check fix
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 00:00:00 CEST 2015 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- update to 4.2.2
|
||||||
|
- fi label: use fallback if the label ioctl is not available
|
||||||
|
- convert: check nodesize constraints against commandline features (-O)
|
||||||
|
- scrub: report status 'running' until all devices are finished
|
||||||
|
- device scanning might crash in some scenarios
|
||||||
|
- fi usage: print summary for non-root users
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 00:00:00 CEST 2015 - dsterba@suse.cz
|
Tue Sep 22 00:00:00 CEST 2015 - dsterba@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: btrfsprogs
|
Name: btrfsprogs
|
||||||
Version: 4.2.1
|
Version: 4.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for the Btrfs filesystem
|
Summary: Utilities for the Btrfs filesystem
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
@ -6,8 +6,8 @@ Index: btrfs-progs-v4.1/version.sh
|
|||||||
# Copyright 2008, Oracle
|
# Copyright 2008, Oracle
|
||||||
# Released under the GNU GPLv2
|
# Released under the GNU GPLv2
|
||||||
|
|
||||||
-v="v4.2.1"
|
-v="v4.2.3"
|
||||||
+v="v4.2+20150922"
|
+v="v4.2.3+20151019"
|
||||||
|
|
||||||
opt=$1
|
opt=$1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user