diff --git a/beaker.spec b/beaker.spec index c6c4de4..6bd2320 100644 --- a/beaker.spec +++ b/beaker.spec @@ -3,7 +3,7 @@ Name: %{upstream_name} Version: 27.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Full-stack software and hardware integration testing system License: GPLv2+ and BSD URL: https://beaker-project.org/ @@ -14,7 +14,6 @@ Source0: https://beaker-project.org/releases/%{upstream_name}-%{version}. BuildArch: noarch BuildRequires: python3-setuptools BuildRequires: python3-nose -BuildRequires: python3-unittest2 BuildRequires: python3-mock BuildRequires: python3-devel BuildRequires: python3-docutils @@ -119,6 +118,9 @@ find %{buildroot} -name '__pycache__' | xargs rm -rf %{_datadir}/bash-completion %changelog +* Thu Jan 09 2020 Zbigniew Jędrzejewski-Szmek - 27.0-2 +- Remove dependency on unittest2 (#1789200) + * Thu Dec 19 2019 Greg Hellings - 27.0-1 - Upstream release 27.0 - Drop git chasing