Making a bootstrapping commit for the python3 module

This commit is contained in:
Tomas Orsava 2017-07-31 17:23:36 +02:00
parent e49a729d35
commit f77700c102
1 changed files with 6 additions and 2 deletions

View File

@ -34,7 +34,7 @@
# rebuild after a python abi change:
# python-sphinx, pytest, python-requests, cloud-init, dnf, anaconda, abrt
%global with_rewheel 1
%global with_rewheel 0
%global pybasever 3.6
@ -133,7 +133,7 @@
Summary: Version 3 of the Python programming language aka Python 3000
Name: python3
Version: %{pybasever}.2
Release: 4%{?dist}
Release: 0%{?dist}
License: Python
Group: Development/Languages
@ -1689,6 +1689,10 @@ fi
# ======================================================
%changelog
* Mon Jul 31 2017 Tomas Orsava <torsava@redhat.com> - 3.6.2-0
- Making a bootstrapping commit for the python3 module
- Purpusefully antedating the Release tag to be lower than the master branch
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 3.6.2-4
- Do not generate debuginfo subpackages (#1476593)
- Rebuild with binutils fix for ppc64le (#1475636)