Accepting request 1185694 from filesystems
- update to 6.9.2 (forwarded request 1185693 from dsterba) OBS-URL: https://build.opensuse.org/request/show/1185694 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=159
This commit is contained in:
commit
4f91973af9
3
btrfs-progs-v6.9.2.tar.gz
Normal file
3
btrfs-progs-v6.9.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1ad8c8e08bbeef3958e3a0cac62f26f4a93af52b6d2f6510a3e240809b0609d
|
||||
size 3312293
|
BIN
btrfs-progs-v6.9.2.tar.sign
Normal file
BIN
btrfs-progs-v6.9.2.tar.sign
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b91a9a8cff2cb5527ce9b5074b1e7829397abea7ef8a31beea72dae4428fd9c2
|
||||
size 3312590
|
Binary file not shown.
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 4 00:00:00 CEST 2024 - dsterba@suse.cz
|
||||
|
||||
- update to 6.9.2
|
||||
* subvol list: fix accidental trimming of subvolume name
|
||||
* check: revert checking file extent item 'ram_bytes'
|
||||
* libbtrfsutil:
|
||||
* patchlevel version update 1.3.2
|
||||
* fix accidentally closing fd passed to subvolume iterator
|
||||
- update to 6.9.1
|
||||
* fix detection of intermediate super block flags (e.g. csum change and
|
||||
other conversions)
|
||||
* raid-stripe-tree support (still experimental):
|
||||
* moved under experimental build flags (mkfs, convert)
|
||||
* format change, removed encoding type; backward incompatible
|
||||
* receive dump: escape special chars in xattr names and values, and clone
|
||||
source path
|
||||
* tune change csum: fix reservation size when starting a transaction
|
||||
* other:
|
||||
* new and updated tests
|
||||
* updated CI images, new reference build targets
|
||||
* cleanups and refactoring
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 13:19:59 UTC 2024 - Dominik Heidler <dheidler@suse.de>
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
|
||||
|
||||
Name: btrfsprogs
|
||||
Version: 6.9
|
||||
Version: 6.9.2
|
||||
Release: 0
|
||||
Summary: Utilities for the Btrfs filesystem
|
||||
License: GPL-2.0-only
|
||||
@ -84,7 +84,7 @@ BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig(udev)
|
||||
%if 0%{?suse_version} >= 1310
|
||||
Requires(post): coreutils
|
||||
Requires(postun): coreutils
|
||||
Requires(postun):coreutils
|
||||
%endif
|
||||
Supplements: filesystem(btrfs)
|
||||
Recommends: btrfsmaintenance
|
||||
|
Loading…
Reference in New Issue
Block a user