|
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.10.1 |
| 4 | +Version: 3.11.0 |
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,68 @@ make DESTDIR=%{buildroot} install
|
110 | 110 | %{python3_sitelib}/*
|
111 | 111 |
|
112 | 112 | %changelog
|
| 113 | +* Fri Sep 20 2024 Vojtech Trefny <[email protected]> - 3.11.0-1 |
| 114 | +- Fix checking for NVMe plugin availability (vtrefny) |
| 115 | +- packit: Add upstream_tag_template (vtrefny) |
| 116 | +- packit: Bump release only for daily builds not for regular builds (vtrefny) |
| 117 | +- Makefile: Create just one tag for the release (vtrefny) |
| 118 | +- CONTRIBUTING: Add a short note about RHEL branches and development (vtrefny) |
| 119 | +- Fix spelling issues found by codespell and spellintian (vtrefny) |
| 120 | +- ci: Fix some copy-paste errors in CI job descriptions (vtrefny) |
| 121 | +- packit: Add tmt tests for rhel10-branch running on C10S (vtrefny) |
| 122 | +- packit: Add RPM build for pull requests against the rhel10-branch (vtrefny) |
| 123 | +- ci: Limit running Anaconda tests to 'main' branch only (vtrefny) |
| 124 | +- packit: Limit Fedora builds and tests to the 'main' branch (vtrefny) |
| 125 | +- ci: Add a GH action to run static analysis on CentOS 10 Stream (vtrefny) |
| 126 | +- dm: Remove unused code (vtrefny) |
| 127 | +- misc: Add support for installing dependencies on CentOS 1O Stream (vtrefny) |
| 128 | +- tests: Change expected Stratis metadata size for stratisd 3.7.0 (vtrefny) |
| 129 | +- Disable the "testdata" logging (vtrefny) |
| 130 | +- Log reason for ignoring disks in devicefactory (vtrefny) |
| 131 | +- Add partition type human-readable string to PartitionDevice (vtrefny) |
| 132 | +- spec: Bump required version of libblockdev to 3.2.0 (vtrefny) |
| 133 | +- ci: Bump Ubuntu in GitHub actions to 24.04 (vtrefny) |
| 134 | +- ci: Update branches in GitHub actions (vtrefny) |
| 135 | +- Remove TODO list from the repository (vtrefny) |
| 136 | +- Update CONTRIBUTING with the new branching and release model (vtrefny) |
| 137 | +- ci: Add Packit configuration for downstream builds on release (vtrefny) |
| 138 | +- packit: Set branch for Copr builds to "main" (vtrefny) |
| 139 | +- Fix intel biosraid can't get device name causing crashed (yurii.huang) |
| 140 | +- Fix getting LUKS subsystem for existing LUKS formats (vtrefny) |
| 141 | +- ci: Remove priority from Testing farm repositories (vtrefny) |
| 142 | +- Rename "opal_passphrase" to "opal_admin_passphrase" (vtrefny) |
| 143 | +- Add support for creating LUKS HW-OPAL devices (vtrefny) |
| 144 | +- Mark existing LUKS HW-OPAL formats as protected (vtrefny) |
| 145 | +- devices: catch exceptions where invalid access happens first (kkoukiou) |
| 146 | +- Allow marking formats as protected (vtrefny) |
| 147 | +- Add support for recognizing LUKS HW-OPAL devices (vtrefny) |
| 148 | +- README: Remove mentions about supported Ubuntu and Debian versions (vtrefny) |
| 149 | +- Use correct LUKS metadata size for LUKS 2 (vtrefny) |
| 150 | +- part_type_uuid: guard against pyparted type_uuid being None (awilliam) |
| 151 | +- Fix checking for FS min size application availability (vtrefny) |
| 152 | +- blivet fstab method change (japokorn) |
| 153 | +- tests: Add a test case for BTRFS device factory (vtrefny) |
| 154 | +- Preserve mount options when renaming btrfs factory device (vtrefny) |
| 155 | +- Fix device factory example (vtrefny) |
| 156 | +- Fix passing extra mkfs options for btrfs volumes (#2036976) (vtrefny) |
| 157 | +- tests: Remove logging from LVMTestCase (vtrefny) |
| 158 | +- devicetree: resolve devices also with the PARTUUID=.. naming (kkoukiou) |
| 159 | +- spec: Bump required version of libblockdev to 3.1.0 (vtrefny) |
| 160 | +- tasks: Use libblockdev for the fsminsize task (vtrefny) |
| 161 | +- Make sure ignored and exclusive disks work with device IDs too (vtrefny) |
| 162 | +- tests: Make sure selinux_test doesn't try to create mountpoints (vtrefny) |
| 163 | +- infra: bump actions/upload-artifact from 2 to 4 (49699333+dependabot[bot]) |
| 164 | +- infra: Add dependabot to automatically update GH actions (vtrefny) |
| 165 | +- Fix skipping MD tests on CentOS 9 (vtrefny) |
| 166 | +- ci: Remove GH action to run blivet-gui tests (vtrefny) |
| 167 | +- tests: Try waiting after partition creation for XFS resize test (vtrefny) |
| 168 | +- Set log level to INFO for libblockdev (vtrefny) |
| 169 | +- Run mkfs.xfs with the force (-f) option by default (vtrefny) |
| 170 | +- ci: Disable the Blivet-GUI test case by default (vtrefny) |
| 171 | +- ci: Add a simple tmt test and run it via packit (vtrefny) |
| 172 | +- ci: Run Blivet-GUI reverse dependency tests on pull requests (vtrefny) |
| 173 | +- TFT is still broken so let's avoid failures by just doing a build (jkonecny) |
| 174 | + |
113 | 175 | * Fri Jun 07 2024 Vojtech Trefny <[email protected]> - 3.10.1-1
|
114 | 176 | - tests: Add a test case with MD array on LUKS (vtrefny)
|
115 | 177 | - Add support for setting label when creating GFS2 format (vtrefny)
|
|
0 commit comments