summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-blivet/python3-blivet
Commit message (Collapse)AuthorAgeFilesLines
* python-blivet: 3.9.2 -> 3.12.1Kai Kang2025-04-021-7/+11
| | | | | | | | | Upgrade python-blivet from 3.9.2 to 3.12.1: * rebase 0002-run_program-support-timeout.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivet: upgrade 3.9.1 -> 3.9.2Wang Mingyu2024-04-022-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 0006-tweak-btrfs-packages.patch 0011-invoking-dd-with-infinite-timeout.patch refreshed for 3.9.2 Changelog: ========== -tests: Add a simple unit test for listing btrfs subvolumes -Fix getting default subvolume ID for mounted btrfs volumes -Do not try to get btrfs subvolumes without libblockdev -Do not raise not implemented exception when checking if btrfs is empty -Try to start stratisd before checking its availability -Fix creating Stratis filesystem without size specified -Fix printing the partition type UUID -Adjust check for btrfs filesystem being empty -Fix util.detect_virt on Amazon -misc: Vagrantfile update -misc: Run pip with --break-system-packages -misc: Add missing libmount build dependencies -availability: Check for mpath friendly names availability -Allow running blivet without libmount Python bindings -Fstab cleanup fix -Fix getting subvolumes for mounted btrfs volumes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivet: upgrade 3.8.2 -> 3.9.1Wang Mingyu2024-03-208-56/+32
| | | | | | | | | | | | | | | 0002-run_program-support-timeout.patch 0003-support-infinit-timeout.patch 0005-fix-incorrect-timeout-while-system-time-changed.patch 0006-tweak-btrfs-packages.patch 0007-invoking-mount-with-infinite-timeout.patch 0008-use-oe-variable-to-replace-hardcoded-dir.patch 0010-invoking-mkfs-with-infinite-timeout.patch 0011-invoking-dd-with-infinite-timeout.patch refreshed for 3.9.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivet: 3.4.3 -> 3.8.2Kai Kang2023-11-021-28/+0
| | | | | | | | | | | Update python3-blivet 3.4.3 to 3.8.2 * drop 0004-fix-new.roots-object-is-not-iterable.patch which is not needed any more * adjust indent as well Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivet: 3.1.4 -> 3.4.0Kai Kang2021-08-063-75/+13
| | | | | | | | | | | | Upgrade python3-blivet from 3.1.4 to 3.4.0. * it imports selinux conditionally, so remove 0001-comment-out-selinux.patch * rebase 0008-use-oe-variable-to-replace-hardcoded-dir.patch and 0010-invoking-mkfs-with-infinite-timeout.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-blivet: 3.0.1 -> 3.1.1Hongxu Jia2018-11-2713-118/+47
| | | | | | | | | Drop 0012-remove-dmraid-dependency-check.patch and 0013-add-Z-y-and-y-to-lvm.pvcreate.patch which the new version has fixed the issues Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivet: add `-Z y' and `-y' to lvm.pvcreateHongxu Jia2018-08-151-0/+41
| | | | | | | | | | | | | | While reinstall a crypt fs, it occasionally failed [snip] |gi.overrides.BlockDev.LVMError: Process reported exit code 5: WARNING: atari signature detected on /dev/mapper/luks-0e5f891c -7701-48bc-a41e-8d626b6ef953 at offset 466. Wipe it? [y/n]: [snip] Add `-Z y' and `-y' to lvm.pvcreate Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivet: remove dmraid from dependency checkHongxu Jia2018-08-151-0/+31
| | | | | | | OE does not have dmraid recipe, so remove it from dependency check. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivet: 2.2.0 -> 3.0.1Hongxu Jia2018-08-0214-174/+53
| | | | | | | | | | | | - Drop 0004-Mount-var-volatile-during-install.patch and 0005-update-fstab-by-appending.patch which are moved to python3-anaconda 28.22.11 - Drop 0013-Revert-Adapt-to-logging-module-name-change.patch whichis obsolete Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-blivet: fix invoking dd timeout caused partition failedHongxu Jia2018-03-121-0/+31
| | | | | | | | This large timeout is needed when running on machines with lots of disks, or with slow disks. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-blivet: add recipe 2.2.0Hongxu Jia2017-08-2813-0/+607
Remove provides of `pykickstart' in python3-pykickstart Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>