From: Jan Rękorajski Date: Sun, 21 Oct 2018 15:35:58 +0000 (+0200) Subject: - do not generate requires if not generating provides X-Git-Tag: auto/th/mono-4.8.1.0-2~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=4bcfa2a10daf13c165b37dd6bf2faddade2d3061;p=packages%2Fmono.git - do not generate requires if not generating provides - rel 2 --- diff --git a/mono.spec b/mono.spec index c8176fe..6706a1e 100644 --- a/mono.spec +++ b/mono.spec @@ -14,7 +14,7 @@ Summary: Common Language Infrastructure implementation Summary(pl.UTF-8): Implementacja Common Language Infrastructure Name: mono Version: 4.8.1.0 -Release: 1 +Release: 2 License: LGPL v2 (VM), MIT/GPL v2 (C# compilers), MIT/MSPL/Apache v2.0 (classes), MIT/GPL v2 (tools) Group: Development/Languages Source0: http://download.mono-project.com/sources/mono/%{name}-%{version}.tar.bz2 @@ -27,6 +27,7 @@ Patch7: %{name}-fix-null-requirement.patch Patch8: %{name}-docs-build.patch Patch9: %{name}-format-security.patch Patch10: %{name}-x32.patch +Patch11: consistent-rpm-prov-req.patch URL: http://www.mono-project.com/ %if %(test -r /dev/random; echo $?) BuildRequires: ACCESSIBLE_/dev/random @@ -222,6 +223,7 @@ oraz dotGNU. %patch8 -p1 %patch9 -p1 #patch10 -p1 +%patch11 -p1 # for jay cat >> mcs/build/config-default.make <<'EOF'