Rebuilt for Python 3.8

This commit is contained in:
Miro Hrončok 2019-08-16 11:47:46 +02:00
parent cc272e76e5
commit 079410c564
1 changed files with 4 additions and 1 deletions

View File

@ -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 <mhroncok@redhat.com> - 1:3.1.5-2
- Rebuilt for Python 3.8
* Thu Aug 15 2019 Vojtech Trefny <vtrefny@redhat.com> - 3.1.5-1
- Move dependencies code from StorageDevice to Device (vtrefny)
- Always use luks_data.min_entropy as a default minimum entropy (vponcova)