|
1 | 1 | Summary: A python module for system storage configuration
|
2 | 2 | Name: python-blivet
|
3 | 3 | Url: https://storageapis.wordpress.com/projects/blivet
|
4 |
| -Version: 3.9.2 |
| 4 | +Version: 3.10.0 |
5 | 5 |
|
6 | 6 | #%%global prerelease .b2
|
7 | 7 | # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
@@ -109,6 +109,40 @@ make DESTDIR=%{buildroot} install
|
109 | 109 | %{python3_sitelib}/*
|
110 | 110 |
|
111 | 111 | %changelog
|
| 112 | +* Fri May 10 2024 Vojtech Trefny <[email protected]> - 3.10.0-1 |
| 113 | +- Added support for PV grow (japokorn) |
| 114 | +- misc: Add stratis-cli and stratisd to test dependencies (vtrefny) |
| 115 | +- tests: Add a base class for stratis tests (vtrefny) |
| 116 | +- Add a Stratis example with pool encryption using Clevis/Tang (vtrefny) |
| 117 | +- Clear VG UUID from PVs after removing the PV (#2278058) (vtrefny) |
| 118 | +- Use longer timeout for Stratis DBus calls (vtrefny) |
| 119 | +- safe-dbus: Allow using custom timeouts for the DBus calls (vtrefny) |
| 120 | +- Catch JSONDecodeError when parsing Stratis Clevis info (vtrefny) |
| 121 | +- Add support for unlocking locked Stratis pools with Clevis (vtrefny) |
| 122 | +- Add support for creating encrypted Stratis pool with Clevis (vtrefny) |
| 123 | +- Round Stratis Filesystem size down to the nearest sector (vtrefny) |
| 124 | +- Make sure to include stderr when gathering output of stratis tools (vtrefny) |
| 125 | +- Add support for adding new members to existing Stratis pool (vtrefny) |
| 126 | +- Base StratisPoolDevice on ContainerDevice instead of StorageDevice (vtrefny) |
| 127 | +- Ignore invalid/empty UUIDs for NVMe namespaces (vtrefny) |
| 128 | +- lvm: Use more generic exception for inconsistent PV sector sizes (vtrefny) |
| 129 | +- Do not allow creating stratis pools with different sector sizes (vtrefny) |
| 130 | +- availability: Fix starting DBus services (vtrefny) |
| 131 | +- fstab: Use 'mount_type' when writing filesystem type to fstab (vtrefny) |
| 132 | +- Add basic support for BitLocker devices (vtrefny) |
| 133 | +- nvme: Skip startup/write when NVMe plugin isn't available (vtrefny) |
| 134 | +- Fix scanning partitions on RAID arrays (#2269133) (vtrefny) |
| 135 | +- Add a test case with DDF BIOS RAID array (vtrefny) |
| 136 | +- tests: Try to get distro and version from /etc/os-release (vtrefny) |
| 137 | +- availability: Fix checking for DBus service availability (vtrefny) |
| 138 | +- ci: Update packit configuration for 3.10-devel (vtrefny) |
| 139 | +- Remove vim formatting comments (vtrefny) |
| 140 | +- tests: Do not ignore entire test files in pylint (vtrefny) |
| 141 | +- tests: Do not try to import mock and patch from mock (vtrefny) |
| 142 | +- Remove util.stringize and unicodeize functions (vtrefny) |
| 143 | +- Remove Python SIX usage (vtrefny) |
| 144 | +- Remove unused flags and do not read flags from boot command line (vtrefny) |
| 145 | + |
112 | 146 | * Thu Mar 28 2024 Vojtech Trefny <[email protected]> - 3.9.2-1
|
113 | 147 | - tests: Add a simple unit test for listing btrfs subvolumes (vtrefny)
|
114 | 148 | - Fix getting default subvolume ID for mounted btrfs volumes (vtrefny)
|
|
0 commit comments