diff --git a/python-flexmock.spec b/python-flexmock.spec index 5577e0c..4198a75 100644 --- a/python-flexmock.spec +++ b/python-flexmock.spec @@ -2,7 +2,7 @@ Name: python-flexmock Version: 0.10.2 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Testing library that makes it easy to create mocks, stubs and fakes License: BSD @@ -109,6 +109,9 @@ PYEXECS=%{__python3} ./tests/run_tests.sh %changelog +* Sat Jul 21 2018 Zbigniew Jędrzejewski-Szmek - 0.10.2-13 +- Use versioned python macro in %%files + * Fri Jul 20 2018 Kevin Fenzi - 0.10.2-12 - Fix FTBFS bug #1605695