Commit Graph

26549 Commits

Author SHA1 Message Date
Khem Raj
227d7536f9 ruli: Pass cflags to makefile
Fixes
WARNING: ruli-0.36-r0 do_package_qa: QA Issue: File /usr/lib/.debug/libruli.so.4 in package ruli-dbg contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-28 16:34:59 -07:00
Khem Raj
7082ee8e0b lshw: Pass OE cflags via RPM_OPT_FLAGS
These flags are needed to edit absolute build paths which get encoded
for debug informaiton etc.

Fixes
WARNING: lshw-02.19.2+gitAUTOINC+42fef56573-r0 do_package_qa: QA Issue: File /usr/sbin/.debug/lshw in package lshw-dbg contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 18:36:56 -07:00
Khem Raj
085703da29 zeroconf: Pass cflags from environment
Fixes
WARNING: zeroconf-0.9-r1 do_package_qa: QA Issue: File /usr/sbin/.debug/zeroconf in package zeroconf-dbg contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 18:36:56 -07:00
Khem Raj
7b0475a6ea libleak: Upgrade to 0.3.6
Do not overwrite cflags when calling make on libwuya

Fixes
WARNING: libleak-1.0+gitAUTOINC+ea2bb608ae-r0 do_package_qa: QA Issue: File /usr/lib/.debug/libleak.so in package libleak-dbg contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 18:36:56 -07:00
Khem Raj
399a48770b orrery: Pass OE provided cflags
Drop Makefiles from packaging /usr/share as a result of mass copy

Fixes
WARNING: orrery-2.7-r0 do_package_qa: QA Issue: File /usr/bin/.debug/orrery in package orrery-dbg contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 18:36:56 -07:00
Khem Raj
3b73aba951 ipvsadm: Pass build environment cflags to compiler
This helps in avoiding absolute build time paths in binaries debug info

Fixes
WARNING: ipvsadm-1.31-r0 do_package_qa: QA Issue: File /usr/sbin/.debug/ipvsadm in package ipvsadm-dbg contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 18:36:56 -07:00
Christophe Vu-Brugier
db5e11c890 switchtec-user: add new recipe
switchtec-user provides an easy to use CLI and C library for
communicating with Microsemi's Switchtec management interface.

https://github.com/Microsemi/switchtec-user/

Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Khem Raj
829dcb63f0 ipmiutil: Pass --enable-useflags
This ensures CFLAGS and LDFLAGS from environment are passed to build

