New version 3.1.7
- 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" - Fix invalid-overridden-method in events_test (vtrefny)
This commit is contained in:
parent
1fa61867ff
commit
d9a621d013
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.1.7-tests.tar.gz
|
||||
/blivet-3.1.7.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.1.7
|
||||
|
||||
#%%global prerelease .b2
|
||||
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
||||
@ -192,6 +192,23 @@ configuration.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* 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.1.7-tests.tar.gz) = 700dc66c208b2da5083348eebfb75730735fa52382df30ab387ad657c2c8c9536bc13cd5d96e5e15e127b819d93adc5c08cc65c9df514f1a1e9aaacf60e224f3
|
||||
SHA512 (blivet-3.1.7.tar.gz) = c98772bc423016e7a495d57f3c1f1fc32f325a442e5757cc391dcd67b4ef5ca32c9a115173fa5d584cfe768d4a6f709705b266273410bc7166962acb52dff898
|
||||
|
Loading…
Reference in New Issue
Block a user