Accepting request 424953 from home:dsterba:branches:filesystems

- update to 4.7.2
  * check:
    * urgent fix: false report of backref mismatches; do not --repair
      last unaffected version 4.6.1 (code reverted to that state)

OBS-URL: https://build.opensuse.org/request/show/424953
OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=250
This commit is contained in:
David Sterba 2016-09-06 09:39:47 +00:00 committed by Git OBS Bridge
parent a37838da0e
commit 9f9decac3d
5 changed files with 23 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Sep 6 00:00:00 CEST 2016 - dsterba@suse.cz
- update to 4.7.2
* check:
* urgent fix: false report of backref mismatches; do not --repair
last unaffected version 4.6.1 (code reverted to that state)
* fuzzing and fixes
* added more sanity checks for various structures
* testing images added
* build: udev compatibility: do not install .rules on version < 190
* other:
* dump-super: do not crash on garbage value in csum_type
* minor improvements in messages and help strings
* documentation:
* filesystem features
-------------------------------------------------------------------
Tue Aug 30 20:11:10 UTC 2016 - jeffm@suse.com

View File

@ -28,7 +28,7 @@
%endif
Name: btrfsprogs
Version: 4.7.1
Version: 4.7.2
Release: 0
Summary: Utilities for the Btrfs filesystem
License: GPL-2.0

View File

@ -6,8 +6,8 @@ Index: btrfs-progs-v4.1/version.sh
# Copyright 2008, Oracle
# Released under the GNU GPLv2
-v="v4.7.1"
+v="v4.7.1+20160829"
-v="v4.7.2"
+v="v4.7.2+20160906"
opt=$1