Fixes
File /usr/sbin/.debug/iseltime in package ipmiutil-dbg contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Khem Raj
e770e09e40 ipmiutil: Upgrade to 3.1.9
Changes
03/12/2020 ARCress ipmiutil-3.1.6  changes (iver 3.16)
  util/iconfig.c          - fix Fedora bug 1811462 [abrt] ipmiutil config -a
  util/ipmiutil.c         - show version with usage in -h case
  scripts/ipmiutil.env.template - renamed env as template
			    (contributed by mwilliams<at>illuminate.solutions)
  scripts/Makefile.am     - renamed env as template
  scripts/checksel	  - also rm -f $ddir/sel.idx after isel -d
			    (contributed by eguzovsky<at>gmail.com)
  doc/Makefile.am     	  - change gzip -f to gzip -nf for man pages
			    (SR#40 patch from Jeremy Puhlman)

08/31/2020 ARCress ipmiutil-3.1.7  changes (iver 3.17)
  setup/*          - added Win msi setup files
  lib/lanplus/lanplus.c   - revert WIN IPv6 changes, add os_assert routine
  lib/lanplus/lanplus_crypt.c - switch assert to os_assert/return
  lib/lanplus/lanplus_crypt_implc.c - switch assert to os_assert
  util/ipmidir.h	  - AMD_SMB_1_STATUS_* 1< to 1<<  (SF_SR#41)
  util/isel.c             - fix compile warning
  util/ilan.c             - fix compile warning
  configure.ac   - add --enable-doc option to allow not building documentation
  		     contributed by Fabrice Fontaine (ffontaine)
  util/isensor.c  - add SDR conflict 0xC5 handling retries with delay
   		     contributed by albertlav

11/15/2021 ARCress ipmiutil-3.1.8  changes (iver 3.18)
  libeay32.dll - updated for Windows 64 lanplus
  ssleay32.dll - updated for Windows 64 lanplus
  util/oem_supermicro.c - disable DIMM decoding from SMBIOS for SuperMicro (albertlav)
  util/ilan.c  - new -W option to limit lan settings
  util/ipmicmd.h - add VENDOR_MITAC
  util/subs.c    - add VENDOR_MITAC
  util/ipmilanplus.c - print reason if no lan2
  util/ipmilan2.c    - print reason if no lan2
  util/isensor.c  - never skip free_sdr_cache() SR#45
  configure.ac   - fix --disable-lanplus option to avoid random disables,
		   recognize openssl-3.0 for SSL flags

03/03/2023 ARCress ipmiutil-3.1.9  changes (iver 3.19)
  util/isensor.c - fix -i get_idx_range to show last idx in range
  util/igetevent.c - fix printf extra arg
  util/memif.c - SR56: try UEFI address 6d5a7000 if F0000 error
  configure.ac - Clang 16 fixes, resolve -Wimplicit-function-declaration issues
			 (Sam James sam@gentoo.org 11/16/2022)
  lib/lanplus/lanplus.h - resolve implicit os_assert declaration (Sam James)
  util/ireset.c  - SR58: remove is_romley case for ireset -D
  scripts/ipmiutil_wdt - SR43: changed $prog to $progn for Debian
  scripts/uninstall.vbs - SR53: add ; to fix path
  SR53 (Windows): install libeay32.dll, ssleay32.dll into ipmiutil path also
  util/ipmidir.c - ipmi_open_direct(char)
  util/mem_if.c  - UCHAR/int
  doc/ipmiutil.spec - enumerate ipmiutil.env, ipmiutil.env.template
  configure.ac  - add -Wlto-type-mismatch to cfwarn

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Khem Raj
6ab0ca758a x265: Pass --debug-prefix-map to nasm
Ensures absolute source paths are not emitted into nasm assembled objects

Fixes
WARNING: x265-3.2.1-r0 do_package_qa: QA Issue: File /usr/lib/.debug/libx265.so.179 in package x265-dbg contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Khem Raj
eb0878eccf sgpio: Pass CFLAGS to make
Ensures all compiler options are passed to build

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Khem Raj
26842ecc3b vlan: Pass CFLAGS via CCFLAGS
CCFLAGS is used in Make rules which will ensure file remapping options
are used when compiling

Fixes
WARNING: vlan-1.9-r0 do_package_qa: QA Issue: File /usr/sbin/.debug/vconfig.vlan in package vlan-dbg contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Khem Raj
1b0f5d3068 tracker: Point TOP_SRCDIR to target path
source_root uses absolute path to build time srcdir
which results in buildpath errors

Fixes
File /usr/bin/tracker3 in package tracker contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Khem Raj
c0a344ab71 libgphoto2: Edit out sysroot from CC variable in configure
Configure emits HAVE_CC variable to be used in sourcecode and its built
from CC env var, CC in OE contains buildpaths in --sysroot option,
therefore edit this option out in configure.ac itself and remove all
other workarounds to fix this issue in recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Ross Burton
df8fb32c54 networkmanager: add dependency on pyhthon3-pygobject-native
The build of NM involves running Python that uses PyGObject, so add that
to DEPENDS.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Ross Burton
8070e9c5c7 xfce4-panel-profiles: requires gobject-introspection-data DISTRO_FEATURE
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Ross Burton
496c2fbca6 menulibre: requires gobject-introspection-data DISTRO_FEATURE
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Ross Burton
ac3f618fd0 catfish: requires gobject-introspection-data DISTRO_FEATURE
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Ross Burton
d575f9f07d xfce4-whiskermenu-plugin: don't forcibly recommend a menu editor
A menu plugin doesn't need to recommend a specific menu editor.

This also means that the whiskermenu plugin can be built without
gobject-introspection being present, which means menulibre is unbuildable.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Ross Burton
1c7861509e python3-blivetgui: requires gobject-introspection-data DISTRO_FEATURE
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Ross Burton
3a91d8c6c5 packagegroup-xfce-extended: only build catfish and panel-profies if G-I enabled
These recipes need gobject-introspection-data to be enabled.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Ross Burton
d27e920c58 nautilus: requires gobject-introspection-data DISTRO_FEATURE
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Ross Burton
caf45f1bc2 geoclue: the library doesn't need gobject-introspection
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Ross Burton
b2cfedf9a1 gnome-photos: requires gobject-introspection-data DISTRO_FEATURE
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Ross Burton
315d3eefc1 gnome-desktop: gobject-introspection is not in fact mandatory
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:37 -07:00
Ross Burton
1326431a63 libpeas: requires gobject-introspection-data DISTRO_FEATURE
Until libpeas 2 is released, g-i is a hard requirement.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26 08:28:32 -07:00
Ross Burton
e4fd833f2b packagegroup-meta-oe.bb: only build libpeas if gobject-introspection is enabled
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Ross Burton
95f7b97b3a grilo-plugins: add PACKAGECONFIG for tracker
Add a PACKAGECONFIG for the tracker plugin, and enable it only if
gobject-introspection is enabled.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Ross Burton
c89b5141d3 eog: requires gobject-introspection-data DISTRO_FEATURE
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
aea3f99f97 setxkbmap: upgrade 1.3.3 -> 1.3.4
Changelog:
============
Check for the XWAYLAND extension
Fix "Xwayland" spelling
Route the Xwayland warning through stderr
Be more careful about querying randr
gitlab CI: stop requiring Signed-off-by in commits

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
a193ec78a7 python3-xmlschema: upgrade 2.2.3 -> 2.3.0
Changelog:
===========
 Improve sequence/all restriction checks for XSD 1.1
 Add schema argument to Wsdl11Document

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
4d763b8d6a python3-tzlocal: upgrade 4.3 -> 5.0.1
Changelog:
===========
- The logging info under windows made it look like it looked up the registry
  info even when you had a TZ environment, but it doesn't actually do that.
- Improved the handling of loggers.
- Fixed a bug in the new assert_tz_offset method.
- Change how the system offset is calculated to deal with non-DST
  temporary changes, such as Ramadan time in Morocco.
- Change the default to only warn when the timezone offset and system
  offset disagree (but still not even warn if TZ is set)
- Add the assert_tz_offset() method to the top level for those who want
  to explicitly check and fail.
- Removed the deprecation shim.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
2083b3a47f valijson: upgrade 1.0 -> 1.0.1
Changelog:
=========
 Fixes typos in preprocessor macros
 Adds Github Actions configuration for CI
 Fixes validation_visitor to work with forward iterator adapters

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
c0200da3dd rdma-core: upgrade 45.0 -> 46.0
Changelog:
==========
 Merge pull request #1327 from haoyue-Xu/bugfixes
 libhns: Disable local invalidate operation
 Merge pull request #1330 from amzn/change-maintainer
 MAINTAINERS: Update EFA provider maintainer
 Merge pull request #1329 from selvintxavier/bnxt_update
 bnxt_re/lib: Remove deferred arming logic
 bnxt_re/lib: Fix the UD completion reported
 Merge pull request #1328 from amzn/tests-fix
 tests: Skip rc_flush tests if not supported in kernel
 tests: Fix get_net_name for cases there is no net device

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
413c42d14f python3-sentry-sdk: upgrade 1.22.2 -> 1.24.0
Changelog:
==========
New: Celery Beat exclude tasks option
New: Add support for ExceptionGroups
Prefer importlib.metadata over pkg_resources if available
Work with a copy of request, vars in the event
Pinned version of dependency that broke the build
Disable Django Cache spans by default.
New: Add loguru integration
Do not truncate request body if request_bodies is "always"
Fixed Celery headers for Beat auto-instrumentation
Add db.operation to Redis and MongoDB spans
Make sure we're importing redis the library
Add include_source_context option
Import Markup from markupsafe
Fix __qualname__ missing attribute in asyncio integration
Remove relay extension from AWS Layer
Add a note about pip freeze to the bug template

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
a0e0f20465 python3-stevedore: upgrade 5.0.0 -> 5.1.0
Changelog:
==========
* Revert "Moves supported python runtimes from version 3.8 to 3.10"
* Moves supported python runtimes from version 3.8 to 3.10
* Update master for stable/2023.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
8c18a3e887 zchunk: upgrade 1.3.0 -> 1.3.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
b1bf3d7ac6 python3-websocket-client: upgrade 1.5.1 -> 1.5.2
Changelog:
=========
  - Add typehints (#908)
  - Fix pytype errors (#906)
  - Fix args passed to logging function (#898)
  - Standardize PEP 3101 formatting (c6a445f)
  - Add more verbose exception for unsuccessful handshake for #900

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
60f164d111 python3-xlsxwriter: upgrade 3.1.0 -> 3.1.1
Changelog:
==========
* Add support for new Excel dynamic functions added in 2023.
* Added support for adding a color to the 'invert_if_negative' chart option.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
22d4ce38cc python3-sqlalchemy: upgrade 2.0.13 -> 2.0.15
Changelog:
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.15

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
7d7d076618 python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1
Bug Fixes
========
-#907: Avoid remote calls during startup as execnet by default does not ensure
 remote affinity with the main thread and might accidentally schedule the
 pytest worker into a non-main thread, which breaks numerous frameworks, for
 example asyncio, anyio, PyQt/PySide, etc.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
ccdc1447e2 python3-google-auth: upgrade 2.18.0 -> 2.18.1
Bug Fixes
=========
    Self signed jwt token should be string type

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
db4970bb2f python3-django: upgrade 4.1.7 -> 4.2.1
Changelog:
https://docs.djangoproject.com/en/4.2/releases/4.2.1/

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
c5919a93ca python3-pulsectl: upgrade 23.5.1 -> 23.5.2
Changelog:
  Fix incorrect type for PA_SAMPLE_SPEC.channels, affecting big-endian architectures

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
164343172d python3-protobuf: upgrade 4.23.0 -> 4.23.1
Changelog:
===========
    Add a workaround for GCC constexpr bug (67ecdde)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
01500da178 python3-astroid: upgrade 2.15.4 -> 2.15.5
Changelog:
 Handle objects.Super in helpers.object_type().

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
5087609481 python3-u-msgpack-python: upgrade 2.7.2 -> 2.8.0
Changelog:
===========
 Migrate module to package.
 Migrate documentation to Sphinx.
 Improve types and formatting in docstrings.
 Add type stubs.

License-Update: Copyright year updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
e2055a8e6a python3-can: upgrade 4.2.0 -> 4.2.1
Bugfixes:
===========
 The ASCWriter now logs the correct channel for error frames (#1578, #1583).
 Fix PCAN library detection (#1579, #1580).
 On Windows, the first two periodic frames were sent without delay (#1590).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
4818d3f177 python3-asgiref: upgrade 3.6.0 -> 3.7.1
Changelog:
==========
* On Python 3.10 and below, the version of the "typing_extensions" package
  is now constrained to be at least version 4 (as we depend on functionality
  in that version and above)
* Contextvars are now required for the implementation of Local as Python 3.6
  is now no longer a supported version.
* sync_to_async and async_to_sync now pass-through
* Debug and Lifespan State extensions have resulted in a typing change for some
  request and response types. This change should be backwards-compatible.
* "asgiref" frames will now be hidden in Django tracebacks by default.
* Raw performance and garbage collection improvements in Local, SyncToAsync,
  and AsyncToSync.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00
Wang Mingyu
8fd5138a0b ostree: upgrade 2023.2 -> 2023.3
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25 08:57:47 -07:00