Fedora Packages

blivet-data-3.9.1-2.fc40 in Fedora 40

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

Package Info
🠗 Changelog
🠗 Provides
🠗 Files

Changelog

Date Author Change
2024-03-12 Vojtech Trefny <vtrefny at redhat dot com> - 3.9.1-2 - Fix scanning partitions on RAID arrays (#2269133)
2024-02-27 Vojtech Trefny <vtrefny at redhat dot com> - 3.9.1-1 - Try to assemble MD arrays during populate (#2236356) (vtrefny) - Fix UnboundLocalError in MD populator (vtrefny) - Fix crash when scanning degraded/not fully assembled MD arrays (vtrefny) - pylint: Remove some old false positives (vtrefny) - tests: Skip MD storage tests on RHEL/CentOS 9 (vtrefny) - misc: Bump libblockdev version for Debian (vtrefny) - Fix typos (vtrefny) - Remove unused import (vtrefny)
2024-02-12 Vojtech Trefny <vtrefny at redhat dot com> - 3.9.0-3 - Fix UnboundLocalError in MD populator (#2263668)
2024-02-06 Vojtech Trefny <vtrefny at redhat dot com> - 3.9.0-2 - Fix crash when scanning degraded/not fully assembled MD arrays
2024-01-31 Vojtech Trefny <vtrefny at redhat dot com> - 3.9.0-1 - Fix getting default LVM cache metadata size from libblockdev (vtrefny) - Fix checking for segment type for cache pools (vtrefny) - tests: Enable GFS2 tests (vtrefny) - tests: Move 'test_labels' to unit tests (vtrefny) - Add a new function to check if a filesystem is empty (vtrefny) - tests: Wait for array resync in MD tests (vtrefny) - misc: Vagrantfile update (vtrefny) - tests: Add a simple unit test for the NVMe module (vtrefny) - tests: Add a test case with multiple devices with the same name (vtrefny) - tests: Add basic unit tests for device_id (vtrefny) - tests: Add a simple test for DeviceTree.get_device_by_device_id (vtrefny) - Use get_device_by_device_id instead of _by_name in populator (vtrefny) - Add a function to get a device by device ID (vtrefny) - Add "device ID" that could be used as a unique device identifier (vtrefny) - Fix adding new members to array with redundancy (vtrefny) - Correctly set md_uuid when adding/removing member to/from array (vtrefny) - tests: Add storage test case for MD RAID (vtrefny) - Remove unused pylintcodediff helper script (vtrefny) - tests: Add a simple unit test for Btrfs (vtrefny) - Generate UUID for newly created btrfs volumes (vtrefny) - nvme: Retrieve HostNQN from a first active fabrics connection (tbzatek) - ci: Set custom release number for Packit (vtrefny) - Support partitioning of hybrid boot disks (vponcova) - Fix checking PV free space when removing it from a VG (#2232328) (vtrefny) - tests: run_tests script enhancements (vtrefny) - Add a BTRFS example (vtrefny) - tests: Add a storage test case for BTRFS (vtrefny) - Remove support for NVDIMM namespaces (vtrefny) - Fix passing extra mkfs arguments to libblockdev (vtrefny) - ci: Add a GH action to run blivet-gui test suite on PRs (vtrefny) - ci: Add a Dockerfile for building a CI container (vtrefny) - ci: Allow installing only build dependencies without test deps (vtrefny) - Fix failing tests when running as a non-root user (vtrefny) - Add flag to control LVM devices file support (vtrefny) - Use libblockdev to check for kernel modules availability (vtrefny) - Use libblockdev to remove filesystems instead of calling wipefs (vtrefny) - swap: Use libblockdev to check label and UUID format (vtrefny) - fs_test: Enable NTFS test case (vtrefny) - availability: Remove the unused "lvmdevices" application (vtrefny) - availability: Cleanup applications (vtrefny) - Remove support for Apple HFS format (vtrefny) - Fix raising FormatCreateError in FS._create (vtrefny) - Use libblockdev for filesystem mount operation (vtrefny) - Use os.statvfs instead of df to get tmpfs size (vtrefny) - Use libblockdev to create supported filesystems (vtrefny) - Use libblockdev for reading filesystem label (vtrefny) - Use libblockdev for getting filesystem info and size (vtrefny) - Use libblockdev for filesystem resizing (vtrefny) - Use libblockdev for setting and checking filesystem label and UUID (vtrefny) - swap: Simplify creating swap with UUID (vtrefny) - Use libblockdev for the filesystem sync operation (vtrefny) - Add libblockdev filesystem plugin to the list of required plugins (vtrefny) - availability: Remove unused "mlabel" application (vtrefny) - availability: Simplify checks for LVM VDO and shared LVM support (vtrefny) - availability: Do not check e2fsprogs version (vtrefny) - Remove JFS support (vtrefny) - Remove support for ReiserFS (vtrefny) - ci: Update default branch for Packit to 3.9-devel/release (vtrefny) - fcoe/iscsi: Use libblockdev to load modules instead of modprobe (vtrefny) - Added missing fstab object to SwapSpace (japokorn) - misc: Update test dependencies ansible playbook (vtrefny) - misc: Simplify the makebumpver script (vtrefny) - Do not fail when kpartx is not available (vtrefny) - Move kpartx dependency from DMDevice to MultipathDevice (vtrefny) - ci: Update default branch for Packit to 3.9-devel/release (vtrefny) - Include btrfs volumes names/labels in DeviceTreeBase.names (vtrefny) - fixed fstab.read issue (japokorn) - Added support for user defined values in fstab (japokorn) - Incorporated review comments (japokorn) - Fstab support (japokorn) - add udev-builtin-path_id property to zfcp-attached SCSI disks (maier)
2024-01-26 Fedora Release Engineering <releng at fedoraproject dot org> - 1:3.8.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2024-01-21 Fedora Release Engineering <releng at fedoraproject dot org> - 1:3.8.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2023-12-13 Vojtech Trefny <vtrefny at redhat dot com> - 3.8.2-2 - add udev-builtin-path_id property to zfcp-attached SCSI disks
2023-10-12 Vojtech Trefny <vtrefny at redhat dot com> - 3.8.2-1 - tests: Ignore new pylint false positive with pylint 3.0 (vtrefny) - pylint: Use 'exit' instead of 'do_exit' for pylint.lint.Run (vtrefny) - Revert "When creating a shared LVM VG skip pvcreate" (vtrefny) - Revert "Force command line based libblockdev LVM plugin" (vtrefny) - ci: Bump actions/checkout from v2/3 to v4 (vtrefny) - spec: Add libblockdev-nvme as weak dependency (vtrefny) - Always require NVMe plugin (vtrefny) - Enable LVM logging only in debug mode (vtrefny) - nvme: Require additional rpms for dracut (tbzatek) - Force command line based libblockdev LVM plugin (vtrefny) - When creating a shared LVM VG skip pvcreate (vtrefny) - Add support for creating shared LVM setups (vtrefny) - nvme: Align HostNQN and HostID format to TP4126 (tbzatek) - README: Fix typo (vtrefny) - README: Update Debian dependencies for libblockdev 3.0 (vtrefny)
2023-08-03 Vojtech Trefny <vtrefny at redhat dot com> - 3.8.1-1 - Ignore new false positives with the latest pylint (vtrefny) - iscsi: Rename storaged to udisks (tbzatek) - iscsi: Rework UDisks iscsi module activation (tbzatek) - iscsi: Make sure to modprobe iscsi_ibft (tbzatek) - iscsi: Downgrade default CHAP auth algs to SHA1,MD5 (tbzatek) - iscsi: Save firmware initiator name to /etc/iscsi/initiatorname.iscsi (vtrefny) - spec: Bump release to 99 to be always ahead of Fedora in nightly (vtrefny) - tests: Improve iscsi_test.ISCSITestCase (vtrefny) - Make sure that LUKS.has_key always returns a boolean value (vtrefny) - Squashed 'translation-canary/' changes from d6a40985..5bb81253 (vtrefny) - Add btrfs subvolume specification to devicetree.resolve_device (vtrefny) - Revert "Makefile cleanup" (vtrefny)

Provides

  • blivet-data

Files


Sources on Pagure