Rebuilt for switch to libxcrypt

This commit is contained in:
Björn Esser 2018-01-20 23:07:44 +01:00
parent 6a6d4a0324
commit 08148d40f8
No known key found for this signature in database
GPG Key ID: F52E98007594C21D
1 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,7 @@ URL: https://www.python.org/
# WARNING When rebasing to a new Python version,
# remember to update the python3-docs package as well
Version: %{pybasever}.0
Release: 0.3.%{?prerel}%{?dist}
Release: 0.4.%{?prerel}%{?dist}
License: Python
@ -1684,6 +1684,9 @@ fi
# ======================================================
%changelog
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 3.7.0-0.4.a4
- Rebuilt for switch to libxcrypt
* Thu Jan 18 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.0-0.3.a4
- Remove /usr/bin/python37 (#1526129)
- Move install stuff from %%check to %%install, where it belongs (oops)