diff --git a/python-cotyledon.spec b/python-cotyledon.spec index 67eda0b..444358e 100644 --- a/python-cotyledon.spec +++ b/python-cotyledon.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 1.2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cotyledon provides a framework for defining long-running services License: ASL 2.0 @@ -126,7 +126,7 @@ rm -rf .testrepository %endif %{__python2} setup.py test ||: -%files +%files -n python2-%{pypi_name} %doc README.rst %license LICENSE %{python2_sitelib}/%{pypi_name} @@ -155,6 +155,9 @@ rm -rf .testrepository %changelog +* Fri Sep 02 2016 Alan Pevec - 1.2.7-2 +- python2 subpackage was missing + * Wed Aug 31 2016 Pradeep Kilambi - 1.2.7-1 - Rebase to 1.2.7 - move sphinx-build to %build