From 4b5b3074b52b4c99d22d9e10947457f06c60f754 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Aug 27 2016 20:57:32 +0000 Subject: Fix provides (RHBZ #1370879) Signed-off-by: Igor Gnatenko --- diff --git a/Cython.spec b/Cython.spec index a3be2ec..ac0d01a 100644 --- a/Cython.spec +++ b/Cython.spec @@ -5,7 +5,7 @@ Name: Cython Version: 0.24.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A language for writing Python extension modules License: Python @@ -80,7 +80,7 @@ rm -rf %{buildroot}%{python2_sitelib}/setuptools/tests %{__python3} runtests.py -vv %endif -%files +%files -n python2-%{srcname} %license LICENSE.txt %doc *.txt Demos Doc Tools %{_bindir}/cython @@ -104,6 +104,9 @@ rm -rf %{buildroot}%{python2_sitelib}/setuptools/tests %{python3_sitearch}/__pycache__/%{upname}.* %changelog +* Sat Aug 27 2016 Igor Gnatenko - 0.24.1-8 +- Fix provides (RHBZ #1370879) + * Thu Aug 25 2016 Igor Gnatenko - 0.24.1-7 - Run test suite