Accepting request 1235200 from filesystems
- update to 6.12 (forwarded request 1235199 from dsterba) OBS-URL: https://build.opensuse.org/request/show/1235200 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=162
This commit is contained in:
commit
5bffb10ff6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5808e522f6768a946be66d18f8bfb5290a41df685bd01182ff73a751cea33bb0
|
||||
size 3323911
|
Binary file not shown.
3
btrfs-progs-v6.12.tar.gz
Normal file
3
btrfs-progs-v6.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9203a717b59024b22af191105f2daf4e00b2e8e82e1d854ee0a5be3790cdd5e5
|
||||
size 3361194
|
BIN
btrfs-progs-v6.12.tar.sign
Normal file
BIN
btrfs-progs-v6.12.tar.sign
Normal file
Binary file not shown.
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 6 00:00:00 CET 2025 - dsterba@suse.cz
|
||||
|
||||
- update to 6.12
|
||||
* subvolume delete: add new option to do recursive subvolume deletion (for
|
||||
regular user delete only accessible subvolumes)
|
||||
* mkfs:
|
||||
* new option --subvol to create subvolumes in given paths, read-write,
|
||||
read-only and default
|
||||
* add hard link detection support for --rootdir option
|
||||
* fixes:
|
||||
* receive: message verbosity fixes
|
||||
* check: fix false positive report of missing checksum for extent holes
|
||||
* check: handle compressed extents when checking tree log
|
||||
* when asking Y/N user questions, flush the terminal so the question is
|
||||
displayed (e.g. btrfstune -S)
|
||||
* other
|
||||
* code refactoring, error handling
|
||||
* python packaging fixes
|
||||
* documentation updates
|
||||
* new tests
|
||||
- update to 6.11
|
||||
* check:
|
||||
* check items in tree-log
|
||||
* detect invalid file extent items for symlinks
|
||||
* properly detect inode cache and suggest removal by 'clear-ino-cache'
|
||||
* convert: fix symlink length checks
|
||||
* fi show: remove stray newline at the end of the output
|
||||
* fixes:
|
||||
* open devices in write-exclusive mode in most commands, prevent
|
||||
concurrent mount by other programs
|
||||
* rescue clear-ino-cache: fix subvolume iteration that can fail in some cases
|
||||
* map-logical: fix first extent searching condition
|
||||
* fi resize: warn if new size is below 256M
|
||||
* tree-checker:
|
||||
* slightly stricter file type validation
|
||||
* verify device extent items
|
||||
* other:
|
||||
* documentation updates
|
||||
* ship btrfs-ioctl manual page (incomplete)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 00:00:00 CEST 2024 - dsterba@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package btrfsprogs
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -34,7 +34,7 @@
|
||||
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
|
||||
|
||||
Name: btrfsprogs
|
||||
Version: 6.10.1
|
||||
Version: 6.12
|
||||
Release: 0
|
||||
Summary: Utilities for the Btrfs filesystem
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user