Fedora Packages

blivet-data-3.4.2-1.fc36 in Fedora Rawhide

↵ Return to the main page of blivet-data
View build
Search for updates

Package Info
🠗 Changelog
🠗 Provides
🠗 Files

Changelog

Date Author Change
2021-09-30 Vojtech Trefny <vtrefny at redhat dot com> - 3.4.2-1 - pylint: Remove pdb breakpoint in device_properties_test (vtrefny) - pylint: Fix exception string in get_cow_sysfs_path (vtrefny) - pylint: Remove redundant 'u' prefixes for strings in doc/conf.py (vtrefny) - pylint: Ignore the "redundant-u-string-prefix" warning in i18n.py (vtrefny) - pylint: Ignore the new warning W1514 "unspecified-encoding" (vtrefny) - pylint: Fix multuple unused variables 'e' in exceptions (vtrefny) - Makefile: Specify weblate repository branch for the potfile target (vtrefny) - flags: Fix leaking file descriptor (vtrefny) - README: Add info about our openSUSE/Mageia/OpenMandriva Copr repo (vtrefny) - Fix checking for LVM VDO support with libblockdev 2.23 and older (vtrefny) - tasks: Allow specifying custom error message for UnavailableMethod (vtrefny) - Use setuptools instead of distutils in setup.py (vtrefny) - Use shutil.which instead of distutils.spawn.find_executable (vtrefny) - Do not use FS.mount for btrfs temporary mounts (vtrefny)
2021-08-19 Vojtech Trefny <vtrefny at redhat dot com> - 3.4.1-1 - pylint: Ignore deprecation warning about threading.currentThread (vtrefny) - Fix getting PV info in LVMPhysicalVolume from the cache (vtrefny) - Fix ActionRemoveMember requires check (#1993655) (vtrefny) - util: Ignore false positive assignment-from-no-return warning in ObjectID (vtrefny) - tasks: Ignore pylint arguments-differ warning for do_tasks (vtrefny) - Remove unused __save_passphrase member from LUKS_Data (vtrefny) - size: Ignore new pylint warning "arguments-renamed" (vtrefny) - Do not use deprecated (vtrefny) - Remove unused member __names from DeviceFactory (vtrefny) - Improve error message printed for missing dependecies (vtrefny) - tests: Print version and blivet location when running tests (vtrefny) - tests: Allow running tests without the tests directory in PYTHONPATH (vtrefny) - edd_test: Locate the edd_data based on the test file location (vtrefny) - Run Anaconda tests on blivet pull requests (jkonecny) - Do not set chunk size for RAID 1 (vtrefny) - When sorting devices make sure partitions are sorted correctly (vtrefny) - Make sure LVM config is updated before running pvcreate (vtrefny) - Tell LVM to ignore the new devices file for now (vtrefny) - Revert "Use PARTITION_ESP flag for EFIFS partitions (#1930486)" (vtrefny) - Fix resolving devices with names that look like BIOS drive number (vtrefny) - Ignore pylint false positive no-member warning (vtrefny) - Fix util.virt_detect on Xen (vtrefny) - Fix/unify importing mock module in tests (vtrefny) - Convert LVM filter lists to sets (vtrefny) - Remove action device from LVM reject list (vtrefny) - Fix activating old style LVM snapshots (vtrefny) - Make sure the device is setup before configuring its format (vtrefny) - Remove RHEL 9 specific patch from SPEC (vtrefny) - Use package list instead of cycle in our dependencies Ansible playbook (vtrefny) - Add vagrant file for running tests and development in a VM (vtrefny) - Update our playbook for installing test dependencies (vtrefny) - Add example for working with actions (vtrefny) - Add LUKS encrypted LV to LVM example (vtrefny) - Add example for LVM thin provisioning (vtrefny) - Squashed 'translation-canary/' changes from 3bc2ad68..4d4e65b8 (vtrefny)
2021-07-23 Fedora Release Engineering <releng at fedoraproject dot org> - 1:3.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2021-07-21 Vojtech Trefny <vtrefny at redhat dot com> - 3.4.0-4 - Revert "Use PARTITION_ESP flag for EFIFS partitions" (#1975375)
2021-06-30 Vojtech Trefny <vtrefny at redhat dot com> - 3.4.0-3 - Fix resolving devices with names that look like BIOS drive number (#1960798)
2021-06-03 Python Maint <python dash maint at redhat dot com> - 1:3.4.0-2 - Rebuilt for Python 3.10
2021-05-07 Vojtech Trefny <vtrefny at redhat dot com> - 3.4.0-1 - Fix setting SELinux flag in SELinuxContextTestCase (vtrefny) - Allow running blivet without Python SELinux module (vtrefny) - Adapt to dosfstools 4.2 FAT label changes (vtrefny) - Add LVM VDO to public API (vtrefny) - Add a special exception type for LVM inconsistent sector sizes (vtrefny) - Remove the "encryption_passphrase" attribute from Blivet class (vtrefny) - Use PARTITION_ESP flag for EFIFS partitions (#1930486) (vtrefny) - Provide better error message for LVM with inconsistent sector sizes (vtrefny) - Avoid AttributeError for DiskLabel formats without disklabel type (vtrefny) - Ignore ArithmeticError when trying to align partition size down (vtrefny) - Do not log entire exception when trying to get ISCSI initiator name (vtrefny) - Fix running BlivetLVMVDODependenciesTest test case as non-root (vtrefny) - Remove EDD test logs after the tests finish (vtrefny) - Replace IOError with OSError around file operations (vslavik) - spec: Add 'make' to BuildRequires (vtrefny) - Fix usage of assert_called_with in lvm_test (vtrefny) - apply directory's SELinux context to freshly created mount points (rmetrich) - Try to get Btrfs volume UUID using libblockdev if UDev lookup fails (vtrefny) - Allow removing LVM VDO devices without VDO support (vtrefny) - Sync spec with downstream (vtrefny) - Use real paths to Python site packages (vponcova) - Fix excessive logging in udev.__is_ignored_blockdev (vtrefny) - Make sure we use size >= LVM VDO min size in test_lv_unique_name (vtrefny) - Replace pocketlint by a custom script (vtrefny) - Fix pylint errors in translation canary (jkonecny) - Bump required libblockdev version to 2.24 (vtrefny) - Fix external dependencies for LVM VDO devices (vtrefny) - Use better description for libblockdev plugins in tasks.availability (vtrefny) - Set minimum size for LVM VDO pool devices (vtrefny) - Add LVM VDO documentation (vtrefny) - Add LVM VDO example (vtrefny) - Add nodiscard option by default when creating VDO logical volumes (vtrefny) - Allow adding nodiscard option when running mkfs (vtrefny) - Add VM test for LVM VDO (vtrefny) - Add LVM VDO device factory (vtrefny) - Allow creating LVM VDO pools and volumes using "blivet.new_lv" (vtrefny) - Add support for creating LVM VDO pools and LVM VDO volumes (vtrefny) - Add "vdo_lv" property to LVMVDOPoolMixin (vtrefny) - Read the LVM VDO pool current size from the internal data LV (vtrefny) - Add availability functions for LVM VDO (vtrefny) - Add VDO pool data LV to internal LVs during populate (vtrefny) - Fix type of LVM VDO logical volumes (vtrefny)
2021-04-12 Vojtech Trefny <vtrefny at redhat dot com> - 3.3.3-2 - Avoid AttributeError for DiskLabel formats without disklabel type (#1945914)
2021-02-18 Vojtech Trefny <vtrefny at redhat dot com> - 3.3.3-1 - apply compression settings from blivet.flags.btrfs_compression (#1926892) (michel)
2021-01-27 Fedora Release Engineering <releng at fedoraproject dot org> - 1:3.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Provides

  • blivet-data

Files


Sources on Pagure