diff --git a/fedora-review.spec b/fedora-review.spec index ce4b050..05c3990 100644 --- a/fedora-review.spec +++ b/fedora-review.spec @@ -11,7 +11,7 @@ Name: fedora-review Version: 0.5.2 -Release: 2%{?git_tag}%{?dist} +Release: 3%{?git_tag}%{?dist} Summary: Review tool for fedora rpm packages License: GPLv2+ @@ -26,7 +26,9 @@ BuildRequires: python-argparse BuildRequires: python-BeautifulSoup BuildRequires: python-bugzilla BuildRequires: python-straight-plugin +%if 0%{?rhel} < 7 BuildRequires: python-unittest2 +%endif BuildRequires: python2-devel BuildRequires: rpm-python @@ -125,6 +127,9 @@ python -m unittest discover -f %changelog +* Wed Apr 22 2015 Adam Miller - 0.5.2-3 +- Add conditional for unittest2 for epel7 (thanks mcepl@redhat.com for the fix) + * Mon Jan 19 2015 Stanislav Ochotnicky - 0.5.2-2 - Add patch for rhbz#1151943