diff --git a/python-pykmip.spec b/python-pykmip.spec index ad09617..6482ad7 100644 --- a/python-pykmip.spec +++ b/python-pykmip.spec @@ -7,7 +7,7 @@ Name: python-%{sname} Version: 0.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python implementation of the Key Management Interoperability Protocol License: ASL 2.0 @@ -73,13 +73,12 @@ Structured InformationStandards`_ (OASIS). %endif %install +%py2_install + %if 0%{?with_python3} %py3_install %endif -%py2_install - - %files -n python2-%{sname} %doc README.rst %license LICENSE.txt @@ -99,6 +98,9 @@ Structured InformationStandards`_ (OASIS). %endif %changelog +* Fri Jul 28 2017 Jan Beran 0.5.0-3 +- Fix of python3-pykmip requiring both Python 2 and Python 3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild