New version 3.2.2
- Fix "suggest_container_name" for Anaconda (vtrefny) - Add test for util.get_sysfs_attr (vtrefny) - Use util.get_sysfs_attr in __is_ignored_blockdev to read device mode (vtrefny) - Fix possible UnicodeDecodeError when reading sysfs attributes (vtrefny) - Update LUKS device name after parent partition name change (vtrefny) - TFT is still broken so let's avoid failures by just doing a build (jkonecny) - Fix logging information about ignoring hidden devices (vtrefny) - Add __repr__ and __str__ methods to ParentList (vtrefny) - Make sure LV name is unique when adding it in device factory (vtrefny) - In name checks add name which is already in use to error message (vtrefny) - Refactor suggest device/container name functions (vtrefny) - Remove an unused attribute from the Blivet class (vponcova) - Add PyPI build artifacts to .gitignore (vtrefny) - Sync spec with downstream (vtrefny)
This commit is contained in:
parent
d51d676763
commit
e21fb06c08
2
.gitignore
vendored
2
.gitignore
vendored
@ -129,3 +129,5 @@
|
|||||||
/blivet-3.3.0-tests.tar.gz
|
/blivet-3.3.0-tests.tar.gz
|
||||||
/blivet-3.3.1.tar.gz
|
/blivet-3.3.1.tar.gz
|
||||||
/blivet-3.3.1-tests.tar.gz
|
/blivet-3.3.1-tests.tar.gz
|
||||||
|
/blivet-3.3.2-tests.tar.gz
|
||||||
|
/blivet-3.3.2.tar.gz
|
||||||
|
@ -19,11 +19,11 @@
|
|||||||
Summary: A python module for system storage configuration
|
Summary: A python module for system storage configuration
|
||||||
Name: python-blivet
|
Name: python-blivet
|
||||||
Url: https://storageapis.wordpress.com/projects/blivet
|
Url: https://storageapis.wordpress.com/projects/blivet
|
||||||
Version: 3.3.1
|
Version: 3.3.2
|
||||||
|
|
||||||
#%%global prerelease .b2
|
#%%global prerelease .b2
|
||||||
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
||||||
Release: 2%{?prerelease}%{?dist}
|
Release: 1%{?prerelease}%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
%global realname blivet
|
%global realname blivet
|
||||||
@ -195,6 +195,22 @@ configuration.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 14 2021 Vojtech Trefny <vtrefny@redhat.com> - 3.3.2-1
|
||||||
|
- Fix "suggest_container_name" for Anaconda (vtrefny)
|
||||||
|
- Add test for util.get_sysfs_attr (vtrefny)
|
||||||
|
- Use util.get_sysfs_attr in __is_ignored_blockdev to read device mode (vtrefny)
|
||||||
|
- Fix possible UnicodeDecodeError when reading sysfs attributes (vtrefny)
|
||||||
|
- Update LUKS device name after parent partition name change (vtrefny)
|
||||||
|
- TFT is still broken so let's avoid failures by just doing a build (jkonecny)
|
||||||
|
- Fix logging information about ignoring hidden devices (vtrefny)
|
||||||
|
- Add __repr__ and __str__ methods to ParentList (vtrefny)
|
||||||
|
- Make sure LV name is unique when adding it in device factory (vtrefny)
|
||||||
|
- In name checks add name which is already in use to error message (vtrefny)
|
||||||
|
- Refactor suggest device/container name functions (vtrefny)
|
||||||
|
- Remove an unused attribute from the Blivet class (vponcova)
|
||||||
|
- Add PyPI build artifacts to .gitignore (vtrefny)
|
||||||
|
- Sync spec with downstream (vtrefny)
|
||||||
|
|
||||||
* Wed Nov 11 2020 Vojtech Trefny <vtrefny@redhat.com> - 3.3.1-2
|
* Wed Nov 11 2020 Vojtech Trefny <vtrefny@redhat.com> - 3.3.1-2
|
||||||
- Remove btrfs from requested libblockdev plugins on RHEL 9
|
- Remove btrfs from requested libblockdev plugins on RHEL 9
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (blivet-3.3.1.tar.gz) = 5cfbaf363f8d4ae8501d7ec2bb102c2ceb063ec42627939f5acb164a08ec4767a91793f517be35293fcad65adf7be4605c827d3550457b21f6ab3da08c27babb
|
SHA512 (blivet-3.3.2-tests.tar.gz) = 8c07d3cac7a70185f416076d39ec51729f977d101ba5730451109d835318e3636c4fc30420451f4f91c2b769c2c1e204db758211c9faf477add608f1338d375e
|
||||||
SHA512 (blivet-3.3.1-tests.tar.gz) = 423f7fc72ac15961d8cc53710b9d8882df1f0f0b42268c30d57bc76c4c6a4f68bcf97be026fccbbf4e85f6d5e2e89e71af99437b732adc90dba766203d053c21
|
SHA512 (blivet-3.3.2.tar.gz) = 4bc329ef0e80676c297e25f7649364ea5444bbf526ac56ec7048234b056d57a4b78a41858ef609de0a01bc98a27b92a893c364c4ea45277e4b527cc5d58db962
|
||||||
|
Loading…
Reference in New Issue
Block a user