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:
parent
a37838da0e
commit
9f9decac3d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c74d02bcbfcfadd79f435aa98afa4d6221f8604aeef37768e21211be341d0d4
|
||||
size 1575197
|
3
btrfs-progs-v4.7.2.tar.gz
Normal file
3
btrfs-progs-v4.7.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b242bf7753947cdb31f2db815e50995250b1c16125dac52ccc649e7bd3d4cbd5
|
||||
size 1601740
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user