Accepting request 918772 from home:dsterba:branches:filesystems

- Update to 5.14

OBS-URL: https://build.opensuse.org/request/show/918772
OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=355
This commit is contained in:
David Sterba 2021-09-13 16:05:53 +00:00 committed by Git OBS Bridge
parent 9ea9b7fdf8
commit b7ac149980
4 changed files with 36 additions and 4 deletions

View File

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

3
btrfs-progs-v5.14.tar.gz Normal file
View File

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

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Mon Sep 13 00:00:00 CEST 2021 - dsterba@suse.cz
- Update to 5.14
* convert:
* new option --uuid to copy, generate or set a given uuid
* improve output
* mkfs:
* allow to create degenerate raid0 (on 1 device) and raid10 (on 2 devices)
* image:
* improved error messages
* fix some alignment of restored image
* subvol delete: allow to delete by id when path is not resolvable
* check:
* require alignment of nodesize for 64k page systems
* detect and fix invalid block groups
* libbtrfs (deprecated):
* remove most exported symbols, leave only a few that are used by snapper
* no version change (still 0.1)
* remove btrfs-list.h, btrfsck.h
* fixes:
* reset generation of space v1 if v2 is used
* fi us: don't wrongly report missing device size when partition is not readable
* other:
* build: experimental features
* build: better detection of 64bit timestamp support for ext4
* corrupt-block: block group items
* new and updated tests
* refactoring
* experimental features:
* new image dump format, with data
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 10 13:03:47 UTC 2021 - Goldwyn Rodrigues <rgoldwyn@suse.com> Tue Aug 10 13:03:47 UTC 2021 - Goldwyn Rodrigues <rgoldwyn@suse.com>

View File

@ -34,7 +34,7 @@
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut) %define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
Name: btrfsprogs Name: btrfsprogs
Version: 5.13.1 Version: 5.14
Release: 0 Release: 0
Summary: Utilities for the Btrfs filesystem Summary: Utilities for the Btrfs filesystem
License: GPL-2.0-only License: GPL-2.0-only