diff --git a/python-blivet.spec b/python-blivet.spec index 49dcada..d286064 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -23,7 +23,7 @@ Version: 3.1.5 #%%global prerelease .b2 # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 -Release: 1%{?prerelease}%{?dist} +Release: 2%{?prerelease}%{?dist} Epoch: 1 License: LGPLv2+ %global realname blivet @@ -192,6 +192,9 @@ configuration. %endif %changelog +* Fri Aug 16 2019 Miro HronĨok - 1:3.1.5-2 +- Rebuilt for Python 3.8 + * Thu Aug 15 2019 Vojtech Trefny - 3.1.5-1 - Move dependencies code from StorageDevice to Device (vtrefny) - Always use luks_data.min_entropy as a default minimum entropy (vponcova)