summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-dbus-fast: upgrade 2.15.0 -> 2.21.0Wang Mingyu2023-12-141-1/+1
| | | | | | | | | | | | | | Changelog: ============ -Speed up message callbacks -Speed up run time constructed method handlers -Speed up ServiceInterface callbacks with cython methods -Small speed up to the aio message reader -Reduce duplicate code in aio MessageBus -Speed up sending messages with call on the MessageBus Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argcomplete: upgrade 3.1.6 -> 3.2.1Wang Mingyu2023-12-141-1/+1
| | | | | | | | | | | | Changelog: ========== -Allow explicit zsh global completion activation -Fix and test global completion in zsh -Add -yes option to activate-global-python-argcomplete -Test suite improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ansi2html: upgrade 1.8.0 -> 1.9.1Wang Mingyu2023-12-141-1/+1
| | | | | | | | | | | | | | Changelog: ============ -Enable testing with py312 -Fix project description -Fix RTD builds -tests/test_ansi2html.py: use sys.executable instead of hardcoded python3 -Replace optparse with argparse -Replace sphinx with mkdocs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: upgrade 1.12.1 -> 1.13.0Wang Mingyu2023-12-141-1/+1
| | | | | | | | Changelog: https://alembic.sqlalchemy.org/en/latest/changelog.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: update to version 8.18.1Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitstring: update to version 4.1.4Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asyncinotify: update to version 4.0.4Derek Straka2023-12-131-3/+3
| | | | | | | NOTE: License changed from MIT -> MPL-2.0 in version 4.0.3 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: update to version 3.0.43Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portion: update to version 2.4.2Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gmqtt: update to version 0.6.13Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bandit: update to version 1.7.6Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymongo: update version to 4.6.1Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-colorlog: update to version 6.8.0Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-distlib: update to version 0.3.8Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-olefile: update to version 0.47Derek Straka2023-12-131-2/+2
| | | | | | | Update license file checksum and verified the terms are the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tox: update to version 4.11.4Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: update to 25.1.2Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gnupg: update to 0.5.2Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: upgrade to 0.23Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmake: update to version 3.28.0Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-termcolor: update to version 2.4.0Derek Straka2023-12-131-1/+1
| | | | | | | | | | | | | | | Changelog: Added - Document terminal colour detection overrides (#60) @hugovk - Add support for Python 3.13 (#55) @hugovk Changed - Improve isatty check (#56) @XiaoliChan - Improve typing (#44) @marcin-serwin - Drop support for EOL Python 3.7 (#47) @hugovk Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ujson: update to version 5.9.0Derek Straka2023-12-131-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: Breaking - Raise TypeError if toDict() returns a non-dict instead of silently converting it to null (#615) @eltoder - Use lowercase strings for bool dict keys (#614) @eltoder Changed - Speed-up and cleanup objToJSON (#615) @eltoder - Use lowercase strings for bool dict keys (#614) @eltoder Fixed - Fix typos found by codespell (#610) @DimitriPapadopoulos - Fix undefined behavior in Buffer_AppendLongUnchecked (#606) @WillAyd Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenlet: update to version 3.0.2Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jasper: enable opengl only wih x11Samuli Piippo2023-12-131-1/+1
| | | | | | | | | The opengl PACKAGECONFIG depends on freeglut, but after commit f721876add48dccfd228cc09ef261909afeb2d25 that's only available with x11. Enable it only when both openg and x11 are available. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pgpool2: use autotools-brokensep instead of setting Balperak2023-12-121-2/+2
| | | | | Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsombok3: use autotools-brokensep instead of setting Balperak2023-12-121-2/+1
| | | | | Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmxml: use autotools-brokensep instead of setting Balperak2023-12-121-4/+2
| | | | | Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbytesize: Removed unnecessary setting of Balperak2023-12-121-1/+0
| | | | | | | Supports out of tree builds Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: Fix do_configure error builder aarch64Robert Yang2023-12-122-0/+32
| | | | | | | | Fixed do_configure error when build on aarch64 host: error: cannot guess build type; you must specify one Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: remove two DebianismsDmitry Baryshkov2023-12-121-2/+9
| | | | | | | | | | | | | | | | | | | | | | If the build happens on a Debian system, android-tools build will hang forever, filling the log files (and the disk) with the following messages: make: dpkg-architecture: No such file or directory make: dpkg-architecture: No such file or directory make: dpkg-architecture: No such file or directory make: dpkg-architecture: No such file or directory /usr/share/dpkg/architecture.mk:9: pipe: Too many open files /usr/share/dpkg/architecture.mk:9: pipe: Too many open files /usr/share/dpkg/architecture.mk:9: pipe: Too many open files /usr/share/dpkg/architecture.mk:9: pipe: Too many open files /usr/share/dpkg/architecture.mk:9: pipe: Too many open files Fix two places which include dpkg makefile fragments from the host system. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rygel: add x11 to DISTRO_FEATURESMartin Jansa2023-12-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * it was added in rygel-0.41.0 with: https://github.com/GNOME/rygel/commit/18cd2cff6f64b7a54156ac97e5c4f50eb8fd8d67 * it might need libx11 dependency as well which would probably be pulled by gtk+3 already when x11 is in DISTRO_FEATURES * as shown in: http://errors.yoctoproject.org/Errors/Details/746017/ it requires x11 even when gtk support is disabled, meson-log.txt: Determining dependency 'x11' with pkg-config executable '/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot-native/usr/bin/pkg-config' env[PKG_CONFIG_DIR]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot/usr/lib/pkgconfig env[PKG_CONFIG_PATH]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot/usr/lib/pkgconfig:/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot/usr/share/pkgconfig env[PKG_CONFIG_LIBDIR]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot/usr/lib/pkgconfig env[PKG_CONFIG_DISABLE_UNINSTALLED]: yes env[PKG_CONFIG_SYSROOT_DIR]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot env[PKG_CONFIG_SYSTEM_LIBRARY_PATH]: /usr/lib:/usr/lib env[PKG_CONFIG_SYSTEM_INCLUDE_PATH]: /usr/include env[PKG_CONFIG]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot-native/usr/bin/pkg-config ----------- Called: `/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot-native/usr/bin/pkg-config --modversion x11` -> 1 stderr: Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable No package 'x11' found ----------- CMake binary for host machine is cached as not found Dependency lookup for x11 with method 'cmake' failed: CMake binary for machine host machine not found. Giving up. Run-time dependency x11 found: NO (tried pkgconfig) ../rygel-0.42.4/src/rygel/meson.build:9:80: ERROR: Dependency "x11" not found, tried pkgconfig Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rygel: fix build with gtk+3 PACKAGECONFIG disabledMartin Jansa2023-12-121-1/+1
| | | | | | | | | | | * fixes: rygel-0.42.4/meson.build:1:0: ERROR: Value "false" (of type "string") for combo option "gtk" is not one of the choices. Possible choices are (as string): "enabled", "disabled", "auto". * possibly changed since: https://github.com/GNOME/rygel/commit/7e1819d9e49084c9dc55064a6f21d0f7caa90da6 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: dont inherit gsettingsMarkus Volk2023-12-091-1/+1
| | | | | | | | | | | | | this fixes an issue I encountered on raspberrypi4-64 at do_rootfs: ERROR: hyprland-image-1.0-r0 do_rootfs: Postinstall scriptlets of ['tracker'] have failed. If the intention is to defer them to first boot, then please place them into pkg_postinst_ontarget:${PN} (). Deferring to first boot via 'exit 1' is no longer supported. Details of the failure are in /home/flk/poky/build-raspi/tmp/work/raspberrypi4_64-poky-linux/hyprland-image/1.0/temp/log.do_rootfs. ERROR: Logfile of failure stored in: /home/flk/poky/build-raspi/tmp/work/raspberrypi4_64-poky-linux/hyprland-image/1.0/temp/log.do_rootfs.629667 ERROR: Task (/home/flk/poky/meta-hyprland-image/recipes-core/images/hyprland-image.bb:do_rootfs) failed with exit code '1' Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: remove obsolete intltool DEPENDSRoss Burton2023-12-091-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgsf: remove obsolete DEPENDSRoss Burton2023-12-091-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview3: remove obsolete DEPENDSRoss Burton2023-12-093-3/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keybinder: disable gtk-doc documentationRoss Burton2023-12-091-0/+4
| | | | | | | The API documentation doesn't build, so force it off until this is fixed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keybinder: use autotools-brokensep instead of setting BRoss Burton2023-12-091-2/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librest: inherit gtk-docRoss Burton2023-12-091-1/+1
| | | | | | | This recipe has gtk-doc API documentation. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librest: remove spurious build dependenciesRoss Burton2023-12-091-4/+1
| | | | | | | | | These are not dependencies of librest 0.8.1. I imagine they ended up in this recipe when the latest version was downgraded back to 0.8.1 and the dependencies not reviewed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gspell: update DEPENDS, switch iso-codes for icuRoss Burton2023-12-091-1/+1
| | | | | | | | | | gspell was changed in 2020 to use icu instead of iso-codes[1]. Signed-off-by: Ross Burton <ross.burton@arm.com> [1] https://gitlab.gnome.org/GNOME/gspell/-/commit/d5a8b72e194a6542ac4f7c850fe126c3c80d3a05 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gspell: inherit gtk-docRoss Burton2023-12-091-1/+1
| | | | | | | This recipe has gtk-doc API documentation. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove unused SRC_DISTRIBUTE_LICENSESRoss Burton2023-12-094-6/+2
| | | | | | | | This variable was removed in oe-core 8c9ef5, and didn't do what any of these recipes seem to be using it for. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xsetroot: upgrade 1.1.2 -> 1.1.3alperak2023-12-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | By default, xsetroot depends on libxmu and xbitmaps xsetroot dependencies -> https://gitlab.freedesktop.org/xorg/app/xsetroot/-/blob/master/configure.ac?ref_type=heads#L41 xbitmaps has no dependency on libxmu but it was added as a dependency in version 1.1.2. When upgrading xbitmaps to version 1.1.3, libxmu removed from the dependencies Since xsetroot depends on xbitmaps, and libxmu was removed from xbitmaps dependencies, encountered missing libxmu dependencies error. xbitmaps dependencies -> https://gitlab.freedesktop.org/xorg/data/bitmaps/-/blob/master/configure.ac?ref_type=heads xbitmaps upgrade 1.1.2 to 1.1.3 -> https://github.com/openembedded/meta-openembedded/commit/5430b16813c87dc5d69a2ae21bc6d5f2b73cd8d5 So, added libxmu as a dependency to xsetroot for fixing build issue. Changelog: * gitlab CI: stop requiring Signed-off-by in commits * Handle -Wsign-compare warnings * Variable scope reductions as recommended by cppcheck * Build xz tarballs instead of bzip2 * CI: add a basic build test * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* terminus-font: build compressed archives with -nJean-Marc BOUCHE2023-12-082-1/+69
| | | | | | | | | | | | | | When building this recipe, internal archives are compressed with gzip. The compressed archives contain a header with the field MTIME (Modification Time) which is initialized from the built date. As a consequence, two builds of this recipe always generate packages whose checksum differs. Adding the -n option to gzip while compressing the archive does not save the original time stamp by default hence making reproducible package. Signed-off-by: Jean-Marc BOUCHE <jean-marc.bouche@foss.st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zenity: Upgrade to 4.0.0Zoltán Böszörményi2023-12-082-37/+7
| | | | | | | | | | zenity 4.x now uses GTK4 and GTK4-based webkitgtk. The perl based gdialog is no more, its subpackage would be empty. Don't try to generate this subpackage. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snappy: upgrade 1.1.9 -> 1.1.10alperak2023-12-083-75/+37
| | | | | | | | | | | | | * 0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch removed because fixed in the new version * Added fix-build-on-32bit-arm.patch to fix arm build Changelog: * Performance improvements * Compilation fixes for various environments Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmakePetr Chernikov2023-12-072-1/+2
| | | | | | | | | Old versions of abseil-cpp could not be compiled using C++ Standard 17. For now this cmake flag is not needed. Mosh compilation fixed by specifying c++17 standard. Signed-off-by: Petr Chernikov <p.chernikov@yadro.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-mga: upgrade 2.0.0 -> 2.0.1alperak2023-12-072-73/+3
| | | | | | | | | | | | | | | | * checkfile.patch removed because fixed in the new version -> https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/commit/f227f2f286123a9ca64b567783825a2c18b87971 * License-Update: Fixed the typo in a word. "MERCHANTIBILITY" -> "MERCHANTABILITY" Changelog: * Fix uninitialized read in MGAEnableSecondOutPut * gitlab CI: add a basic build test * Fix spelling/wording issues * Build xz tarballs instead of bzip2 * configure.ac: fix cross-compilation Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Upgrade 2023.7 -> 2023.8Jose Quaresma2023-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ git --no-pager log --oneline v2023.8...v2023.7 5b23804a (tag: v2023.8) Release 2023.8 6e303318 Merge pull request #3106 from cgwalters/commit-reflink c3dff62e commit: Try reflinks for local commits by default 59b9f9a8 Merge pull request #3105 from cgwalters/sysroot-borrow-fd 09e32d61 Merge pull request #3107 from cgwalters/drop-userxattr-test bab87cbd tests: Drop bare-user on tmpfs negative test 15d0777b Merge pull request #3104 from cgwalters/s390x-target c3aa2958 bootloader/zipl: Run in target deployment as container if needed aa635bf5 sysroot: Expose deployment runner outside of selinux e794a0c0 Merge pull request #3103 from cgwalters/tmpfiles-factory-var d3190dbf sysroot: Add a method to borrow sysroot fd 74456972 sysroot: Support specifying bwrap arguments 791337fa sysroot: Expose deployment container executor internally 66064d96 tmpfiles: Copy `/usr/share/factory/var` to `/var` b0be2336 Merge pull request #3102 from cgwalters/deploy-cleanup-run 68cc1960 sysroot/deploy: Drop unnecessary g_ptr_array_free 31cbcc72 deploy: Use NULL terminated strv 5cc78fd7 Merge pull request #3100 from cgwalters/misc-finalization d3de3a0a tests: Add a dedicated finalization test d24714e3 Merge pull request #3101 from cgwalters/drop-redundant-includes 0c85e1ff main: Drop some redundant includes of `ot-main.h` 78905ffb man: Two finalization fixes 12cbb3dd Merge pull request #3090 from cgwalters/stabilize-locking 28cc7618 sysroot: Stabilize deployment finalization, add API and CLI 1ca4f02a status: Add error prefix for gpg verification b6f435fe tests: Turn off gpg verification for dev builds ff7e7f47 Merge pull request #3099 from markmc/man-sysroot-readonly 2cfa8aba man: improve sysroot.readonly docs cd1728a4 Merge pull request #3098 from jlebon/pr/abort-concurrent 8002983d ci: cancel previous build on PR update de22914e Merge pull request #3097 from cgwalters/symbol-cleanups 315cbdd3 lib: Don't hardcode year in sample symver section 76e4833d devel: Fix symbol versioning number 82392e3f Merge pull request #3095 from alexlarsson/fix-post-copy-symlinks acb88600 Fix admin post-copy handling of symlinks 508443f7 Merge pull request #3094 from alexlarsson/admin-deploy-post-copy accb1f06 Add `ostree admin post-copy` command 29973774 Merge pull request #3091 from cgwalters/fix-soup3 bc62fd51 unlock: Don't pass options again to overlayfs 331bc17e Merge pull request #3093 from cgwalters/rust-alias-stateroot c668a8c5 tests: Work around systemd regression for boot id parsing 3535b58f rust: Add a `stateroot()` alias in the Rust bindings ce2a33e8 build-sys: Enable libsoup3 by default if installed 2c774deb Merge pull request #3089 from cgwalters/fix-undeploy-parsing c3cf5b23 undeploy: Parse integer more properly e4b82c4a Merge pull request #3080 from nikita-dubrovskii/s390x_secure_boot c3a9a642 lib/bootloader-zipl: Check for Secure Boot before zipl 67ccf6e0 Merge pull request #3085 from cgwalters/s390x-units 75c7e51a bootloader/zipl: No-op if run as non-root cfb63b89 Merge pull request #3083 from cgwalters/release 36d96931 configure: post-release version bump Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>