diff mbox series

[meta-oe] ostree: upgrade 2023.2 -> 2023.3

Message ID 1684997851-2098-3-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] ostree: upgrade 2023.2 -> 2023.3 | expand

Commit Message

Mingyu Wang (Fujitsu) May 25, 2023, 6:57 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
  configure: post-release version bump
  treegen: Require at least one mutation
  ci: Turn off errors for deprecated-declarations
  ci: Drop workaround for fedora-release-container
  rust: Bump MSRV to 1.64
  build-sys: Squash automake conditional warning re '.PHONY'
  Add clang formatting infrastructure
  lib: clang-format 'ostree.h'
  tree-wide: Fix various include ordering issues
  lib: Fix one include
  clang-format: Don't align backslashes
  tree-wide: Run clang-format
  ci: Validate clang-format
  tests/inst: Add xshell and use it in one place
  tests: Ensure real GIO backends aren't used
  ci: Add test configuration with soup3
  fetcher/soup3: Rewrite without threads
  fetcher: add libsoup3 backend
  lib/sysroot-cleanup: Convert bootdir listing to dfd-relative
  lib/sysroot-cleanup: Make some static utility functions global
  lib/sysroot-cleanup: Drop dead code
  lib/sysroot-cleanup: Factor out bootfs cleanup
  lib/sysroot-cleanup: Make bootfs cleanup function global
  libotutil: add utility functions for calculating directory size
  lib/sysroot-deploy: Nuke 'finalize-failure.stamp' on successful finalization
  tests/kola: delete unused .gitignore
  tests/kolainst: Add 'make localinstall'
  lib/sysroot-deploy: Add experimental support for automatic early prune
  configure: post-release version bump
  lib/fetcher: Add some debugging messages to the libsoup request path

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../ostree/{ostree_2023.2.bb => ostree_2023.3.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/ostree/{ostree_2023.2.bb => ostree_2023.3.bb} (98%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/ostree/ostree_2023.2.bb b/meta-oe/recipes-extended/ostree/ostree_2023.3.bb
similarity index 98%
rename from meta-oe/recipes-extended/ostree/ostree_2023.2.bb
rename to meta-oe/recipes-extended/ostree/ostree_2023.3.bb
index 7eeb77474..3129dc114 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2023.2.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2023.3.bb
@@ -23,7 +23,7 @@  SRC_URI = " \
     ${GITHUB_BASE_URI}/download/v${PV}/libostree-${PV}.tar.xz \
     file://run-ptest \
 "
-SRC_URI[sha256sum] = "ceb0788755a0bff5738d44543552fbf883cf71df481baa3ca7288da7a402bb85"
+SRC_URI[sha256sum] = "9c575a094da2c307769f0aee15de95470c3b5550cbff211fbbc4f6fc75f333b1"
 
 S = "${WORKDIR}/libostree-${PV}"