Accepting request 946110 from filesystems
- Update to 5.16 (forwarded request 946109 from dsterba) OBS-URL: https://build.opensuse.org/request/show/946110 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=125
This commit is contained in:
parent
820c48557d
commit
65ad69f92f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3361da7c18f8ee35986c118cee029e9a8dcf695ac9ac4f984ff41b593c4f85a3
|
|
||||||
size 2830077
|
|
3
btrfs-progs-v5.16.tar.gz
Normal file
3
btrfs-progs-v5.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:22f0cbb4a6f7f05ccfc7053568a0808efc67f98738907e1e0a6be28bec6ba730
|
||||||
|
size 2865919
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 12 00:00:01 CET 2022 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.16
|
||||||
|
* rescue: new subcommand clear-uuid-tree to fix failed mount due to bad uuid
|
||||||
|
subvolume keys, caught by tree-checker
|
||||||
|
* fi du: skip inaccessible files
|
||||||
|
* prop: properly resolve to symlink targets
|
||||||
|
* send, receive: fix crash after parent subvolume lookup errors
|
||||||
|
* build:
|
||||||
|
* fix build on 5.12+ kernels due to changes in linux/kernel.h
|
||||||
|
* fix build on musl with old kernel headers
|
||||||
|
* other:
|
||||||
|
* error handling fixes, cleanups, refactoring
|
||||||
|
* extent tree v2 preparatory work
|
||||||
|
* lots of RST documentation updates (last release with asciidoc sources),
|
||||||
|
https://btrfs.readthedocs.io
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 12 00:00:00 CET 2022 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.15.1
|
||||||
|
* fi usage: fix wrongly reported space of used or unallocated space
|
||||||
|
* fix detection of block device discard capability
|
||||||
|
* check: add more sanity checks for checksum items
|
||||||
|
* build: make sphinx optional backend for documentation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 10 00:00:00 CET 2021 - dsterba@suse.cz
|
Wed Nov 10 00:00:00 CET 2021 - dsterba@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package btrfsprogs
|
# spec file for package btrfsprogs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -34,7 +34,7 @@
|
|||||||
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
|
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
|
||||||
|
|
||||||
Name: btrfsprogs
|
Name: btrfsprogs
|
||||||
Version: 5.15
|
Version: 5.16
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user