-
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
3fe3fdd
commit 7184992
Showing
4 changed files
with
8 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.3.2' | ||
__version__ = '3.3.3' | ||
|
||
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
Summary: A python module for system storage configuration | ||
Name: python-blivet | ||
Url: https://storageapis.wordpress.com/projects/blivet | ||
Version: 3.3.2 | ||
Version: 3.3.3 | ||
|
||
#%%global prerelease .b2 | ||
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 | ||
|
@@ -191,6 +191,10 @@ configuration. | |
%endif | ||
|
||
%changelog | ||
* Thu Feb 18 2021 Vojtech Trefny <[email protected]> - 3.3.3-1 | ||
- apply compression settings from blivet.flags.btrfs_compression (#1926892) | ||
(michel) | ||
|
||
* Thu Jan 14 2021 Vojtech Trefny <[email protected]> - 3.3.2-1 | ||
- Fix "suggest_container_name" for Anaconda (vtrefny) | ||
- Add test for util.get_sysfs_attr (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