-
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
725cd96
commit 3e0a447
Showing
6 changed files
with
100 additions
and
5 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.2.2' | ||
__version__ = '3.3.0' | ||
|
||
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.2.2 | ||
Version: 3.3.0 | ||
|
||
#%%global prerelease .b2 | ||
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 | ||
|
@@ -191,6 +191,66 @@ configuration. | |
%endif | ||
|
||
%changelog | ||
* Thu Aug 20 2020 Vojtech Trefny <[email protected]> - 3.3.0-1 | ||
- Account for pmspare grow when adjusting thinpool metadata size (vtrefny) | ||
- Fix ignoring disk devices with parents or children (vtrefny) | ||
- Terminology cleanup, part 3 (vtrefny) | ||
- Terminology cleanups, part 2. (dlehman) | ||
- Clean up some terminology. (dlehman) | ||
- Add tests for udev.device_get_name for RAID devices (vtrefny) | ||
- Fix name resolution for MD devices and partitions on them (vtrefny) | ||
- Fix reading hidden sysfs attribute (vtrefny) | ||
- Add support for specifying sector size for LUKS 2 devices (vtrefny) | ||
- Do not ignore unknown/unsupported device mapper devices (vtrefny) | ||
- Allow specifying custom hash function for LUKS 2 format (vtrefny) | ||
- Ignore devices marked as hidden in sysfs (#1856974) (vtrefny) | ||
- Add basic F2FS support (#1794950) (vtrefny) | ||
- Make safe_device_name device type specific (vtrefny) | ||
- Add exFAT to filesystems we recognize (vtrefny) | ||
- Use xfs_db in read-only mode when getting XFS information (vtrefny) | ||
- Add support for checking and fixing XFS using xfs_repair (vtrefny) | ||
- Ignore zRAM devices in VMBackedTestCase (vtrefny) | ||
- Add tests for XFS resize (vtrefny) | ||
- Add support for XFS format grow (vtrefny) | ||
- Typo fix (vtrefny) | ||
- tests: Skip test_reset when running as non-root (vtrefny) | ||
- tests: Patch LVM availability functions for some tests (vtrefny) | ||
- tests: Patch LVM lvs call for some non-LVM tests (vtrefny) | ||
- Do not propagate ped exception from add_partition (vtrefny) | ||
- Do not use BlockDev.utils_have_kernel_module to check for modules (vtrefny) | ||
- set allowed disk labels for s390x as standard ones (msdos + gpt) plus dasd | ||
(dan) | ||
- Do not use FSAVAIL and FSUSE%% options when running lsblk (vtrefny) | ||
- Rewrite README and add it as a long_description in setup.py (vtrefny) | ||
- Round down to nearest MiB value when writing ks parittion info. | ||
(sbueno+anaconda) | ||
- Add _teardown method to IntegrityDevice (vtrefny) | ||
- Fix status for DM Integrity format (#1814005) (vtrefny) | ||
- udev: Add function to get list of device's holders (vtrefny) | ||
- Add basic support for LVM writecache devices (vtrefny) | ||
- Add test for SwapSpace max size (vtrefny) | ||
- Do not limit swap to 128 GiB (vtrefny) | ||
- Fix possible UnicodeDecodeError when reading model from sysfs (vtrefny) | ||
- Add install_requires and classifiers to setup.py (vtrefny) | ||
- Import setuptools in setup.py to make bdist_wheel work (vtrefny) | ||
- Set device.original_format to the new format in ActionCreateFormat (vtrefny) | ||
- Fix resizable property for partitions (vtrefny) | ||
- Update TODO. (dlehman) | ||
- Ignore pycodestyle warning E741 (vtrefny) | ||
- Skip test_mounting for filesystems that are not mountable (vtrefny) | ||
- Sync specfile with downstream (japokorn) | ||
- Make extended partitions resizable (vtrefny) | ||
- Fix LV min size for resize in test_action_dependencies (vtrefny) | ||
- Fix checking for filesystem support in action_test (vtrefny) | ||
- Add basic support for LVM VDO devices (vtrefny) | ||
- Update POT file in the Weblate repo during "make potfile" (vtrefny) | ||
- Skip translation canary check if POT file is not available (vtrefny) | ||
- Add blivet-weblate repository as a submodule (vtrefny) | ||
- Remove Zanata from our build process (vtrefny) | ||
- Remove po folder (vtrefny) | ||
- More consistent lvm errors (API break) (japokorn) | ||
- Added support for device tags (japokorn) | ||
|
||
* Thu May 21 2020 Jan Pokorny <[email protected]> - 3.2.2-1 | ||
- Allow setting size for non-existing LUKS devices (vtrefny) | ||
- Fix toggling container encryption in devicefactory (#1827254) (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
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