Accepting request 519484 from home:dsterba:branches:filesystems

- update to 4.12.1

OBS-URL: https://build.opensuse.org/request/show/519484
OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=265
This commit is contained in:
David Sterba 2017-08-29 13:30:21 +00:00 committed by Git OBS Bridge
parent 53b232b0f6
commit c80b27d7f8
5 changed files with 58 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be89105767008e6f3e92a34bb9135e827b11cf6256bff9846f4f5ab195e9b0c4
size 1819566

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ada7fb690d6620dcd8236a6a1704dfdbf9a79b0ab1810552ceb9e5c3943deadf
size 2015458

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Tue Aug 29 00:00:00 CEST 2017 - dsterba@suse.cz
- update to 4.12.1
* build:
* fix cross-compilation
* use gnu90 explicitly
* dump-tree: more relaxed checks so -b can print block on a damaged fs
* convert: fix the 1MB range exclusion
* check: more dir_item hash checks
* other
* added missing getopt spec for some options
* doc fixes
* cleanups
* test updates
- update to 4.12
* subvol show: new options --rootid, --uuid to show subvol by the given spec
* convert: progress report fixes, found by tsan
* image: progress report fixes, found by tsan
* fix infinite looping in find-root, or when looking for free extents
* other:
* code refactoring
* docs updates
* build: ThreadSanitizer support
* tests: stricter checks for mounted filesystem
- update to -4.11.1
* image: restoring from multiple devices
* dev stats: make --check option work
* check: fix false alert with extent hole on a NO_HOLE filesystem
* check: lowmem mode, fix false alert in case of mixed inline and compressed
extent
* convert: work with large filesystems (many TB)
* convert: fix overwriting of eb header flags
* convert: do not clear NODATASUM flag in inodes when run with --no-datasum
* docs updates
* build: sync Android.mk with Makefile
* tests:
* new tests
* fix 008 and 009, shell quotation mistake
- update to 4.11
* receive: fix handling empty stream with -e (multi-stream)
* send dump: fix printing long file names
* stability fixes for: dump-super, print-tree, check
* option parser updates: global options are parsed before the subcommand name
(old xfstests will fail)
* new and updated tests
* documentation updates
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jun 10 15:00:59 UTC 2017 - meissner@suse.com Sat Jun 10 15:00:59 UTC 2017 - meissner@suse.com

View File

@ -28,7 +28,7 @@
%endif %endif
Name: btrfsprogs Name: btrfsprogs
Version: 4.10.2 Version: 4.12.1
Release: 0 Release: 0
Summary: Utilities for the Btrfs filesystem Summary: Utilities for the Btrfs filesystem
License: GPL-2.0 License: GPL-2.0
@ -43,8 +43,8 @@ Source4: setup-btrfs.sh
Source5: sles11-defaults.h Source5: sles11-defaults.h
Patch163: 0163-btrfs-progs-fsck-fix-segfault.patch Patch163: 0163-btrfs-progs-fsck-fix-segfault.patch
Patch167: 0167-Btrfs-progs-make-find_and_setup_root-return-an-error.patch #Patch167: 0167-Btrfs-progs-make-find_and_setup_root-return-an-error.patch
Patch168: 0168-Btrfs-progs-don-t-bug-out-if-we-can-t-find-the-last-.patch #Patch168: 0168-Btrfs-progs-don-t-bug-out-if-we-can-t-find-the-last-.patch
Patch169: btrfs-support-pie.patch Patch169: btrfs-support-pie.patch
Patch1000: local-version-override.patch Patch1000: local-version-override.patch
@ -141,8 +141,8 @@ thing.
%prep %prep
%setup -q -n btrfs-progs-v%{version} %setup -q -n btrfs-progs-v%{version}
%patch163 -p1 %patch163 -p1
%patch167 -p1 #%patch167 -p1
%patch168 -p1 #%patch168 -p1
%patch169 -p1 %patch169 -p1
%patch1000 -p1 %patch1000 -p1
%patch1001 -p1 %patch1001 -p1

View File

@ -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.10.2" -v="v4.12.1"
+v="v4.10.2+20170406" +v="v4.12.1+20170829"
opt=$1 opt=$1