Accepting request 344757 from home:dsterba:branches:filesystems
- update to 4.3.1 OBS-URL: https://build.opensuse.org/request/show/344757 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=221
This commit is contained in:
parent
4d58d97cc8
commit
060c5a9cca
3
btrfs-progs-v4.3.1.tar.gz
Normal file
3
btrfs-progs-v4.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9cc1dcc00eb509590c0f7cf6b12a634ada2f6e55d7ac15066c26e8776f7a3ae3
|
||||||
|
size 1431788
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e644345a502a28bb84645af407831790e0338f98cb18709f9c32fc3da6373689
|
|
||||||
size 1430840
|
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 16 00:00:00 CET 2015 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- update to 4.3.1
|
||||||
|
* fixes
|
||||||
|
* device delete: recognize 'missing' again
|
||||||
|
* mkfs: long names are not trimmed when doing ssd check
|
||||||
|
* support partitioned loop devices
|
||||||
|
|
||||||
|
* other
|
||||||
|
* replace several mallocs with on-stack variables
|
||||||
|
* more memory allocation failure handling
|
||||||
|
* add tests for bugs fixed
|
||||||
|
* cmd-device: switch to new message printing helpers
|
||||||
|
* minor code cleanups
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 13 00:00:00 CET 2015 - dsterba@suse.cz
|
Fri Nov 13 00:00:00 CET 2015 - dsterba@suse.cz
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: btrfsprogs
|
Name: btrfsprogs
|
||||||
Version: 4.3
|
Version: 4.3.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
|
||||||
|
@ -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.3"
|
-v="v4.3.1"
|
||||||
+v="v4.3+20151113"
|
+v="v4.3+20151116"
|
||||||
|
|
||||||
opt=$1
|
opt=$1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user