New version 3.1.3
- Don't crash if blockdev mpath plugin isn't available. (#1672971) (dlehman) - iscsi: Add default value to unused 'storage' argument in 'write' (vtrefny) - Add exported property to LVMVolumeGroupDevice (vtrefny) - Add VG data to static_data (vtrefny) - Do not try to get format free space for non-existing formats (vtrefny) - Do not raise exception if can't get PV free space (vtrefny) - Fix undefined attribute in LVM info cache (vtrefny) - Use raw_device to get thinpool device in LVMThinPFactory (#1490174) (vtrefny) - Do not crash if DM RAID activation fails (#1661712) (vtrefny) - Remove the unused sysroot property (vponcova) - Remove unused attributes from the Blivet class (vponcova) - Remove the unused gpt flag (vponcova) - Copy the iSCSI initiator name file to the installed system (vtrefny) - Use udev to determine if disk is a multipath member. (dlehman) - Require libfc instead of fcoe for offloaded FCoE. (#1575953) (dlehman)
This commit is contained in:
parent
47faf84fb0
commit
311348a8ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -112,3 +112,4 @@
|
|||||||
/blivet-3.1.0.tar.gz
|
/blivet-3.1.0.tar.gz
|
||||||
/blivet-3.1.1.tar.gz
|
/blivet-3.1.1.tar.gz
|
||||||
/blivet-3.1.2.tar.gz
|
/blivet-3.1.2.tar.gz
|
||||||
|
/blivet-3.1.3.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.1.2
|
Version: 3.1.3
|
||||||
|
|
||||||
#%%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
|
||||||
@ -190,6 +190,23 @@ configuration.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 27 2019 Vojtech Trefny <vtrefny@redhat.com> - 3.1.3-1
|
||||||
|
- Don't crash if blockdev mpath plugin isn't available. (#1672971) (dlehman)
|
||||||
|
- iscsi: Add default value to unused 'storage' argument in 'write' (vtrefny)
|
||||||
|
- Add exported property to LVMVolumeGroupDevice (vtrefny)
|
||||||
|
- Add VG data to static_data (vtrefny)
|
||||||
|
- Do not try to get format free space for non-existing formats (vtrefny)
|
||||||
|
- Do not raise exception if can't get PV free space (vtrefny)
|
||||||
|
- Fix undefined attribute in LVM info cache (vtrefny)
|
||||||
|
- Use raw_device to get thinpool device in LVMThinPFactory (#1490174) (vtrefny)
|
||||||
|
- Do not crash if DM RAID activation fails (#1661712) (vtrefny)
|
||||||
|
- Remove the unused sysroot property (vponcova)
|
||||||
|
- Remove unused attributes from the Blivet class (vponcova)
|
||||||
|
- Remove the unused gpt flag (vponcova)
|
||||||
|
- Copy the iSCSI initiator name file to the installed system (vtrefny)
|
||||||
|
- Use udev to determine if disk is a multipath member. (dlehman)
|
||||||
|
- Require libfc instead of fcoe for offloaded FCoE. (#1575953) (dlehman)
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.1.2-2
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.1.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (blivet-3.1.2.tar.gz) = 338f477866b26f8cafc6dc23eb4fb3f6ec5e04281d2d61cc17370c0e51e7a8bedc03621ebf7a6b61b42dcf79220727a5bb454ac35b1a662e1584f49c88720365
|
SHA512 (blivet-3.1.3.tar.gz) = 5efa21fcb0d07cc1b2258aa32cb1c170a3e43f77104612f16c32500573bdbda85031c01979d3fed8e5635fcfe0b824a40c43857bbf35c12e3823a89a6e839e94
|
||||||
|
Loading…
Reference in New Issue
Block a user