|
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.1 |
| 4 | +Version: 3.9.2 |
5 | 5 |
|
6 | 6 | #%%global prerelease .b2
|
7 | 7 | # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
@@ -110,6 +110,25 @@ make DESTDIR=%{buildroot} install
|
110 | 110 | %{python3_sitelib}/*
|
111 | 111 |
|
112 | 112 | %changelog
|
| 113 | +* Thu Mar 28 2024 Vojtech Trefny <[email protected]> - 3.9.2-1 |
| 114 | +- tests: Add a simple unit test for listing btrfs subvolumes (vtrefny) |
| 115 | +- Fix getting default subvolume ID for mounted btrfs volumes (vtrefny) |
| 116 | +- Do not try to get btrfs subvolumes without libblockdev (vtrefny) |
| 117 | +- Do not raise not implemented exception when checking if btrfs is empty |
| 118 | + (vtrefny) |
| 119 | +- Try to start stratisd before checking its availability (vtrefny) |
| 120 | +- Fix creating Stratis filesystem without size specified (vtrefny) |
| 121 | +- Fix printing the partition type UUID (vtrefny) |
| 122 | +- Adjust check for btrfs filesystem being empty (vtrefny) |
| 123 | +- Fix util.detect_virt on Amazon (vtrefny) |
| 124 | +- misc: Vagrantfile update (vtrefny) |
| 125 | +- misc: Run pip with --break-system-packages (vtrefny) |
| 126 | +- misc: Add missing libmount build dependencies (vtrefny) |
| 127 | +- availability: Check for mpath friendly names availability (vtrefny) |
| 128 | +- Allow running blivet without libmount Python bindings (vtrefny) |
| 129 | +- Fstab cleanup fix (japokorn) |
| 130 | +- Fix getting subvolumes for mounted btrfs volumes (vtrefny) |
| 131 | + |
113 | 132 | * Tue Feb 27 2024 Vojtech Trefny <[email protected]> - 3.9.1-1
|
114 | 133 | - Try to assemble MD arrays during populate (#2236356) (vtrefny)
|
115 | 134 | - Fix UnboundLocalError in MD populator (vtrefny)
|
|
0 commit comments