New version 3.2.0
- Align base sizes up if smaller than min I/O size. (dlehman) - Make minimal and optimal alignment getters public. (dlehman) - Add support for relabeling of the swap format (vtrefny) - Define the 'relabels' method for all formats (vtrefny) - Add support for LVMPV format resize (vtrefny) - Add a new "id_path" attribute for iSCSI and FCoE disks (vtrefny) - Do not load module when creating an FS instance (vtrefny) - Add a simple script for running tests manually (vtrefny) - Remove unused API code (jkonecny) - devicetree.names is now a property (japokorn) - initial PowerNV class support (dan) - Use LUKS2 by default (vponcova)
This commit is contained in:
parent
61a16006fc
commit
3dd60e0ccf
2
.gitignore
vendored
2
.gitignore
vendored
@ -119,3 +119,5 @@
|
||||
/blivet-3.1.5.tar.gz
|
||||
/blivet-3.1.6.tar.gz
|
||||
/blivet-3.1.6-tests.tar.gz
|
||||
/blivet-3.2.0-tests.tar.gz
|
||||
/blivet-3.2.0.tar.gz
|
||||
|
@ -19,7 +19,7 @@
|
||||
Summary: A python module for system storage configuration
|
||||
Name: python-blivet
|
||||
Url: https://storageapis.wordpress.com/projects/blivet
|
||||
Version: 3.1.6
|
||||
Version: 3.2.0
|
||||
|
||||
#%%global prerelease .b2
|
||||
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
||||
@ -30,7 +30,6 @@ License: LGPLv2+
|
||||
%global realversion %{version}%{?prerelease}
|
||||
Source0: http://github.com/storaged-project/blivet/archive/%{realname}-%{realversion}.tar.gz
|
||||
Source1: http://github.com/storaged-project/blivet/archive/%{realname}-%{realversion}-tests.tar.gz
|
||||
Patch0: 0001-initial-PowerNV-class-support.patch
|
||||
|
||||
# Versions of required components (done so we make sure the buildrequires
|
||||
# match the requires versions of things).
|
||||
@ -192,6 +191,36 @@ configuration.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jan 29 2020 Vojtech Trefny <vtrefny@redhat.com> - 3.2.0-1
|
||||
- Align base sizes up if smaller than min I/O size. (dlehman)
|
||||
- Make minimal and optimal alignment getters public. (dlehman)
|
||||
- Add support for relabeling of the swap format (vtrefny)
|
||||
- Define the 'relabels' method for all formats (vtrefny)
|
||||
- Add support for LVMPV format resize (vtrefny)
|
||||
- Add a new "id_path" attribute for iSCSI and FCoE disks (vtrefny)
|
||||
- Do not load module when creating an FS instance (vtrefny)
|
||||
- Add a simple script for running tests manually (vtrefny)
|
||||
- Remove unused API code (jkonecny)
|
||||
- devicetree.names is now a property (japokorn)
|
||||
- initial PowerNV class support (dan)
|
||||
- Use LUKS2 by default (vponcova)
|
||||
|
||||
* Wed Jan 29 2020 Vojtech Trefny <vtrefny@redhat.com> - 3.1.7-1
|
||||
- Use SHA256 instead of MD5 for /proc/mounts hash calculation (vtrefny)
|
||||
- Fix udev test names so they actually get run. (dlehman)
|
||||
- Add recognition of Dell FW RAID to udev.device_is_disk. (dlehman)
|
||||
- Fix Blivet DBus service version in service and config files (vtrefny)
|
||||
- Make sure _chrooted_mountpoint attribute is defined before using it (vtrefny)
|
||||
- Allow running 'write_label' in dry run mode on non-existing devices (vtrefny)
|
||||
- Make 'makeupdates' and 'makebumpver' scripts Python 3 compatible (vtrefny)
|
||||
- Do not hardcode coverage executable name (vtrefny)
|
||||
- Make sure LVs are writable before wiping. (dlehman)
|
||||
- Override LVM skip-activation to allow for thorough removal. (dlehman)
|
||||
- Add setters for requested_size/percent form LVMVolumeGroupDevice (vtrefny)
|
||||
- Set min size for XFS to 16 MiB (vtrefny)
|
||||
- Revert "Ignore invalid-overridden-method warning for abstract properties" (vtrefny)
|
||||
- Fix invalid-overridden-method in events_test (vtrefny)
|
||||
|
||||
* Fri Oct 25 2019 Vojtech Trefny <vtrefny@redhat.com> - 3.1.6-1
|
||||
- Do not allow creating VGs with PVs with different sector size (vtrefny)
|
||||
- Add a new "sector_size" property to storage devices. (vtrefny)
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (blivet-3.1.6.tar.gz) = 1ca05d58a6800a4d04353cbc1955f0bf8c94097734ec767b6977a6753c31187e7b64f20a8611805f61ea4ccfd996e20d73fb169df92cb33ff2bed673d0e8b39f
|
||||
SHA512 (blivet-3.1.6-tests.tar.gz) = 8b18b21b5854d36cbd20cb3cf6c26fc728ed0d34f012a7fa90748ed6e1d1df142d5b3f52a95ad016b7a448ce5a68596d76ea5df971abc5db39539030f4288be8
|
||||
SHA512 (blivet-3.2.0-tests.tar.gz) = 2c026d5f9ad54ce21773ee5ea594b1065987b903e395e80a0e2cc594991616346a76264e5dd9fa3de9ca04d01c42976a0c3cb7605372e262b7fa85831f4afb7a
|
||||
SHA512 (blivet-3.2.0.tar.gz) = dca23909a646dc935bee5432cd66144aa2a56065766b0d032fbba3880e184adb00bcfb7cbec8fb9c501eb0836ffd6de02361633fe33bba558efec12145b422e7
|
||||
|
Loading…
Reference in New Issue
Block a user