Add macro %python3_version_nodots

This commit is contained in:
Miro Hrončok 2014-05-22 13:25:18 +02:00
commit 8ab4c2d31f
2 changed files with 5 additions and 1 deletions

View file

@ -128,7 +128,7 @@
Summary: Version 3 of the Python programming language aka Python 3000
Name: python3
Version: %{pybasever}.0
Release: 6%{?dist}
Release: 7%{?dist}
License: Python
Group: Development/Languages
@ -1820,6 +1820,9 @@ rm -fr %{buildroot}
# ======================================================
%changelog
* Thu May 22 2014 Miro Hrončok <mhroncok@redhat.com> - 3.4.0-7
- Add macro %%python3_version_nodots
* Sun May 18 2014 Matej Stuchlik <mstuchli@redhat.com> - 3.4.0-6
- Disable test_faulthandler, test_gdb on aarch64
Resolves: rhbz#1045193