[meta-oe] ostree: upgrade 2021.5 -> 2021.6

Message ID 1638198287-119133-3-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] ostree: upgrade 2021.5 -> 2021.6 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 29, 2021, 3:04 p.m. UTC
Changelog:
This is a bugfix release.
Most of the fixes are related to warnings highlighted by gcc -fanalyzer static
source analysis.
Performance of pruning logic has been improved, avoiding unnecessary trips
through redundant serialization (#2484).
A regression has been fixed so that ostree is properly behaving again when
used from the initramfs, at a point where /sysroot may not be mounted yet (#2486).
A race condition related to sysroot.readonly has been addressed by directly
setting up sysroot readonly in initramfs (#2187).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../ostree/{ostree_2021.5.bb => ostree_2021.6.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/ostree/{ostree_2021.5.bb => ostree_2021.6.bb} (99%)

Patch

diff --git a/meta-oe/recipes-extended/ostree/ostree_2021.5.bb b/meta-oe/recipes-extended/ostree/ostree_2021.6.bb
similarity index 99%
rename from meta-oe/recipes-extended/ostree/ostree_2021.5.bb
rename to meta-oe/recipes-extended/ostree/ostree_2021.6.bb
index 7e21a0ce90..8f37a7f86f 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2021.5.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2021.6.bb
@@ -25,7 +25,7 @@  SRC_URI = " \
     gitsm://github.com/ostreedev/ostree;branch=main;protocol=https \
     file://run-ptest \
 "
-SRCREV = "63bf5e606b24c7343bfe622bf6af2110ee6beabc"
+SRCREV = "f1155c8d283c3c85d74d5e1050b0dcf8198f750a"
 
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+)"