Allow mono-complete upgrades from pre-4.0.0. Fixes #29963

Marks the entityframework and postgresql packages as obsolete, as they are no longer delivered with mono
This commit is contained in:
mattzink 2015-05-20 21:13:10 -06:00
parent ec13e6b719
commit b581f67f2b

View File

@ -1292,6 +1292,9 @@ Requires: mono-winforms = %{version}
Requires: mono-winfxcore = %{version} Requires: mono-winfxcore = %{version}
Requires: monodoc-core = %{version} Requires: monodoc-core = %{version}
Obsoletes: mono-entityframework < 4.0.0
Obsoletes: mono-data-postgresql < 4.0.0
%description -n mono-complete %description -n mono-complete
The Mono Project is an open development initiative that is working to The Mono Project is an open development initiative that is working to
develop an open source, Unix version of the .NET development platform. develop an open source, Unix version of the .NET development platform.