Accepting request 304719 from home:dsterba:branches:filesystems

- version 4.0
  * resize:
    * don't accept file as an argument (it's confusing)
    * print better error message in case of an error
  * restore: optionally restore metadata (time, mode, uid/gid)
  * receive: optionally enforce chroot
  * new rescue subcommand 'zero-log', same as btrfs-zero-log, but
    now also part of the main utility
  * check:
    * free space checks match kernel, fixes incorrect reports
  * convert: fix setting of checksum bit if --no-datasum is used
  * fsck.btrfs: don't print messages
  * fix quota rescan on PPC64 (mangled ioctl number)
  * test updates
  * documentation: files renamed to .asciidoc, misc fixups

OBS-URL: https://build.opensuse.org/request/show/304719
OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=196
This commit is contained in:
David Sterba 2015-04-29 15:40:15 +00:00 committed by Git OBS Bridge
parent 6f79b4f5ad
commit 91d7339157
6 changed files with 27 additions and 8 deletions

View File

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

3
btrfs-progs-v4.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Apr 29 00:00:00 CEST 2015 - dsterba@suse.cz
- version 4.0
* resize:
* don't accept file as an argument (it's confusing)
* print better error message in case of an error
* restore: optionally restore metadata (time, mode, uid/gid)
* receive: optionally enforce chroot
* new rescue subcommand 'zero-log', same as btrfs-zero-log, but
now also part of the main utility
* check:
* free space checks match kernel, fixes incorrect reports
* convert: fix setting of checksum bit if --no-datasum is used
* fsck.btrfs: don't print messages
* fix quota rescan on PPC64 (mangled ioctl number)
* test updates
* documentation: files renamed to .asciidoc, misc fixups
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 25 00:00:00 CET 2015 - dsterba@suse.cz Wed Mar 25 00:00:00 CET 2015 - dsterba@suse.cz

View File

@ -17,7 +17,7 @@
Name: btrfsprogs Name: btrfsprogs
Version: 3.19.1 Version: 4.0
Release: 0 Release: 0
Summary: Utilities for the Btrfs filesystem Summary: Utilities for the Btrfs filesystem
License: GPL-2.0 License: GPL-2.0

View File

@ -5,8 +5,8 @@ ERROR: btrfs-mount.xml.tmp1: line 9: second section must be named SYNOPSIS
Index: btrfs-progs-v3.17.1/Documentation/btrfs-mount.txt Index: btrfs-progs-v3.17.1/Documentation/btrfs-mount.txt
=================================================================== ===================================================================
--- btrfs-progs-v3.17.1.orig/Documentation/btrfs-mount.txt --- btrfs-progs-v3.17.1.orig/Documentation/btrfs-mount.asciidoc
+++ btrfs-progs-v3.17.1/Documentation/btrfs-mount.txt +++ btrfs-progs-v3.17.1/Documentation/btrfs-mount.asciidoc
@@ -5,6 +5,10 @@ NAME @@ -5,6 +5,10 @@ NAME
---- ----
btrfs-mount - mount options and supported file attributes for the btrfs filesystem btrfs-mount - mount options and supported file attributes for the btrfs filesystem

View File

@ -6,8 +6,8 @@ Index: btrfs-progs-v3.19/version.sh
# Copyright 2008, Oracle # Copyright 2008, Oracle
# Released under the GNU GPLv2 # Released under the GNU GPLv2
-v="v3.19.1" -v="v4.0"
+v="v3.19.1+20150325" +v="v4.0+20150429"
opt=$1 opt=$1