diff mbox series

[1/4] btrfs-tools: upgrade 6.19 -> 6.19.1

Message ID 20260322230131.12001-1-peter.marko@siemens.com
State New
Headers show
Series [1/4] btrfs-tools: upgrade 6.19 -> 6.19.1 | expand

Commit Message

Peter Marko March 22, 2026, 11:01 p.m. UTC
Release notes [1]:

* fix balance filter 'usage' that was incorrectly used for ranged usage
* core:
    * fix tree-checker vararg format print
    * stability fixes
    * compiler warning fixes
* other:
    * CI updates, action version updates, more build targets
    * cleanups, refactoring
    * minor documentation updates

[1] https://github.com/kdave/btrfs-progs/releases/tag/v6.19.1

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 .../btrfs-tools/{btrfs-tools_6.19.bb => btrfs-tools_6.19.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.19.bb => btrfs-tools_6.19.1.bb} (98%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.19.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.19.1.bb
similarity index 98%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.19.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.19.1.bb
index 460f70a35a..dee1270fa0 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.19.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.19.1.bb
@@ -18,7 +18,7 @@  DEPENDS = "util-linux zlib"
 SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https;tag=v${PV} \
            file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
            "
-SRCREV = "9ac9a97ee3ebcc71c584a202a31ccd6442c436dc"
+SRCREV = "fa79dbea32d39ac0ae41a88a079013c7ad2a8a58"
 
 PACKAGECONFIG ??= " \
     programs \