diff --git a/nunit.spec b/nunit.spec index 2acebed..7c56a7b 100644 --- a/nunit.spec +++ b/nunit.spec @@ -2,7 +2,7 @@ Name: nunit Version: 3.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Unit test framework for CLI License: MIT with advertising Group: Development/Libraries @@ -15,7 +15,7 @@ BuildRequires: mono-cecil-devel >= 0.9.6 ExclusiveArch: %{mono_arches} Provides: mono-nunit = 4.0.2-5 Obsoletes: mono-nunit < 4.0.2-6 -Obsoletes: nunit-runner +Obsoletes: nunit-runner <= 2.6.4-10 %description NUnit is a unit testing framework for all .NET languages. It serves the @@ -90,6 +90,9 @@ done %{_libdir}/pkgconfig/nunit.pc %changelog +* Fri Sep 02 2016 Timotheus Pokorra - 3.4.1-2 +- fix obsoletes nunit-runner + * Wed Jul 20 2016 Timotheus Pokorra - 3.4.1-1 - upgrade to 3.4.1. nunit-gui will be in separate package (#1360389)