-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8fa34f
commit e5dd270
Showing
4 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
# Vratislav Podzimek <[email protected]> | ||
# | ||
|
||
__version__ = '3.9.0' | ||
__version__ = '3.9.1' | ||
|
||
import sys | ||
import importlib | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Summary: A python module for system storage configuration | ||
Name: python-blivet | ||
Url: https://storageapis.wordpress.com/projects/blivet | ||
Version: 3.9.0 | ||
Version: 3.9.1 | ||
|
||
#%%global prerelease .b2 | ||
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 | ||
|
@@ -110,6 +110,16 @@ make DESTDIR=%{buildroot} install | |
%{python3_sitelib}/* | ||
|
||
%changelog | ||
* Tue Feb 27 2024 Vojtech Trefny <[email protected]> - 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) | ||
|
||
* Wed Jan 31 2024 Vojtech Trefny <[email protected]> - 3.9.0-1 | ||
- Fix getting default LVM cache metadata size from libblockdev (vtrefny) | ||
- Fix checking for segment type for cache pools (vtrefny) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters