Accepting request 339909 from home:dsterba:branches:filesystems
- update to 4.2.3 OBS-URL: https://build.opensuse.org/request/show/339909 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=216
This commit is contained in:
parent
7bcb145a7b
commit
83ac9687f7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65a2ee482b55fc03bd440c325e2784decbdd0a1053386557068efcf0faeab4e4
|
||||
size 1384846
|
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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: btrfsprogs
|
||||
Version: 4.2.2
|
||||
Version: 4.2.3
|
||||
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.2.2"
|
||||
+v="v4.2.2+20151005"
|
||||
-v="v4.2.3"
|
||||
+v="v4.2.3+20151019"
|
||||
|
||||
opt=$1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user