New version 3.2.2
- Allow setting size for non-existing LUKS devices (vtrefny) - Fix toggling container encryption in devicefactory (#1827254) (vtrefny) - Do no include destroyed devices in list of names (#1830515) (vtrefny) - Fix changing LUKS version in devicefactory (#1834373) (vtrefny) - Add "is_empty" property to StorageDevice (vtrefny) - Mark warning "'GError' has no 'message' member" as false positive (vtrefny) - Use the specified LUKS version for container encryption (vponcova) - Log current storage state before reset using lsblk (vtrefny) - Do not remove _netdev mount option specified manually by users (vtrefny) - Fix renaming encrypted devices in the DeviceFactory (vtrefny) - Fix typo in string formatter in EddEntry (vtrefny)
This commit is contained in:
parent
afb92590cb
commit
950bb00f28
2
.gitignore
vendored
2
.gitignore
vendored
@ -123,3 +123,5 @@
|
||||
/blivet-3.2.0.tar.gz
|
||||
/blivet-3.2.1-tests.tar.gz
|
||||
/blivet-3.2.1.tar.gz
|
||||
/blivet-3.2.2.tar.gz
|
||||
/blivet-3.2.2-tests.tar.gz
|
||||
|
@ -19,18 +19,17 @@
|
||||
Summary: A python module for system storage configuration
|
||||
Name: python-blivet
|
||||
Url: https://storageapis.wordpress.com/projects/blivet
|
||||
Version: 3.2.1
|
||||
Version: 3.2.2
|
||||
|
||||
#%%global prerelease .b2
|
||||
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
||||
Release: 2%{?prerelease}%{?dist}
|
||||
Release: 1%{?prerelease}%{?dist}
|
||||
Epoch: 1
|
||||
License: LGPLv2+
|
||||
%global realname blivet
|
||||
%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-Invalidate-LVM-caches-in-blivet-device-discovery-loop.patch
|
||||
|
||||
# Versions of required components (done so we make sure the buildrequires
|
||||
# match the requires versions of things).
|
||||
@ -192,6 +191,19 @@ configuration.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu May 21 2020 Jan Pokorny <japokorn@redhat.com> - 3.2.2-1
|
||||
- Allow setting size for non-existing LUKS devices (vtrefny)
|
||||
- Fix toggling container encryption in devicefactory (#1827254) (vtrefny)
|
||||
- Do no include destroyed devices in list of names (#1830515) (vtrefny)
|
||||
- Fix changing LUKS version in devicefactory (#1834373) (vtrefny)
|
||||
- Add "is_empty" property to StorageDevice (vtrefny)
|
||||
- Mark warning "'GError' has no 'message' member" as false positive (vtrefny)
|
||||
- Use the specified LUKS version for container encryption (vponcova)
|
||||
- Log current storage state before reset using lsblk (vtrefny)
|
||||
- Do not remove _netdev mount option specified manually by users (vtrefny)
|
||||
- Fix renaming encrypted devices in the DeviceFactory (vtrefny)
|
||||
- Fix typo in string formatter in EddEntry (vtrefny)
|
||||
|
||||
* Tue Apr 21 2020 Vojtech Trefny <vtrefny@redhat.com> - 3.2.1-2
|
||||
- Invalidate LVM caches in blivet device discovery loop (#1824418)
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (blivet-3.2.1-tests.tar.gz) = f5a6e127efe587603e1daf2c59aa629ee9d84570eb4b3e31c8ad20fd3266bf3056d08bbd814125eac929cce0a28fd3f294c0faabcd2371df8bdb90def74d405a
|
||||
SHA512 (blivet-3.2.1.tar.gz) = 86c61e4ef0792c2241eb4d1e56252d10b0bea17407fea423eeb4ec4bacb24298b0a058b959864b99c9f77e020a8d65dda413c347bc8c9b01f6972d25451f23bf
|
||||
SHA512 (blivet-3.2.2.tar.gz) = 6eebec62dae55c888156ce4de3285cc23a7fd6f41e8c2e7a951c172d35aa4e7a1450586f21173186db4eaa7876e42da9608e304f11496fd21b6ba64e15118a3e
|
||||
SHA512 (blivet-3.2.2-tests.tar.gz) = 1c8e43139e17eff5e944718ffb3b5235492352e2f5c421b56dfdcce29f29c1aeef0fbfc13d54962198617de308c60e7e894d0954b66ffef8da3e5f8a969ac6c7
|
||||
|
Loading…
Reference in New Issue
Block a user